为了正常的体验网站,请在浏览器设置里面开启Javascript功能!

ASP.NET论文:肇庆科技学院计算机基础在线考试系统设计与实现

2017-12-08 5页 doc 21KB 6阅读

用户头像

is_591137

暂无简介

举报
ASP.NET论文:肇庆科技学院计算机基础在线考试系统设计与实现ASP.NET论文:肇庆科技学院计算机基础在线考试系统设计与实现 ASP.NET论文:肇庆科技学院计算机基础在线考试系统设计与实 现 【中文摘要】肇庆科技学院计算机及网络条件优越,目前每年新生学习《计算机公共基础》人数约3500人,但还没有自己的计算机基础网上考试系统。日趋流行起来的计算机无纸化考试不仅能检验学生的实践动手能力,而且能大大地提高教师工作效率,也将是现代教育考核方式的发展方向。当国外一些国家己经获得快速发展的同时,在国内,网上考试还处于试用阶段。虽然各种各样的在线考试系统在不断涌现,但是受开发技术的限制,未能...
ASP.NET论文:肇庆科技学院计算机基础在线考试系统设计与实现
ASP.NET论文:肇庆科技学院计算机基础在线考试系统与实现 ASP.NET论文:肇庆科技学院计算机基础在线考试系统设计与实 现 【中文摘要】肇庆科技学院计算机及网络条件优越,目前每年新生学习《计算机公共基础》人数约3500人,但还没有自己的计算机基础网上考试系统。日趋流行起来的计算机无纸化考试不仅能检验学生的实践动手能力,而且能大大地提高教师工作效率,也将是现代教育考核方式的发展方向。当国外一些国家己经获得快速发展的同时,在国内,网上考试还处于试用阶段。虽然各种各样的在线考试系统在不断涌现,但是受开发技术的限制,未能满足各个学校或单位的在线考试。传统的网络化考试系统大多工作在C/S模式,具有稳定和快速的特点,但是系统安装和使用过于复杂。根据在线考试系统的特点,有效保证分数评定的客观公正性尤为重要,因此,基于Web的考试系统正成为当前考试系统的研究热点之一。此外,校园网不可避免地存在安全隐患,因此研究如何保证考试的安全性与严肃性同样具有重要意义,而且以身份认证作为安全系统的第一道关口十分必要。双向身份认证方案是本文采用的一项关键技术。本文设计了一种简单、实用、快速、可靠的双向身份认证方案,并利用.NET密码技术在C#平台上实现了该方案。该方案在对用户名和密码进行验证的基础上,通过数字签名来进一步确认用户的身份,不须第三方机构参与,也无须添加其他的认证设备,具有较好的安全性与易实现性,符合所开发的考试系统的要求,使系统成为一个高效、安全易用的计算机公共基础在线考 试系统。 【英文摘要】ZhaoQing S&T Polytechnic Computer and network of conditions are superior, It is about 3,500 students study Computer Application Basis very year. But not yet have Own Online Examination System Base on Computer Basis. Paperless Examination is becoming increasingly popular, not only test the ability of the students ,but also greatly improved their working efficiency . It is the development direction of Modern education assessment methods.When some foreign countries have access to rapid development, at home, online exam is still in an experimental stage. Although there have been a variety of online examination system, but all because of the limited nature of developing technologies, making it unable to meet the individual school or unit of online exam requirements. Traditional network-based examination system mostly working in C/S model, the characteristics of a stable and fast, but the system is too complicated to install and use, not easy to operate. Internet-Web-based online examination system of open, distributed nature of breakthrough features make the test of time and space constraints, the objective fairness of assessment scores is particularly prominent, so Web-based exam system is becoming a hot current Test System one.But, Campus net Security vulnerability exists Inevitably. Therefore study how to guarantee the security and seriousness of the examination is a very significant . So that Identification authentication as a security system first pass is especially important.Two-way identification authentication status scheme is the key technology of the system.By using the digital signature solution designed in this paper, a simple and practical bidirectional identity authentication solution in the client and the server is proposed, and this solution is realized using the .NET cryptography technology in the C# platform. This solution could meet the system structure and security demand prescribed in the research project named Paperless Examination System in Vocational and Specialized Colleges Based Campus Network which is established by the education department of Hunan province. After validation of the user’s name and password, a digital signature was applied to confirm the identity of user further more. Participation of the third party organization and additional authentication equipments were not needed in the whole process. The security performance and easiness to realize of this solution is good enough for examination system under building. And because it is easy to be transplanted to other information management systems, it has good application prospect. 【关键词】ASP.NET B/S模式 考试系统 数字签名 身份认证 【英文关键词】ASP.NET B/S mode Examination System Digital Signature Identity Authentication 【备注】索购全文在线加好友:1.3.9.9.3.8848 同时提供论文写作一对一指导和论文发表委托服务 【目录】肇庆科技学院计算机基础在线考试系统设计与实现 摘要 5-6 Abstract 6-7 第一章 绪论 11-18 1.1 本校在线考试系统研究背景 11-12 1.2 在线考试系统的国内 外的发展概况及现状 12-15 1.2.1 国内外在线考试系统发展 概况 12 1.2.2 国内几个经典的计算机考试系统 12-15 1.3 身份认证概述 15-16 1.4 研究目的与意义 16-17 1.5 本文的研究内容 17 1.6 本文的组织结构 17-18 第二章 考试系统构建的相关技术 18-24 2.1 B/S模式的优势 18-19 2.2.N ET Framework介绍 19-23 一、.NET 概述 19-20 二、公共语言运行时(CLR) 20-21 三、.NET Framework 类库 21-22 四、ASP.NET的优点 22-23 2.3 ADO.NET数据访问接口 23 2.4 本章小结 23-24 第三章 系统需求分析 24-31 3.1 系统要求 24 3.2 系统模型的建立 24-25 3.3 系统功能需求及设 计目标 25-26 3.4 其它业务需求分析 26-28 3.5 需求 规定 28-29 3.6 在线考试的安全问题分析 29-30 3.7 本章小结 30-31 第四章 系统设计 31-60 4.1 本系统的功能模块划分 31-34 4.1.1 管理员子系统 32 4.1.2 教师子系统 32-34 4.1.3 学生子系统 34 4.2 系统建模 34-48 4.2.1 在线考试系统的用例分析 34-37 4.2.2 在线考试系统的领域分析 37-38 4.2.3 在线考试系统的系统设计 38-48 4.3 系统流程图设计 48-53 4.4 数据库设计 53-59 4.4.1 数据库概念结构设计 53-54 4.4.2 数据库的物理实现 54-59 4.5 本章小结 59-60 第五章 系统实现 60-80 5.1 公共类的编写 60 5.2 用户登陆的实现 60-66 5.2.1 登陆界面 60-62 5.2.2 登陆的实现(也就是双向身份认证方案的实现) 62-66 5.3 考试系统身份认证实现 66-78 5.3.1.N ET 中的加密技术 66-69 5.3.2 密钥生产子系统的实现 69-72 5.3.3 身份认证子系统的实现 72-78 5.4 自动阅卷程序实现 78-79 5.5 本章小结 79-80 第六章 系统测试 80-89 6.1 Web的系统测试方法 80-85 6.1.1 功能测试 80-81 6.1.2 性能测试 81-82 6.1.3 可用性测试 82-84 6.1.4 客户端兼容性测试 84 6.1.5 安全性测试 84-85 6.2 功能测试 85 6.3 性能测试 85-87 6.4 界面(UI) 测试 87-88 6.5 本章小结 88-89 总结与展望 89-90 参考文献 90-92 致谢 92
/
本文档为【ASP.NET论文:肇庆科技学院计算机基础在线考试系统设计与实现】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。 本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。 网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。

历史搜索

    清空历史搜索