资源描述:
《基于bs模式在线考试系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、基于BS模式在线考试系统的设计与实现摘要在线考试系统旨在实现考试的无纸化管理,基于计算机和网络技术进行在线考试系统的使用,既方便校方对考试的管理,也方便了考生,尤其适合考生分布广,不易集中的远程教育。基于远程教育的推广和在线考试需求的增加,本文设计并实现了一套在线考试系统...
摘 要
在线考试系统旨在实现考试的无纸化管理,基于计算机和网络技术进行在线考试系统的使用,既方便校方对考试的管理,也方便了考生,尤其适合考生分布广,不易集中的远程教育。
基于远程教育的推广和在线考试需求的增加,本文设计并实现了一套在线考试系
2、统。本系统实现了系统管理、考生管理、在线考试、在线制作试卷、控制学生考试、试卷审批等基本功能。同时,为确保系统安全运行和考试信息的机密性、完整性,本系统采用了SSL协议来加密传输的考试数据,并实现对服务器的认证。系统采用B/S开发模式,以JAVA作为开发平台,结合JSP、JavaScript、Html等语言,以Tomcat为服务器和SQLServer2000为后台数据库。整个系统层次结构简单,操作容易,并具备一定的安全性。考生借助此系统,可以随时随地的进行课程结业考试,同样,老师使用该系统能更高效、便捷的组织在线考试。
关键词
3、:在线考试系统;B/S模式;SSL
DesignandImplementationofOnlineExaminationSystem
Abstract
Theonlineexaminationsystemaimsatachievingthepaperlessexaminationmanagement.Theonlineexaminationsystem,whichbasesoncomputerandnetworktechnology,isconveniencefortheexammanagement
4、,butalsoforthestudents.Simultaneously,suchasystemisabsolutelysuitableforthestudentsindistanceeducationwhoaredispersiveanddifficulttoconcentrateonthecourse.
Asthepromotionofdistanceeducationandtheincreasingdemandoftheonlineexaminatio
5、n,thispaperpresentsthedesignandimplementationoftheon-lineexaminationsystem.Thesystemimplementsthefollowingfunctions:systemmanagement,examineemanagement,onlineexaminations,onlineproductionofthepapers,controlexaminationsandpaperprocessing.Meanwhile,inordertoensurethesystemoper
6、atingsafeandtheexaminationinformationconfidentialaswellasintegral,thesystemusestheSSLprotocoltoencryptexaminationdataandachievetheserverauthentication.ThesystembasesonB/Sdevelopmentmodel,usingJavaasadevelopmentplatform,whichutilizesJSP,JavaScript,andHtmllanguageaswell.Theweb
7、serverisTomcat.DatabaseserverisSQLServer2000.Thesystemstructureissimple,easyandsafe.Examineecanexamatanytimebyusingthesystem.Simultaneouslyteacherscanusethesystemtoorganizeonlineexaminationmoreefficientlyandconveniently.
Keywords:Onlineexaminationsystem;B/Spat
8、tern;SSL
开发环境的选择
整个系统开发完全采用Browser