资源描述:
《毕业论文--通用试题库系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、河北经贸大学毕业论文毕业论文通用试题库系统的设计与实现专业名称:计算机科学与技术班级:学生姓名:指导老师:完成时间:2015年5月毕业论文摘要传统的试卷管理,通过人工方式,不仅人工成本高,工作效率低,而且不利于现代化教学管理。主要存在的缺点是:试题的分类比较繁琐、试题存储不集中、大型手动操作。为了有效避免这些缺点,我们需要用计算机管理的试题题库系统来克服传统人工组卷的缺点。基于JSP的通用试题库系统,分为教师登录和管理员登录。管理员登录可以实现添加和删除教师,管理课程的功能。教师登录可以实现个人密码重置,添加删除课程、试题管理以及试卷生成等功能。试卷生成又包含自动生成试卷和手动生成试卷。
2、自动生成试卷只需要选择考试课程,各个考试题数量,考试时间即可生成试卷;手动生成试卷需要添加自己想要添加的试题,填写考试时间。本文将从考试题库系统的背景出发,对试题库和试题库系统的发展现状。然后将着重描述基于B/S架构、运用JSP和SQLServer2005数据库建立的通用试题库系统的分析、设计、实现、测试等几个阶段。关键字:题库管理;JSP技术;SQLServer2005数据库28毕业论文AbstractThetraditionalpapermanagement,throughthemanualway,notonlytheartificialcostishigh,theworkeffic
3、iencyislow,moreoverisnotadvantageousforthemodernizedteachingmanagement.Themainshortcomingsare:theclassificationoftheexaminationquestionsiscomplicated,theexaminationquestionsstorageisnotconcentrated,thelargemanualoperation.Inordertoavoidtheseshortcomingseffectively,weneedtousecomputermanagementque
4、stionstoovercometheshortcomingsofthetraditionalmanualtestpaper.ThegeneralexaminationsystembasedonJSPisdividedintotheteacherloginandadministratorlogin..Administratorlogincanbeachievedtoaddanddeletetheteacher,managementcoursesfunction.Teacherlogincanachievepersonalpasswordreset,adddeletecourses,exa
5、mmanagementandpapersgeneratingfunctions.Generatingpapersandgeneratingpapersautomaticallygeneratedpapersandmanuallygeneratedpapers.Automaticgenerationoftestpaperonlyneedtoselecttheexamattheendofthecourse,eachtestitemnumber,examinationtimecangeneratepapers;manuallygeneratedtestneedtoaddtheitemyouwa
6、nttoadd,fillintheexaminationtime.Thispaperwillstartfromthebackgroundoftheexaminationquestionslibrarysystem,andthedevelopmentoftheexaminationquestionsandthequestionbanksystem..Then,itwillfocusontheanalysis,design,implementation,andtestingofthegeneralexaminationquestionsdatabasesystembasedonB/S,SQL
7、andServer2005JSPdatabase.Keyword:Bankmanagement;JSPtechnology;SQLServer2005database28毕业论文目录1绪论11.1背景和意义11.2通用试题库系统的优势11.3本文组织结构12需求分析32.1可行性分析32.1.1经济可行性分析32.1.2操作可行性分析32.1.3技术可行性分析32.2功能需求分析32.2.1个人中心32.2.2课程管理32.2.3题