毕业设计 基于asp计算机组成原理在线考试系统的开发.rar

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

毕业设计 基于asp计算机组成原理在线考试系统的开发,摘要计算机技术和internet技术的迅猛发展,致使各种基于internet的远程教育如雨后春笋般不断地出现,为全民教育的发展提供了良好的机会。但同时也带来了如何组织考试的问题。为了降低组织考试的费用及减轻教师的负担,设计了河南机专在线考试系统。与传统考试系统相比,借助于web的在线考试系统有着其无法比拟的优越性。它大...
编号:40-196469大小:2.44M
分类: 论文>计算机论文

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

内容介绍

原文档由会员 ljjwl8321 发布

摘要
计算机技术和Internet技术的迅猛发展,致使各种基于Internet的远程教育如雨后春笋般不断地出现,为全民教育的发展提供了良好的机会。但同时也带来了如何组织考试的问题。为了降低组织考试的费用及减轻教师的负担,设计了河南机专在线考试系统。
与传统考试系统相比,借助于WEB的在线考试系统有着其无法比拟的优越性。它大大提高了考试的灵活性,有效的避免了考试前的猜题、压题,一定程度上遏制了考生作弊的现象。试卷的提交由程序自动完成,避免了中间过程可能产生的人为不良因素的干扰,大大的提高了考试的公正性。同时也有效的降低了考试的成本。在线考试系统能保证考试的公平、有效,而且效率高,成本低,有着传统考试重多无可比拟的优越性,所以其必定是考试发展的趋势。
本系统介绍了基于B/S模式的在线考试系统的各个子系统的功能与组成,论述了ASP与ADO结合访问数据库技术在基于WEB在线考试系统的应用以及其具体的功能实现。
系统前台应用Dreamweaver MAX、Fireorks、FrontPage等软件生成界面,利用ASP+ADO技术来访问数据库。抽题系统及自动评分的实现是本系统的关键。
关键词:ASP;ADO;B/S模式;浏览器/服务器/数据库

Abstract:
With the rapid development of computer technology and internet,all kinds of distant educations based on internet have been coming out constantly,that provides a good change for national education's development.Meanwhile,the problem how to organize the exam is brought about to teachers.To reduce the cost of exam and ease the burden of teachers, online examination system was designed.
Examine system with tradition to compare, the on-line examination system that ask for help from WEB has the superiority that it can't compare to.It raised the vivid of the examination consumedly, effectively before avoiding examination of guess and press, certain the degree suppressed an examinee to cheat up of phenomenon.Try book hand over is directly completed automatically by procedure, avoid in the center process probably produce of artificial bad the interference of the factor, raised examination consumedly of candor.Lowered the cost of the examination also and effectively.Examines system and can promise examination on the net of fair and valid, and the efficiency is high, the cost is low, having much more heavy incomparable superiority of the tradition examination, so it is the trend that examines a development necessarily.
This system introduced according to the function of each statures system of the on-line examination system of the B/S with constitute, discuss the ASP and ADO to combine the interview database technique Be being on-line according to the WEB examination system of the application and its concrete function realization.
The system stage application Dreamweaver MAX,Fireorks,FrontPage etc. software born interface, make use of ASP+the ADO technique come to visit to ask a database.The realization that takes out a system and automatic grade point is the key of this system.
Keywords: ASP;ADO;B/S mode;Browser/Server/Database

目录
1 绪论................................................1
1.1选题背景............................................1
1.2本系统的设计路线....................................2
2 系统概述..........................................3
2.1在线考试系统的发展历史..............................3
2.2在线考试系统的作用..................................3
2.3在线考试系统的设计原理..............................4
2.3.1 ASP的工作原理................................4
2.3.2 ASP的工作过程及其运行环境....................4
2.3.3 ASP文件及其编程特点..........................5
2.3.4 ASP的环境需求设置............................5
3 系统分析.........................................7
3.1系统需要解决的主要问题..............................7
3.2系统功能需求描述....................................7
3.3系统运行环境........................................8
3.4系统数据库设计......................................8
3.4.1数据库介绍....................................8
3.4.2数据库表分析..................................8
4 系统的总体设计.....................................12
4.1在线考试系统功能需求简介...........................12
4.2功能需求描述.......................................13
4.2.1 登录功能.....................................13
4.2.2 帐号管理..............