计算机组成原理在线考试系统的设计与实现(附答辩)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

计算机组成原理在线考试系统的设计与实现(附答辩)(含选题审批表,任务书,开题报告,毕业论文说明书12000字,答辩记录,答辩ppt,实习报告)
摘 要:本文在分析在线考试的发展及现有模式的基础上,结合计算机网络技术的发展和素质教育的要求,提出了计算机组成原理自适应考试的模式,并详细的分析了实现技术。以减轻教师的工作负担及提高工作效率,与此同时也提高了考试的质量,从而使考试更趋于公证、客观、更加激发学生的学习兴趣。计算机组成原理在线考试系统是针对计算机组成原理学科的一门在线考试系统,主要实现题库管理、在线制作试卷、在线控制考试、自动评分(客观题部分)、自动交卷、考生管理、成绩查询、试卷管理等功能,充分利用计算机科学与技术,改变传统的考试操作方式,实现无纸化考试的模式。本系统使用SQL Server 2000作为后台的数据库,选择JAVAJSPJAVAScript、Html作为应用程序开发工具,运用Tomcat服务器技术,整个系统完全基于B/S (Browser/Server)模式进行设计。
关键词:计算机组成原理;在线考试;B/S模式;JAVA

Design and Implementation of online test system of principles of computer composition
Author: Liu Yuan
Tutor: Li Dong-hui
(Orient Science & Technology College of Hunan Agricultural University,Changsha 410128)

Abstract: The analysis in the on-line test system examination of existing patterns of development and the basis of computer network technology development and the requirements of quality education, made the principles of computer composition model of self examination, and in the technical realization of a detailed analysis. it is an urgent to need to use computer technologies for online examinations, to reduce teacher workload and improve work efficiency, while also improving the quality of the examination, so that more tests the notary, objective, and more to stimulate students interest in learning. online test system of computer composition principle is aim at the subject of computer composition principle, the main achievement question bank management, production of papers online, on-line control examination, automatic scoring (the part of objective questions), automatic carry out an assignment, the candidate management, performance information, papers management and other functions, the system full use of computer science and technology to change the traditional test mode of operation and achieve paperless examination pattern. The system uses SQL Server 2000 database as a background, select JAVA, JSP, JAVAScript, Html as an application development tool, the use of Tomcat server technology, the whole system designed completely based on B / S (Browser / Server) mode designed.
Keywords: principles of computer composition ;on-line test; B/S model; JAVA

案(研究目的、内容、方法、预期成果、条件保障等)
目的:通过研究分析,根据分析结果,提出有用的建议。
内容:通过本论文的设计,实现了老师出题、在线考试、到老师阅卷、评改和统计,全部实施自动化,但又不失灵活,极大地减轻老师的负担和提升考试的功效。
研究内容:
计算机在线考试系统由于操作类题目自动出题有较大的难度,基本没有实现题库化的管理。
系统对传统的客观题虽然一般建有题库但不大,多采用随机抽题组卷的方式,缺乏教育公平性为依据。
考试完成后,试题统计和分数比较简单,没有充分挖掘数据所包含的信息
通过考试系统或题库系统对最终用户即教师的需求分析做的不够透彻,忽略老师们渴望自由操纵试卷题库的需求。

方法:
讨论法:同指导老师和同学进行相关问题的讨论。
文献资料法:查阅国内外有关在线考试系统的设计和视线方面的文献、书籍、资料和网站。
参考法:参考查阅到的资料,学习相关方面的理论知识和研究方法。
咨询法:向指导老师及相关领域的专家学者咨询请教相关的技术前沿及动态。
实例法:通过具体的实例对相关原理进行实验、验证。
 

计算机组成原理在线考试系统的设计与实现(附答辩)
计算机组成原理在线考试系统的设计与实现(附答辩)
计算机组成原理在线考试系统的设计与实现(附答辩)
计算机组成原理在线考试系统的设计与实现(附答辩)
计算机组成原理在线考试系统的设计与实现(附答辩)
计算机组成原理在线考试系统的设计与实现(附答辩)


目  录                                  
摘要    1
关键词    1
1  前言    2
2  计算机组成原理课程简介    3
3  技术简介    3
3.1 JAVA简介    3
3.2  JSP技术    4
3.3  Tomcat应用服务器    4
3.4  SQL server 2000    5
4  需求分析    5
4.1 可行性分析    5
4.2 功能需求概述    6
4.3 方案选择    9
5  关键技术解决    9
5.1 框架技术的整合    9
5.2 数据的备份与还原    12
6  系统设计与实现    12
6.1 系统设计的指导思想    13
6.1.1 B/S结构开发思想    13
6.1.2 面向对象机制的设计思想    13
6.1.3 代码分层思想    14
6.2 系统结构图    14
6.3 开发框架技术    16
6.4 数据库设计    17
6.4.1 数据库E-R图    17
6.4.2 数据库逻辑结构设计    19
6.5 系统模块部分设计    21
6.5.1 用户登录模块:    21
6.5.2 用户主界面:    23
6.5.3 操作的主要模块:    24
7  结论    29
参考文献    29