在线考试系统毕业论文.rar

RAR格式版权申诉手机打开展开

在线考试系统毕业论文,8000多字26页包括中期总结报告内容提要在线考试将成为未来学校测试学生学习进度的方法之一,代替传统的纸张考试。本文阐述了在线考试所涉及的相关知识、实现手段及设计思想。首先介绍了在线考试的相关知识—cgi(通用网关接口)的基本知识。从以下几点图文并貌详细介绍了cgi:为什么要使用cgi、什么是cgi...
编号:55-37340大小:459.10K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 weyue 发布

在线考试系统毕业论文
8000多字 26页
包括中期总结报告

内容提要

在线考试将成为未来学校测试学生学习进度的方法之一,代替传统的纸张考试。
本文阐述了在线考试所涉及的相关知识、实现手段及设计思想。
首先介绍了在线考试的相关知识—CGI(通用网关接口)的基本知识。从以下几点图文并貌详细介绍了CGI:为什么要使用CGI、什么是CGI、CGI的运作流程、CGI传递资料的方法、CGI程序流程及CGI的优点。
接下来简略介绍了CGI程序语言:Perl及其优点。
通过对CGI和Perl语言的介绍,使读者能够大概了解在线考试的实现手段及工作过程。
本文在接下来的大量篇幅重点介绍在线考试的设计思想,包括数据库、程序与数据库的链接、客户端访问界面及考试过程的编程实现。


Abstract
Online examination will be one of the methods to substitute traditional paper exam to test students’ study progress in future schools.
The article concerns related knowledge, implement means and planning idea of online exam.
First, the article introduces primary knowledge of CGI, which is correlated to online exam. It introduces CGI vividly by pictures and essays from following points. Such as why CGI is used, what CGI is, the operation procedure of CGI, the method of CGI data transfer, CGI program process and strongpoint of CGI?
Secondly, CGI program language is introduced summarily including Perl and its virtue.
Through the introduction of CGI and Perl, readers can understand the implement method and operation process of online exam concisely.
In the following context, the article focuses on design idea of online exam including database, interlink between program and database, access interface of client terminal and programming attainment of test process.



目 录


一、CGI的基本知识 1
1.1为什么要使用CGI? 1
1.2什么是CGI? 2
1.3 CGI运作流程 2
1.4 CGI传递资料的方法 5
1.5 CGI程序流程 6
1.6 CGI的优点 7
二、CGI程序语言—Perl 8
2.1 CGI编程语言 8
2.2 PERL 8
三、设计思想 10
3.1 程序要达到的目的 10
3.2 准备工作 10
3.2.1 后台数据库 10
3.2.2 实现数据库与程序链接 12
3.3 客户端访问界面 14
3.4 编程实现考试过程 15
3.4.1 第一阶段(student.cgi) 15
3.4.2 第二阶段(test.cgi) 20
3.4.3 编程过程中遇到的问题 24
四、综述 26