毕业论文 基于jsp的网上在线考试系统的设计.doc

约55页DOC格式手机打开展开

毕业论文 基于jsp的网上在线考试系统的设计,摘要网络使用的日益广泛,使得人们对网站的质量的要求越来越高。人们想要看到的网站已不再是文字和图片的简单组合,而需要网页的具有审美、使用价值的同时网页之间可以更完美的交互,这就给网站设计者带来很大的挑战在线考试系统是学生学习过程中的一个辅助工具,基于internet或者局域网,其主要功能是实现学生在学习过程中通过本系统对...
编号:30-201903大小:460.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

摘 要

网络使用的日益广泛,使得人们对网站的质量的要求越来越高。人们想要看到的网站已不再是文字和图片的简单组合,而需要网页的具有审美、使用价值的同时网页之间可以更完美的交互,这就给网站设计者带来很大的挑战
在线考试系统是学生学习过程中的一个辅助工具,基于Internet或者局域网,其主要功能是实现学生在学习过程中通过本系统对课程进行各个章节的综合测试和评分,以检验学习效果。管理员利用本系统可以进行试卷的测试。同时系统能过进行分数的统计以及成绩的查询,为学生及教师在学习过程中提供帮助。在线考试系统旨在实现考试的无纸化管理,对一些科目的考试可以通过互联在线或局域网进行,方便校方考务的管理,也方便了考生,尤其适在线考试系统旨在实现考试的无纸化管理,对一些科目的考试可以通过互联在线或局域网进行,方便校方考务的管理,也方便了考生。线考试系统(NES)是使用servlet +jsp+bean开发的一个基于Web的在线考试平台.该考试平台包含了考生考试,用户管理,考试管理,试卷管理,题库管理等多个功能,主要注重过程控制和考试档案的管理。定位于节省考试过程中的成本,方便企业对考试工作的管理。其B/S的模式使之更容易部署推广及方便的使用。

关键字:jsp;servlet;在线考试系统

Online examination system

Abstact

The network increasingly widely used, making it the quality of the site have become increasingly demanding. People want to see the site is no longer a simple combination of words and pictures, and aesthetic needs of the page, between the value of the same web page could be more perfect interaction, which gives web designers a great deal of challenge .
Online examination system is a learning process support tool, based on the Internet or local area network, its main function is to achieve the students in the learning process through the system in all sections of the curriculum for the comprehensive test, to test learning. The system administrator can use the test papers.At the same time the system can be made for a fraction of the statistics and the results of the inquiry, for students and teachers to assist in the learning process. Online examination system to achieve paperless management of examinations, the examination for some courses online through the Internet or LAN, to facilitate the management of the school Examination, candidates are also convenient, especially suitable for online examination system designed to achieve the non-test paper management, the examination of some subjects can be online or LAN through the Internet to facilitate the management of the school Examination, candidates are also convenient.
Online examination system (NES) is that one using servlet+jsp+bean to develop is based on Web to have an examination in the platform online, the goal is examined for the first time for the recruitment talents of the company. Having it's time for and had an examination the platform and included examinee's having an examination, users manage, manage in examination, the paper is managed, a lot of functions that the exam pool is managed,etc., pay attention to the course and control and have an examination the management of the file mainly. Orientate as sparingly the cost in the examination course, facilitate the control over work about test of enterprises. Its B/S's mode makes it apter to dispose popularizing and convenient use.

Key Words:jsp;servlet; Online Exam

目 录
基于JSP的网上在线考试系统的设计 1
摘 要 1
ABSTACT 2
绪 论 7
1. 系统开发背景及意义 8
1.1系统开发背景 8
1.2系统开发意义 8
2. 网上考试系统需求分析 9
2.1现状分析 9
2.2可行性分析 10
2.2.1经济可行性 10
2.2.2技术可行性 10
2.3设计目标 11
2.4功能要求 11
2.5系统开发环境配置 12
2.6系统开发工具 12
2.6.1开发技术—JSP(Java Server Page) 12
2.6.2数据库—SQLServer 2000 13
2.7小结 14
3. 网上考试系统设计 15
3.1数据库设计 15
3.1.1数据库需求分析 15
3.1.2数据库逻辑结构设计 16
3.2系统结构设计 22
3.2.1页面模块化设计 23
3.2.2 MVC模式设计(Jsp+Servlet+JavaBean) 24
3.3小结 24
4. 网上考试系统实现 25
4.1系统各部分的实现方法 25
4.1.1建立JDBC-ODBC桥接器 25
4.1.2创建ODBC数据源 25
4.1.3和ODBC数据源制定的数据库建立连接 25
4.1.3用户及管理员登录模块页面 26
4.1.4系统主要模块页面 29
4.1.5学生考试模块的实现页面 30
4.1.6教师添加试题制作试卷模块的实现 37
4.2小结 41
5. 系统测试 43
5.1什么是软件测试 43
5.2软件测试的目标与方法 43
5.3系统的不足和展望 44
5.4小结 44
结 论 45
致 谢 46
参考文献 47
附录1 外文参考文献(译文) 49
附录2 外文参考文献(原文) 52