1 / 39
文档名称:

在线考试系统论文.doc

格式:doc   大小:472KB   页数:39页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

在线考试系统论文.doc

上传人:wu190701 2018/9/19 文件大小:472 KB

下载得到文件列表

在线考试系统论文.doc

相关文档

文档介绍

文档介绍:毕业论文
( 届大学本科)
题目: 在线考试系统的设计与开发
学院: 计算机与电子信息学院
专业: 信息管理与信息系统
班级:
姓名:
学号:
指导教师:

20 年 3 月 26 日
教务处印制
声明
本人郑重声明所呈交的论文是我个人在指导老师的指导下进行的研究工作及取得的研究成果,不存在任何剽窃、抄袭他人学术成果的现象。我同意( )/不同意( )本论文作为学校的信息资料使用。
论文作者(签名)
年月日
摘要
为了提高教师的工作效率,把老师从烦琐的考试工作中解放出来,本文主要研究了如何设计和开发基于JSP的在线考试系统。本文阐述了一个基于JSP技术的在线考试系统的体系结构和设计实现过程,系统采用的三层体系结构,JSP+JavaBean+SQL Server 2000开发,即前端由JSP网页实现表现逻辑,中间使用JavaBean的组件实现系统内部复杂的业务逻辑,后端使用SQL Server 2000数据库实现数据逻辑,并设计了在线考试系统的解决方案。系统实现了三种权限用户信息的管理,题库的增加、修改、删除基本功能,实现了随机生成试卷,并管理试卷的发布状态。实现了学生在线考试和成绩查询的功能。
关键字:在线考试系统; JSP;三层体系结构
Abstract
In order to improve the teacher's working efficiency, liberate teacher from convoluted work about test, we design and develop work examination system that based on JSP. This article has explained the system structure and design process of work examination system that based on JSP technology. The system uses three systems structures, and developed by JSP-JavaBean-SQL Server 2000 technology. Videlicet, at foreground is realized displaying logic by JSP WebPages, in the middle used plete plicated business logic inner system, at background uses SQL Server 2000 databases plish data logic, and design a solution for work examination system. This system plished three types user information’s management. And plished the query, add, delete and edit functions of item bank. And plished arranging paper randomly, and manage the paper’s publish state. The system plished exam on line and query score.
Key words: Examination system work; JSP; three systems structures.
目录
绪论 5
第1章系统开发背景及意义 6
6
6
第2章在线考试系统需求分析 7
7
8
8
8
9
9
10
10
—JSP(Java Server Page) 10
Eclipse简介 11
Tomcat简介 11
Microsoft SQL Server 2000简介 13
第3章在线考试系统设计 14
14
14
15
16
20
20
MVC模式设计(Jsp+Servlet+JavaBean) 21
第4章在线考试系统实现 22