在线考试系统优秀毕业论文

上传人:飞****9 文档编号:132098362 上传时间:2020-05-12 格式:DOC 页数:49 大小:3.90MB
返回 下载 相关 举报
在线考试系统优秀毕业论文_第1页
第1页 / 共49页
在线考试系统优秀毕业论文_第2页
第2页 / 共49页
在线考试系统优秀毕业论文_第3页
第3页 / 共49页
在线考试系统优秀毕业论文_第4页
第4页 / 共49页
在线考试系统优秀毕业论文_第5页
第5页 / 共49页
点击查看更多>>
资源描述

《在线考试系统优秀毕业论文》由会员分享,可在线阅读,更多相关《在线考试系统优秀毕业论文(49页珍藏版)》请在金锄头文库上搜索。

1、毕业设计题目:无纸化考试系统学 号: 姓 名: 院 (系): 专 业: 完成日期: 指导老师: 分类号 学校代码 UDC 密级 学号 - 43 -*大学*学院毕业论文 指导老师: * 博士 *大学 *学院申请学位级别 专业名称 *论文提交日期 年 月 日论文答辩日期 年 月 日学位授予单位和日期 *大学 答辩委员会主席: * 论文评阅人: 年 月 日摘要 随着计算机技术的发展,考试的方式也在不断的变化着。从最初的考试的时候,人工印刷试卷,到发考卷,然后收卷,然后改卷,然后发布成绩,整个流程相对的比较的复杂,而且涉及的人员较多,不容易协调。到现在比较流行的是使用无纸化考试系统,每回考试只要使用软

2、盘等等存储介质带题库下来,在计算机上安装一个考试客户端(甚至有些就直接使用windows内置的浏览器就可以了),就可以考试了。考试完毕之后,学生交卷后,评分的时候只要带走一些数据,就可以完全使用电脑修改,评分过程可能也就在一两分钟左右。采取这种方法,不知不觉中就减少了考试时间,降低了考试成本,减少了老师的工作。而且一般情况下,该类考试系统都是使用随机组卷,电脑随机抽卷的,保证了公正性,即使是监考老师也无法干预电脑的随机抽卷。 本论文就是以“计算机考试系统”的开发为背景,论述了计算机考试系统发展的历史及现状。全文共分为系统调查、 系统分析、功能设计、数据库设计、系统实现、 总结、参考文献。本文详

3、细阐述了系统分析、系统设计的方法及其内容,对如何使用VB开发本系统作了较为详细的介绍。本系统包括题库的维护维护、考生的考试模块、评分模块,而且老师和学生可以分别使用不同的用户名进行登录,具有不同的操作权限。关键词:计算机,考试系统,VB6.0,系统功能 Abstract Along with computer technology development, test way also in unceasing change. From initial test, the man-power prints the examination paper, to sends the examinati

4、on paper, then receives the volume, then changes the volume, then issue result, entire flow relative comparison complex, moreover involves the personnel are many, not easy to coordinate. Quite popular uses the paperless test system to the present, so long as each chapter of test uses the floppy disk

