中文摘要:
计算机网络给我们提供了一种快捷、方便的学习、生活、
工作方式。近年来,随着计算机及其网络在各部门考试中的有
效应用,计算机及其网络在考试上体现出来的优势已经被人们
所认可。与传统的考试方式相比,它既节省了许多人力和物力
又免去了繁重的阅卷和统计的工作,减轻了组织考试部门的工
作量。因此,开发一个网上考试系统是非常必要的。
本文以 ASP 和 Access 数据库来开发服务器端,通过计
算机网络技术实现了一个针对消防部队警官的网上考试系统。
为了。提高消防部队的工作效率和信息化水平,体现消防部队
信息化进程的特色,开发一个适合消防部队的计算机网上考试
系统是非常必要的。鉴于计算机网络在消防部门的广泛应用,
为了消防部队的信息化建设的需要,我们开发了本网上考试系
统。它主要是在计算机网络环境中实现客户端访问服务器端,
实现考试、成绩查询和对考试系统的管理等功能。并根据这一
功能对该系统开发的可行性和实现过程进行了详细的介绍。
关键词:网上考试系统;ASP;数据库
Abstract
The computer network has provided us a swift and
convenient way of study, living and working. Recent years,
with the efficient applications of the computer and
network in the examinations of every department, the
advantages which was showed by the computer and network
in examinations has been recognized. Computer with
traditional way of examinations, it saves lots of
manpower and material resources as well as dispenses with
the strenuous work of going over examinations papers and
statistics, and lightened the work of the examination
organized department. There for very essential to
develop a online examination system.
The test is based on ASP and Access database
development server end and through the computer network
technology to achieved a online examination system for
the army’s police officers of fire control. It mainly
realize the customer end to visit the server end in the
computer network environment, and also to realize
functions such as examination, results inquiry and
examination system management etc.. Meanwhile according
to these function have a detailed introduction of the
feasibilities and realizing course of developing of this
system.
Key words:Online examination system;ASP;Database
目录
引言 .........................................................................................................................................................9
(一)、系统开发背景..........................................................................................................9
(二)、系统开发的目的和意义...................................................................................10
一 、需求分析 .............................................................................................................................11
(一).用户需求分析...........................................................................................................12
(二).系统可行性分析 .....................................................................................................13
(三).技术上的可行性分析........................................................................................14
二、系统设计与实施...............................................................................................................15
(一)、设计思想...................................................................................................................17
(二)、系统功能设计........................................................................................................17
1.用户登录模块设计...................................................................................................18
2.考试新闻模块设计................................................................................................18
3.题库管理模块设计................................................................................................18
4.试卷生成模块设计................................................................................................19
5.考试模块的设计 .....................................................................................................19
6.成绩查询模块设计................................................................................................19
(三)、系统页面的设计...................................................................................................19
(四)、数据库设计 .............................................................................................................21
1.数据库简介................................................................................................................21
2.数据库的逻辑设计................................................................................................21
3、数据库的结构创建................................................................................................22
4.数据库的连接.....................................................................................................................25
三、系统测试 ................................................................................................................................41
(一)、测试的概念与方法 .............................................................................................41
(二)、测试过程...................................................................................................................42
1.用户登录模块测试................................................................................................42
2.考试新闻模块测试................................................................................................42
3.试卷生成模块测试...................................................................................................42
4.题库管理模块测试...................................................................................................43
5.考试模块测试 .............................................................................................................43
6.成绩查询模块测试...................................................................................................44
7.系统测试........................................................................................................................44
四、结论............................................................................................................................................45
参考文献............................................................................................................................................46
附录:论文源代码附盘。.........................................................................................................46