基于个人电脑的无纸化考试软件的设计与实现(高等数学篇).doc

约43页DOC格式手机打开展开

基于个人电脑的无纸化考试软件的设计与实现(高等数学篇),基于个人电脑的无纸化考试软件的设计与实现摘 要随着计算机的技术日益普及,素质教育不断的推广,计算机作为教学手段开始不断进入我们的生活,这种教育方式给传统的教育模式带来有益的补充,而基于个人电脑的考试软件也因为它的准确性、便捷性、可重复性不断受到人们的青睐,这也使其成为传统教育考试发展的一种趋势。本系统运行于单机模式,采...
编号:30-323562大小:2.26M
分类: 论文>计算机论文

内容介绍

此文档由会员 道客巴巴 发布

基于个人电脑的无纸化考试软件的设计与实现



摘  要
  
随着计算机的技术日益普及,素质教育不断的推广,计算机作为教学手段开始不断进入我们的生活,这种教育方式给传统的教育模式带来有益的补充,而基于个人电脑的考试软件也因为它的准确性、便捷性、可重复性不断受到人们的青睐,这也使其成为传统教育考试发展的一种趋势。
本系统运行于单机模式,采用Visual Studio 2010作为开发平台,以ACCESS 2003作为后台数据库,使用的语言为C#语言。该系统实现了显示考生姓名学号,随机生成题目,判断对错,统计分数。该系统分为练习与考试部分,区别在于练习部分由答案提示。该系统使用方便,操作简单,对于广大学生的高等数学的学习具有帮助作用。
文中首先阐述了个人考试系统发展背景与现状,简要介绍了.NET、ACCESS 、C#等相关知识。接着详细介绍了系统的需求分析、可行性分析、技术分析、功能设计、结构设计、数据库设计及系统功能的实现。最后描述了系统的细节制作,并对系统的开发做出了全面的总结。

    关键词:C#,Access,高等数学,考试练习系统


Based On The Personal Computer Paperless Test System Software Design And Implementation ( Higher Mathematics )

ABSTRACT

With the spread of computer of computer science and  quality education, computer have been become a teaching tool come into our lives,this teaching means is a goo supplement of traditional teaching,at the same time personal computer test software is popular with human because its accuracy、convenience 、repeatability , this is also become a trend of traditional teaching test.
My software use singal computer pattern,  Using Visual Studio 2010 as a development platform,in the ACCESS 2003 database as a background, Using the language of C # language.The system realizes the display name student ID, randomly generated questions, to judge right and wrong, statistical scores.The system is divided into training and test, difference is the practice in part by the answer prompt.The system is easy to use, simple operation, for the majority of students in the higher mathematics learning has helped.
This article first elaborated the individual test system development background and current situation, introduced briefly . NET, ACCESS, C # and other related knowledge. Then introduces in detail the system requirements analysis, feasibility analysis, technical analysis, function design, structure design, the database design and the system function realization. Finally, describes the details of the system, and the development of the system to make a comprehensive summary

Key words: C#, Access, higher mathematics, # examination exercise system
                              
目  录
前  言 1
1.  系统概述 2
1.1 项目开发的目的和意义 2
1.2 无纸化考试软件的现状与分析 3
1.3 计算机考试系统的发展趋势 4
2.  系统分析 5
2.1 需求分析 5
2.1.1 课题欲解决的问题 5
2.1.2 解决方案 6
2.3 技术可行性分析 7
2.3.1 Visual Studio 2010 7
2.3.2  .NET C#程序设计 8
2.3.3  .ADO.NET 数据连接 9
2.3.4 ACCEESS数据库与SQL查询语言 10
3.  系统总体设计 13
3.1 系统功能分析 13
3.2 系统功能模块设计 13
3.3 数据库设计 14
3.3.1 数据库需求分析 14
3.3.2 数据库概念设计 14
3.3.3 数据库逻辑结构设计 15
3.4 环境配置 16
4.  系统实现 17
4.1 登陆界面实现 17
4.2 使用说明界面实现 19
4.3 数据库连接实现 20
4.4 判断题模块的实现 21
4.5 单选题模块的实现 24
4.6 多选题模块的实现 26
4.7 填空题模块的实现 28
4.8 显示分数模块的实现 29
4.9 管理使用者模块的实现 31
5.  测  试 33
5.1 测试环境与测试条件 33
5.2 测试过程 33
5.3 测试结果与分析 34
6.  总  结 36
参考文献 37
致  谢 38