JSP在线考试系统PPT课件
- 格式:pptx
- 大小:2.58 MB
- 文档页数:18
Java课程设计···jsp在线考试系统学院:计算机班级:信管1003姓名:王伟巍学号:311009030324目录第 1 章绪论 (3)第 2 章需求分析 (4)2.1问题分析 (4)2.2方案选择 (4)2.3任务概述 (4)2.4功能需求概述 (4)2.5运行环境 (5)第 3 章系统设计 (7)3.1指导思想 (7)3.2系统层次模块图 (7)3.3系统流程图 (7)3.4数据流程图 (8)3.5功能模块设计 (8)3.6数据库设计 (12)第 4 章开发技术 (14)4.1开发技术介绍 (14)4.1.1 B/S模式及其优势 (14)4.1.2 Web应用程序开发环境—JSP技术 (14)4.1.3 JA V A简介 (15)4.1.4 Tomcat应用服务器 (15)4.1.5 SQL server 2000 (15)4.2数据访问接口 (16)第 5 章关键技术解决 (17)5.1 JSP在线考试配置说明 (17)5.2 JSP与数据库的连接 (18)第 6 章结论 (19)附录 (20)第 1 章绪论近年来,我国的函授教育、网络远程教育、自学教育,以及国内国外的各类认证考试教育,如微软的MCSE、Cisco的CCNA等,迅速发展。
在这个日新月异的时代,不学习就意味着落后,所以接受教育不再局限于校园内,职场人员通过各种不同的考试来提升自我。
在固定的场所,在固定的时间接受教育、进行考试,这种传统的教育管理方式,对职场人员而言是极为不便的。
对于开展成人教育的学校与培训机构而言,也不利于集中学生,同时又需要投入大量的人力、物力与时间,增加了更多成本。
随着Internet的发展,计算机得到了全面普及,学校的教学、教务管理、行政管理也一改传统的模式,借助现代计算机技术及因特网技术,努力朝着信息化建设的方向发展。
教育的改革,给人们带来了更多的学习机会,也正是这样,对于那些学习形式灵活、学生分布广的成人教育及各种的认证培训考试教育才能够得以如火如荼的发展。
山西大学硕士学位论文JSP在线考试系统设计与实现姓名:张青申请学位级别:硕士专业:计算机应用技术指导教师:吕国英@现在网络技术逐渐渗入到社会生活各个层面,传统的考试方式必将面临着变革,而web网络考试则是一个很重要的方向。
基于Web技术的网络考试系统可以借助于遍布全球的因特网进行,因此考试既可以在本地进行,也可以在异地进行,大大拓展了考试的灵活性。
试卷根据题库中的内容即时生成,不但可避免考试前的压题,而且可以采用大量标准化试题,从而利用计算机判卷,大大提高阅卷效率;还可以直接把成绩送到数据库中,进行统计、排序等操作。
所以现在较好的考试方法为网络考试,试题内容放在服务器上,考生通过姓名、准考证号码和口令进行登录,考试答案也存放在服务器中,这样考试的公平性、答案的安全性可以得到有效的保证。
因此,采用Web网络考试方式将是以后考试发展的趋势。
本文介绍了Jsp在线考试系统的开发。
Jsp在线考试系统包括考试学生的身份认证、试卷的生成、成绩的判定及查询;教师对试题的组题(查询、修改、增加、删除等)及考生成绩的查询;管理员对考生及教师的管理(查询、修改、增加、删除等)。
其中组卷系统和维护系统是最重要的,也是必须的。
在这部分管理中,由于是对一些信息的查看和修改,所以使用到了大量的SQL查询语句。
为了提高考试系统的运行效率,系统使用了数据库连接池技术。
使用这种方式可以达到系统中资源和性能的平衡。
关键词:考试系统,浏览器,服务器,JSPABSTRACTNow network technology has penetrated into every aspect of social life, the traditional ways of examination will face changes, and web network examination is a very important direction. Based on the Web technology of network examination system can help the Internet around the world, neither can therefore exam in local, also can be in different, greatly expand the flexibility of the exam. According to the contents of the test paper generation, not only can avoid immediately before the exam YaTi, and can be used to test of standardization, using computer to roll, greatly improving reading efficiency, The results also can directly to the database, statistics and sorting operation. So now better test method for network exam papers on the server, content, the examinee through your candidate number and name, password to login, and stored in the server test answers, fairness, answer to effectively guarantee safety. Therefore, using Web network examination mode will be after the development trend of the exam.The paper introduces the Jsp online examination system development. The Jsp online examination system including test students' identity authentication, the paper generated, judgement and query, The teacher to test group (inquiry, amend, add, delete, etc) and the examinee scores query, The teachers and administrators to examinee management (inquiry, amend, add, delete, etc.). One group of roll system and safeguard system is the most important, is a must. In this part, because it is in the management of the check and modify some information, so use to large amounts of SQL.In order to improve the operation efficiency of examination system, the system using the database connection pool technology. Using this method can achieve system resources and performance of balance. Keywords:On-line examination system, browser , server,jsp现在网络技术逐渐渗入到社会生活各个层面,传统的考试方式必将面临着变革,而web网络考试则是一个很重要的方向。