资源描述:
《基于asp的在线考试系统的设计与实现571611704》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、JIANGSUTEACHERSUNIVERSITYOFTECHNOLOGY本科毕业设计(论文)基于ASP的在线考试系统的设计与实现学院名称:计算机工程学院专业:计算机科学与技术班级:计算机B姓名:指导教师姓名:指导教师职称:讲师2011年06月江苏技术师范学院毕业设计说明书(论文)基于ASP的在线考试系统的设计与实现摘要:高校的扩招,老师的组织考试的工作量越来越大,随着社会的发展,计算机Internet技术也是在日新月异的发展变化,并且随着网络技术在教育领域应用,考试系统体现出越来越多的优越性。因此,我们利用Microsoft公司提供的
2、VisualStudio2005软件编程平台,采用B/S体系结构,利用C#技术,设计一个考试系统,分为三个模块:管理员、教师和学生,其中管理员功能包括学生信息管理、教师信息管理、试题信息管理、科目信息管理、考试结果管理和管理员信息管理,教师功能包括试题信息管理、考试结果管理和个人信息维护,学生只可以答题。该系统可以动态地管理各种考试信息,可以按照要求自动生成各种试卷,便于教师的考试教学,方便广大师生学习交流。关键字:在线考试,信息管理,ASP技术-II-江苏技术师范学院毕业设计说明书(论文)TheDesignandImplementat
3、ionofOn-lineExaminationSystemBasedonASPAbstract:Withtheexpandenrollmentoftheuniversity,theteachers'worktoorganisetheexaminationismoreandmoreheavily.Withthedevelopmentofthesociety,thecomputerInternettechnologyisalsodevelopedandchangedrapidly.AndwiththeapplicationofInterne
4、ttechnologyinthefieldofeducation,theexaminationsystembecomemoreandmoresuperiority.Therefore,weuseMicrosoftVisualStudio2005compilerplatformprovidedbyMicrosoft,B/SsystemstructureandC#technologytodesignthistestsystem.Dividedintothreemodules:administrator,teacherandstudent,a
5、mongthemadministrator’sfunctionsincludesstudentinformationmanagement,teacherinformationmanagement,questionsinformationmanagemet,subjectsinformationmanagement,examinationresultsinformationmagamentandadministratorinformation,teacher’sfunctionsincludesquestionsinformationma
6、nagement,examinationresultsinformationmagamentandpersonalinformation,andstudentonlycananswer.Thesystemcandynamicallymanageallkindsoftestinformation.itcanfollowtherequirmentsautomaticallytogenerateallkindsoftestpapers.Withthissystemtheteacherscanteachandtesttheirstudentsm
7、oreeasilyandcanlearnandcommunicatewithstudentsmoreconvenience.Keywords:On-lineExamination,informationmagament,ASPtechnology-II-江苏技术师范学院毕业设计说明书(论文)目录前言1第1章概述21.1课题的意义、目的21.2主要研究的内容21.3研究方案3第2章系统分析42.1需求分析42.1.1功能需求分析42.1.2数据库需求分析42.2可行性分析52.3技术分析5第3章系统的详细设计73.1用户层的设计73.2系
8、统功能的总体逻辑层次73.3设计要求83.3.1系统稳定性83.3.2数据的安全性83.3.3系统健壮性83.4系统规划93.4.1系统功能结构图93.4.2数据流图93.5数据库层的设计103.5.1概念