有什么办法去脚气:在线考试系统论文

来源:百度文库 编辑:偶看新闻 时间:2024/04/29 23:38:15

在线考试系统论文

(2009-07-24 18:37:36)转载 标签:

在线考试系统

杂谈

分类: asp毕业设计 摘要

智能化网上考试系统采用开放式的设计思想,可以承载各种课程的题库,计算机自动组卷,实施课程的考试;也可以通过网络传输一套或几套试卷,在保证试卷的安全保密性的前提下,实施课程的考试,解决课程考试中规模小、笔试考试管理环节多、工作量大等问题。

ASP是面向对象的开发工具,具有很多的控件,可以方便地进行界面设计和数据库连接等各种操作,所以我们选用ASP作为本次开发的语言。

关键词:考试系统、数据库、ASP、SQL、表。

 

Abstract

The intelligence turns the design thought that the on-line examination system adopts the open type, can load various database, a book of calculator, the examination of the implement course;Can also deliver through a network a set of or a few sets try book, while guarantee the premise of the safe confidentiality of try winding, implement the examination of the course, resolve the course examination is small in the scale, the written test examination manages the link to have another and work to have great capacity etc. problem.

The ASP is a development tool that faces to the object, having to control the piece a lot ofly, can carry on various operations, such as the interface design and the database conjunction...etc. conveniently, so we choose with a language for develop of the ASP conduct and actions.

Keywords: Examination system ,Database,ASP, SQL, Table

 

 

目录

摘  要   1

引 言   3

第一章   系统设计相关原理 4

1.1  Dreamweaver技术简介 4

1.2  SQL和SQL Server技术简介    4

1.3   ASP技术简介    5

1.4  VBScript介绍   7

第二章   需求分析 8

2.1  系统需求解决的主要问题   8

2.2  系统应具备的具体功能 8

第三章 系统总体设计结构与模型 9

3.1  系统设计的总体结构   9

3.2  系统数据结构分析 9

3.3   数据库逻辑结构设计  9

第四章   系统实现 13

4.1  用户登录界面的实现   13

4.2  考生登录科目选择的实现   14

4.3  考试界面的实现  16

4.4  管理员登录界面的实现 18

4.5  管理员管理页面的实现 19

第五章 硬件配置  23

5.1 软件环境 23

5.2硬件环境 23

第六章 结束语    24

主要参考文献 25

附录 26