基于NET在线考试系统的设计与实现

上传人:re****.1 文档编号:430801679 上传时间:2024-01-28 格式:DOC 页数:29 大小:511.50KB
返回 下载 相关 举报
基于NET在线考试系统的设计与实现_第1页
第1页 / 共29页
基于NET在线考试系统的设计与实现_第2页
第2页 / 共29页
基于NET在线考试系统的设计与实现_第3页
第3页 / 共29页
基于NET在线考试系统的设计与实现_第4页
第4页 / 共29页
基于NET在线考试系统的设计与实现_第5页
第5页 / 共29页
点击查看更多>>
资源描述

《基于NET在线考试系统的设计与实现》由会员分享,可在线阅读,更多相关《基于NET在线考试系统的设计与实现(29页珍藏版)》请在金锄头文库上搜索。

1、学号 31 密级XXXX学院本科毕业论文基于ASP.NET的在线考试系统的设计与研究院系名 称:计算机科学学院专 业 名 称 :计算机科学与技术学 生 姓 名 : 指 导 教 师 :二一五 年 四 月BACHELORS DEGREE THESIS OF XXXXUNIVERSITYOnline Examination System design and research based on ASP.NETCollege: ComputerScienceCollegeSubject: Computer science and technologyName: Directed by: LimingA

2、ssistantApril 2015 重 声 明本人呈交的学位论文,是在导师的指导下,独立进行研究工作所取得的成果,所有数据、图片资料真实可靠。尽我所知,除文中已经注明引用的容外,本学位论文的研究成果不包含他人享有著作权的容。对本论文所涉及的研究工作做出贡献的其他个人和集体,均已在文中以明确的方式标明。本学位论文的知识产权归属于培养单位。 本人签名: 日 期: / 摘 要2015年的今天,伴随计算机科学、网络技术的迅猛发展,高等院校结合软件技术与硬件资源来实行高效的在线考试系统,有非常重大意义。一方面大大降低高校行政人员工作量,另一方面它提高了学校对各个方面信息等一些复杂的工作的效率。不得不承

3、认,在学校的教学管理中,尤其每年期末考试当息量极大且复杂,学生考试耗费校师生的大量人力物力财力资源,所以学校的管理信息系统特别是学生在线考试系统的信息化建设具有非常必要的。 在线考试系统基础要素是要做到代替人工完成考试中需要解决的一系列问题,才可以达到智能化。它采用的关键技术是ASP.NET,可以在考生进入系统进行身份的认证,然后登陆考试系统,再根据考试系统管理分配给自己的科目试卷进行填写。考试系统可以对时间进行控制,时间一到就要求考生交卷。交卷后由计算机将会自动改卷,并将成绩保存。从安全角度来说,因为传统的卷面考试各个环节需要较多的时间而且接触的人比较繁杂,所以在方面具有一定的困难。但是在线

4、考试系统采用了另一种提供试题来源的方式,那就是试题库的方式。这种方式的优点是各个考生试卷随机产生,就可以避免作弊现象或不公平现象的产生。在线考试系统不仅减轻了教师任务同时减轻了考生在考试过程中的繁琐步骤。简单来说在线考试系统就是将学校已有的计算机软件和硬件资源以及网络资源进行无纸化的考试系统。在线考试系统弥补了传统手工考试的缺陷,与传统的考试模式相比,在线考试在技术方面的灵活运用,对关于实现安全性的途径和方法提出新的方案。通过计算机技术实现在线考试,可以有效利用校园网的资源,使它发挥更大效力,更好的为学校服务。关键词:ASP.NET;在线考试系统;数据库;ABSTRACT2015 Today,

5、 with the rapid development of computer science, networktechnology, software technology and hardware universities combined resources to implement effective online examination system, there are very significant. On the one hand greatly reduces the workload of administrative staff colleges and univers

6、ities, on the other hand it improves the efficiency of all aspects of school information and some complex work. Have to admit, in teaching management, especially in the final exam each year among a great amount of information and complex examinations of students spend a lot of manpower and financial

7、 resources of teachers and students, so the school management information systems, especially students online examination system of information construction very necessary.Online examination system is the basic element to achieve instead of doing so through a series of issues need to be addressed ex

8、am before they can reach intelligent.It is the key technology of using ASP.NET, you can in the examinee identity certification to enter the system, then log in examination system, and then according to theexamination system management assigned to their subject papers to fill out. Test system can to

9、control time, time students will submit as soon as you arrive. Volume by the computer will automatically change after submital, and to save results. From a security perspective, because the traditional knowledge test each link requires more time and contact person is multifarious, so has certain dif

10、ficulties in terms of confidentiality. But online examination system using another way to provide paper source, that is the way of test, the test paper randomly generated, can avoid the cheating or unfair phenomenon. Online examination system not only reduced the teachers in the process of test task

11、s, and to reduce the cumbersome steps in the process of the examinee in the examination.Simple online exam system is the school of the existing computer software and hardware resources and network resources for paperless examination system. So that we can make up for the defect of traditional manual

12、 test, compared with the traditional exam mode, online test set with more technology, the realization way and method for the security of new scheme is put forward. Through the network technology to realize the online exam, can effective use of the resources of campus network, make it play a greater

13、effectiveness, better services for the school. Keywords:ASP.NET; Online examination system; The database目 录摘要IABSTRACTII1 绪论11.1开发的背景和意义11.1.1开发的背景11.1.2 开发的意义11.2主要开发工作11.2.1开发流程容21.2.2设计方法32 总体设计与实施方案42.1总体设计42.1.1设计目标42.1.2系统结构52.2实施方案62.2.1系统需求分析62.2.2方案与实施步骤63 在线考试系统设计和相关架构分析93.1在线考试系统功能需求分析93.

14、2在线考试系统性能需求分析93.3在线考试系统架构分析94 详细设计与实现124.1数据库设计124.2数据库的逻辑设计134.2.1用户信息管理模块134.2.2学生成绩信息模块144.2.3试卷模块144.2.4试题库模块155 程序调试165.1所遇见的问题165.2系统测试166 设计评价和改进要求及目标186.1设计评价186.2改进要求及目标18参考文献20致221 绪论当今社会,日新月异的科技发展与应用让人们感到震惊的同时,各大高校推进信息化改革也成为必然。在这样的背景下,在线考试系统的存在就显得尤为重要了。在线考试系统旨在通过计算机技术和管理,利用可取资源,让考生和老师都能更轻

15、松的对待考试。在线考试系统的实现主要运用的是技术,实现的是让考生通过身份认证,再由系统自动随机发试卷,并计时自动收卷判卷等工作。1.1开发的背景和意义1.1.1开发的背景随着科技的发展,高校改革推进无纸化作业与考试成为众矢之重,在线考试系统也应运而生。它主要用来解决考生和老师在考试时的繁重的任务。实现在线考试,让学生自己进去考试系统考试,由系统统一随机发卷,收卷后系统可自动判改客观题,老师也可以在线判卷,带来了方便。1.1.2 开发的意义信息技术管理信息系统,计算机网络技术和通信技术在教学管理中的各种应用不仅可以大大提高学校结合职能部门的手机、存储、传输和处理效率,而且标准化和灵活性的教学管理信息化减轻繁杂的工作量。经历了传统的C/ S系统模型,现在许多类的信息化正在向B / S模式的应用系统开发。巨大的工作量和活动的学校教学管理活动,为了减轻教师和学生,学校管理信息系统的负担,在线考试系统的建设也就越来越迫切。1.2主要开发工作1实现用户的在线注册,登陆,考试,修改考生资料2实现管理员对题库的增

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 建筑/环境 > 施工组织

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