资源描述:
《毕业设计论文--在线考试的开发与设计》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)题目基于Struts2和Hibernate的在线考试管理系统设计与实现系(院)专业班级学生姓名学号指导教师职称讲师二〇一五年五月日毕业设计(论文)在线考试的开发与设计摘要随着计算机应用技术迅速发展,网络技术应用日益扩大,以及传统的考试形式已不能再适宜当代考试的需要,在线考试尤其是基于Web的在线考试系统近年来受到愈来愈多的人青睐。Java在线考试系统就是基于Web的面向Java课程的专一性考试平台。Java在线考试以实现在线考试的目的,用来减轻教师的工作负担及升华工作效率,并且可以激发学习者学习兴趣。系统采用browser/server
2、模式开发,包括新用户注册、身份登录、用户管理、试题录入、在线考试、对照及代码执行等功能模块。系统完成了常规性考试所能完成的出题、判卷功能。各个功能模块采用UML技术进行了较为细致的设计,使用JSP页面(Java服务器页面)技术和SQLService数据库开发工具进行开发与实现。经过设计和实现之后,对在线考试系统的各个功能模块进行测试。关键词:Java;在线考试系统;浏览器/服务器模式II毕业设计(论文)DevelopmentandDesignofOnlineExaminationAbstractWiththerapiddevelopmentofcomp
3、uterapplications,networkingapplicationscontinuingtoexpand,aswellasthetraditionaltestmethodscannotadapttotheneedsofmodernexaminations,theon-lineWeb-basedexaminationismoreandmorepopularinrecentyears.TheJavaonlineexaminationsystemisoneoftheseWeb-basedon-lineexaminationsystems.TheJa
4、vaonlineexaminationsystemachievesthepurposeoftheon-lineexamination,reducesteachers’workload,improvesproductivityandstimulatesstudents’interestinlearning.Systemsusesthebrowser/servertodevelop.Itincludeslog,newuserregistration,usermanagement,on-lineexamination,comparisonandimpleme
5、ntationofthecode,andotherfunctionalmodules.Thesystemnotonlycompletestheconventionalexamination,butalsoprovidecodeuploading,compiling,runningandthecalculationofthecodesimilaritycomparison.Thecalculationofthecodesimilarityisabasisforteacherstojudgewhetherthecodeisplagiarism.Variou
6、smodulesuseUMLtechnologytodesign,itusesJSP(JavaServerPages)technologyandSQLServicedatabasedevelopmenttoolstorealizethesyatem.Afterthedesignandrealization,allofthefunctionsofthesystemaretested,andthecalculationofthecodesimilarityusesactualexamplestotestandanalysis.Keywords:JavaOn
7、-lineExaminationSystemBrowse/ServerModelII毕业设计(论文)目录第一章绪论11.1研究的目的和意义11.1.1研究目的11.1.2研究意义11.2国内外研究现状21.2.1国外研究现状21.2.2国内研究现状2第二章在线考试系统分析42.1在线考试系统业务流程概述42.1.1在线考试系统业务概述42.1.2在线考试系统业务流程42.2在线考试系统功能结构分析52.2.1在线考试系统后台管理的功能分析52.2.2在线考试系统的前台分析52.2.3在线考试系统数据流程图6第三章在线考试网站总体设计103.1系统开发的
8、功能描述103.2系统角色及其功能分析103.2.1系统的两个角色103.2.2系统角色的功能