题库及组卷管理系统.rar

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

题库及组卷管理系统,本文档包括论文,源程序摘要随着计算机技术以及高等教育的迅速发展,各行各业中计算机都已经普及,传统的考试方式也面临着变革,各种基于internet的远程教育不断地出现,尤其是在学校,考试跟学生的关系是非常密切的,在没有计算机系统的情况下,考试的出题是一个比较麻烦的问题,要花费大量的时间和精力,管理员出题...
编号:50-209344大小:1.93M
分类: 论文>计算机论文

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

内容介绍

原文档由会员 wwm815 发布

题库及组卷管理系统


本文档包括论文,源程序

摘要
随着计算机技术以及高等教育的迅速发展,各行各业中计算机都已经普及,传统的考试方式也面临着变革,各种基于Internet的远程教育不断地出现,尤其是在学校,考试跟学生的关系是非常密切的,在没有计算机系统的情况下,考试的出题是一个比较麻烦的问题,要花费大量的时间和精力,管理员出题工作量大,劳动强度高,而且试题的保存也比较占地方,基于以上这几点考虑,为了解决考试试题的多样性、随机性和上述一些问题,管理员拥有一套试题库管理系统是非常必要的。基于以上问题,我们设计了高校试题自组织系统,该系统可以摒弃传统试题的手工整理的麻烦,而且可以减少出题的精力和时间。本课题是一个基于WEB的题库及组卷管理系统设计和实现的过程。
本系统采用了目前流行的JSP、Web技术,和功能强大的数据库开发工具MSSQL进行软件开发。为了保证系统能够长期、安全、稳定、可靠、高效的运行,系统分析中应该考虑以下的性能需求:系统处理的准确性和及时性,系统的开放性和系统的可扩充性,系统的易用性和易维护性,数据录入和处理的一致性与完整性,以及数据的共享与独立性。根据软件工程的原理,结合面向对象方法开发完成,服务端的运行环境平台采用了Eclipse +Tomcat+JSP+MSSQL。
关键词 : JSP,MyEclipse, MSSQL,,自动生成试卷


 
Abstract
Along with the calculator technique and the higher education of quick development, the calculators all have been universal in every trade, the traditional examination method also faces a change, various according to Internet long range education constantly appears, particularly at school is examination and the student's relation is very close, under the circumstance that have no calculator system examine of make out questions is a relatively bothers of problem, cost a great deal of time and energy, the teacher makes out questions a work to have great capacity, labor strength strong, and try of the conservancy also relatively covers square, according to above this what time consideration, for resolve the examination tries of diverse sex, random and a little bit above-mentioned problem, teacher's owning set to try a database management system is very necessary. According to the above problem, we designed an of strong from the organization system, that system can abandon the trouble that the handicraft that the tradition tries tidy up, and can reduce to make out questions of energy and time. This topic is according to the WEB try from organization system of the database management process of sub- system design and realization.
This system adopted to spread currently of JSP, Web technique, and the function strong tool MSSQL of the database development carry on a software development. For promising that the system can be long-term, safety, stability, credibility, efficiently of circulate, should consider a following function need in the system analysis: System processing of accuracy with in time sex, sex and system of the open of system of can enlarge sex, easily use of the system sex with easy maintenance, the data record go into with processing of consistency and integrity, and the share and independence of the data. According to the principle of software engineering, combine to face to an object method a development completion, the service carry of the movement environment terrace adopted Eclipse+Tomcat+JSP+MSSQL.
Key word: JSP,MyEclipse, MSSQL, use case,hand make test paper,auto make test paper

 
目录
题库及组卷管理系统 II
摘要 II
Abstract III
第1章 绪论 1
1.1 背景 1
1.2 目的意义 1
1.3 主要内容 2
1.4系统的开发工具 2
1.5系统的开发环境 3
1.6系统硬件配置 3
第2章 需求分析 4
2.1系统的结构框架 4
2.2 系统需求描述 5
2.2.1功能描述 5
2.2.3 用例图 6
2.3 可行性分析 7
2.3.1 经济可行性 7
2.3.2 技术可行性 7
2.3.3 社会可行性 7
2.3.4 操作可行性 7
第3章 系统设计 8
3.1 系统总体设计 8
3.1.1 系统功能描述 8
3.1.2 功能层次图 8
3.1.3 模块结构图 9
3.2 数据库设计 10
3.3运用的分析和设计方法 12
3.4开发技术分析 13
第4章 系统实现 15
4.1 登陆模块 15
4.2 专业学科模块 19
4.3 题库管理模块 21
4.3 组卷管理模块 23
第5章 结 论 26
参考文献 27
致 谢 28