資源描述:
《畢業(yè)設(shè)計(jì)(論文)-jsp試卷生成系統(tǒng)的設(shè)計(jì)與開發(fā)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、北京理工大學(xué)珠海學(xué)院2011屆本科畢業(yè)設(shè)計(jì)試卷生成系統(tǒng)的設(shè)計(jì)與開發(fā)摘 要隨著社會(huì)的發(fā)展和教育制度的改革,在現(xiàn)代教學(xué)領(lǐng)域中,各個(gè)學(xué)科的信息量越來(lái)越大,導(dǎo)致用于考核學(xué)生學(xué)習(xí)效果的試卷生成工作的復(fù)雜性也越來(lái)越大,傳統(tǒng)手寫出題方式已經(jīng)越來(lái)越不能適應(yīng)現(xiàn)代教育模式的需要。因此,為了減輕教師的工作負(fù)擔(dān)、提高工作效率,同時(shí)使生成的試卷更加公正、客觀地評(píng)價(jià)學(xué)生的學(xué)習(xí)效果,有必要開發(fā)一個(gè)適合教師需求的高效率的試卷生成系統(tǒng)。試卷生成系統(tǒng)可對(duì)試題實(shí)行科學(xué)的管理,利用現(xiàn)代電腦功能強(qiáng)大、運(yùn)算速度快的優(yōu)點(diǎn),對(duì)試題進(jìn)行集中、有序、有效的管理,更新方便、查詢快捷、組卷靈活還可在組卷結(jié)束后通過(guò)打印機(jī)直接打印成試卷,
2、大大降低了勞動(dòng)強(qiáng)度,需用密碼登錄系統(tǒng),具有一定的安全性。本系統(tǒng)使用jsp+JavaBean+servlet技術(shù)實(shí)現(xiàn)MVC三層結(jié)構(gòu)設(shè)計(jì),并結(jié)合SQLServer2008數(shù)據(jù)庫(kù)設(shè)計(jì)開發(fā)的一個(gè)基于B/S架構(gòu)的試卷生成系統(tǒng)。關(guān)鍵詞:B/S架構(gòu)試卷生成jspJavaBeanservletV北京理工大學(xué)珠海學(xué)院2011屆本科畢業(yè)設(shè)計(jì)TheDesignAndDevelopmentofExamPaperGenerationSystemABSTRACTWiththedevelopmentofsocietyandtheinnovationofeducationsystem,incontemporar
3、yeducationareas,thereisanappearanceofhavingmoreandmoreinformationinseriesofsubjectsanddifficultyindesignfortesting.Thesemaketheconventionalmethodoftestpapermakingsystemnotbeingsuitforcontemporarytestingmodel.So,inordertorelieftheteachers’workbear,improveworkefficiency,andmaketestpaperappraise
4、students’studyimpressionequitablyandobjectively,itisnecessarytodevelopaExamPaperGenerationSystemwiththepropertyofbeingsuitforteachers’requiresandhighefficiency.TheExamPaperSystemdevelopedinthispaperincludesmodulesasfollows:papersmanagement,informationquery,systemmanagementandhelpinformation.A
5、mongthem,papersmanagementincludesmakingpapersbyhand,questionsmaintenance,andloggingout.Themoduleofinformationqueryincludespapersqueryandquestionsquery.Systemmanagementincludesusers’managementandpasswordamending.ThesystemusesthreeMVCjsp+JavaBean+servletdesigntechnology,developedbyaSQLServer200
6、8databasedesignbasedonB/SstructureofthePapersGenerationSystem.Keywords:B/SPapersGenerationjspJavaBeanservletV北京理工大學(xué)珠海學(xué)院2011屆本科畢業(yè)設(shè)計(jì)目錄試卷生成系統(tǒng)的設(shè)計(jì)與開發(fā)I摘 要IABSTRACTII1前言11.1項(xiàng)目背景11.2項(xiàng)目開發(fā)意義和目的11.3技術(shù)路線11.3.1WWW架構(gòu)11.3.2Web應(yīng)用程序21.3.3B/S(Browser/Server)結(jié)構(gòu)32需求分析42.1目標(biāo)系統(tǒng)要求42.2系統(tǒng)運(yùn)行環(huán)境42.3系統(tǒng)開發(fā)工具42.4系統(tǒng)的性能要求52.5
7、系統(tǒng)的功能要求52.6系統(tǒng)基本業(yè)務(wù)流程52.7系統(tǒng)用例圖62.8系統(tǒng)類圖7V北京理工大學(xué)珠海學(xué)院2011屆本科畢業(yè)設(shè)計(jì)2.9系統(tǒng)時(shí)序圖82.9.1錄入試題時(shí)序圖82.9.2修改試題時(shí)序圖92.9.3刪除試題時(shí)序圖102.9.4生成試卷時(shí)序圖112.10詳細(xì)功能分析122.10.1管理員登錄122.10.2錄入試題132.10.3生成試卷143總體設(shè)計(jì)153.1系統(tǒng)目標(biāo)153.2系統(tǒng)結(jié)構(gòu)設(shè)計(jì)153.3系統(tǒng)功能163.4數(shù)據(jù)庫(kù)概念設(shè)計(jì)163.4.1物理數(shù)據(jù)模型173.4.2數(shù)據(jù)庫(kù)E-