资源描述:
《网络在线考试系统》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、辽宁科技大学毕业设计(论文)第32页网络在线考试系统摘要在线考试是现阶段研究开发的一个热点,是建立在国际互联网上的应用系统,客户端的配置可以极为简单,使考试不受地域的局限。本在线考试系统是利用微软的.net平台并用B/S结构的模式和ACCESS数据库编写的网络应用程序。它有应用简单、升级和部署方便、扩展性强等特点。满足任何授权的考生随时随地考试并迅速获得成绩本论文叙述了考试方式的历史、现状以及ASP语言和access数据库管理系统的概况。重点介绍了无纸化网络考试系统的实现过程:包括系统分析、系统调查、数据流程分析、功能设计、数据库设计、系统配置方案、系统测试和调
2、试。总结了本系统的特点:节约考试成本,提高考试工作的效率。并且根据网络考试的特点,不安全性及不稳定性,对考试系统做了相应的处理,提出了一个具体的解决办法。本论文分为六章,将从绪论、相关知识介绍、需求分析、总体设计、详细设计以及系统测试6个部分详细论述系统开发过程。关键词网络;远程教育;考试系统辽宁科技大学毕业设计(论文)第32页AbstractAtthisstageonlineexaminationisahotresearchanddevelopment.ItisbuiltonInternetapplications,theconfigurationofthec
3、lientcanbeaverysimple,inorderthattheexaminationwithoutgeographicallimitations.TheonlineexaminationsystemusingMicrosoft's.NetplatformandusingB/SstructureofthemodelsandthepreparationofACCESSdatabasenetworkapplications.Ithassimple,easytoupgradeanddeployment,scalabilityandstrongfeatures.
4、Meetthecandidatesatanytimetoanyauthorizedexaminationandpromptaccesstoresultsofthispaperdescribesthehistoryofexaminations,thestatusquoaswellastheASPlanguageandaccesstheprofiledatabasemanagementsystem.Networkfocusesonpaperlessexaminationsystemprocess:includingsystemanalysis,systematics
5、urvey,dataflowanalysis,functionaldesign,databasedesign,systemconfiguration,systemtestinganddebugging.Summedupthecharacteristicsofthesystem:savingtheexaminationcostsandimprovetheefficiencyoftheexamination.Andexaminationsinaccordancewiththecharacteristicsofnetworks,insecurityandinstabi
6、lity,ontheexaminationsystemhasdoneadealwiththecorrespondingproposedaspecificsolution.Thispaperisdividedintosixchapters,fromtheintroduction,therelevantknowledge,theneedsanalysis,design,detaileddesignandsystemtestingpart6detailtheprocessofsystemdevelopment.KeywordsWeb-based;DistanceEdu
7、cation;ExaminationSystem辽宁科技大学毕业设计(论文)第32页目录摘要IAbstractII第1章绪论11.1系统开发背景11.1.1课题背景11.1.2国外与国内远程教育发展概况11.2系统开发意义2第2章相关知识介绍42.1Asp服务器42.2C#语言与VisualStudio200562.3数据库7第3章需求分析83.1可行性分析83.2功能需求83.3性能需求9第4章系统总体设计104.1软件和环境设计要求104.2系统功能设计114.2.1总体功能设计114.2.2用户管理功能114.2.3考试功能模块124.3数据库设计12第5
8、章详细设计155.1系统