5、 and so on storage medium belt question banks to get down, installed a test client side on the computer (even some directly to use the browser which in windows set to be possible, Might take a test. After the test finished, after the student completes an assignment, grading time so long as carries o

6、ff some data, may use the computer to revise completely, grading process possibly also about 12 minutes. Adopts this method, unconscious reduced the test time, reduced the test cost, reduced teachers work. Moreover in the ordinary circumstances, this kind of test system all is the use along with the

7、 unit volume, the computer pulls out the volume stochastically, has guaranteed the fairness, even if is monitors an exam teacher to be also unable to intervene the computer to pull out the volume stochastically. The present paper is by the computer test system; the development is a background, elabo

8、rated the computer test system development history and the present situation. The full text altogether divides into the system investigation system analysis, functional design, database design, system realization summaries, and reference. This article elaborated in detail the system analysis, the sy

9、stem design method and the content, how for did use VB to develop this system to make a more detailed introduction. This system including question bank maintenance maintenance, examinees test module, grading module, moreover teacher and the student may use different user to carry on separately regis

10、ter, have the different operation jurisdiction.Key words: Computer, test system, VB6.0, system function目录摘要IAbstractII目录III第一章 绪论- 1 -1.1前 言- 1 -1.2 ADO控件介绍- 1 -1.3如何使用ADO- 2 -1.4 Visual Basic提供可视化的编程工具- 4 -1.41 程序采用“事件驱动“方式- 4 -1.42 Visual Basic融入了最新的计算机技术- 4 -第二章 系统概述- 5 -2.1系统简介- 5 -2.2 系统目标- 5 -

11、2.3考试系统的特点- 5 -2.4系统功能概述- 6 -2.5系统需要注意和解决的问题- 6 -2.6本系统的开发工具及环境- 7 -第三章 系统分析- 8 -3.1 需求分析- 8 -3.2 可行性分析- 8 -3.21经济的可行性分析- 8 -3.22 技术的可行性- 8 -3.3业务流程图- 8 -3.4系统预览- 9 -3.41 系统登录- 9 -3.42管理员管理- 10 -3.5管理员操作- 11 -3.6学生的相关操作- 14 -3.7 退出系统- 17 -第四章 概要设计- 18 -4.1数据库概要说明- 18 -4.2数据库概念设计- 18 -4.3数据库逻辑设计- 22

12、-4.4系统功能结构- 24 -第五章 详细设计- 26 -5.1公共模块设计- 26 -5.51声明该变量- 26 -5.52启动函数Main()和共享的数据库连接- 26 -5.53显示错误信息函数- 27 -5.54Null转化为0的函数- 27 -5.55限制输入字符函数- 28 -5.2窗体设计- 28 -5.21系统登陆界面设计- 28 -5.22主窗体设计- 30 -5.23考试窗体设计- 33 -5.24 系统参数窗体设计- 36 -5.25 修改试题窗体设计- 37 -5.26管理员窗体设计- 38 -总结- 41 -参考文献- 42 -附录- 43 -Appendix- 4

13、5 - *学士论文 第一章 绪论第一章 绪论1.1前 言“科学技术是第一生产力”,是邓小平同志坚持和发展马克思主义关于生产力的理论,于1988年提出的精辟论断。这个论断提示了科学技术在现代社会在的重要作用,为我国社会主义市场经济中科学技术发展指明了方向。科学技术的突飞猛进,给世界生产力的人类经济社会的发展带来了极大的推动。当前,以微电子技术为基础,以计算机、网络和通信技术为主体的信息技术,已渗透到经济的各个领域。信息技术的发展,已给人类经济生活方式带来质的变化。未来的科技发展还将产生新的重大飞跃。我们作为新世纪的中国人,作为计算机专业的学生,理应为我们国家的发展做出自己应有的一份贡献。在学校里

14、我们学习的都是非常理论的东西,虽然可能有上机的实践,但是确没有面对过一个真正的实际的问题,理论如果离开了理论,就失去了生长的土壤。也没有非常系统的使用过学习到的知识,可以这么说我们的水平可能还没有转化为生产力。如果学习的知识不加于应用,不但不容易透彻的理解理论知识,而且非常的容易忘记。所以我借着这次毕业设计的时候 ,好好的解决一个实际的问题,好好的,全面的运用自己所学的,为自己以后毕业后的工作生活打下一个良好的基础。在人的一生中,总是要经历许许多多的考试,大到考研究生,小到单元测验。从在校的学生,到已经在社会上工作的人,从为人师的教师,到开出租车的司机,都要经历很多的考试。而现在传统的考试模式已经跟不上现在的发展,所以在这次毕业设计中,我准备做一个考试系统。可能该考试系统比较的简单,但是麻雀虽小,五脏俱全。包括了

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 学术论文 > 其它学术论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号