计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

模拟考试系统设计Delphi+SQL

2016-05-14 01:03
导读:计算机应用论文论文,模拟考试系统设计Delphi+SQL应该怎么写,有什么格式要求,科教论文网提供的这篇文章是一个很好的范例:毕业
毕业

模拟考试系统设计

摘要:随着计算机技术的不断发展,计算机的应用越来越广泛,利用计算机技术取代传统的手工考试方式,成为近年来计算机技术的1个非常活跃的研究领域。计算机辅助考试可以减轻教师在考试这1教学环节的许多劳动,把教师从出题、监考、评卷等繁重费时的工作中解脱出来,从而能够有效的提高工作效率和教学质量。本系统是采用Delphi 7开发的模拟考试系统。
本主要阐述了模拟考试系统的设计思想和实现的关键技术。本系统主要有两个功能子系统:管理员管理系统和考生考试系统。管理员管理系统只允许考官进入,具有题库维护、设置试卷与考生信息管理功能。考生考试系统主要可以按照管理员对考试参数的设置生成试卷进行模拟考试,可以实现自动阅卷及评分,还可以提供考生个人成绩的查询。本系统采用了Microsoft SQL Server 数据库管理系统作后台。使用SQL语言进行前台与后台数据库的连接,实现了模拟考试,题库数据修改,试卷生成,阅卷及评分等多项关键技术。
关键字:题库维护;试卷生成;模拟考试;自动阅卷评分

Mock Examination System Design
 
Abstract: With the continuous development of computer technology, computer applications have become increasingly wide. Using computer technology to replace the traditional manual testing methods has come to be a very active field of research of computer technology in recent years. Computer-assisted examinations can reduce teachers’ many aspects of work of examination in the teaching. Teachers can be freed of onerous and time-consuming work such as construction, observing the exams, scoring, etc. That can effectively improve their work efficiency and quality of teaching. The Mock Examination System is developed by Delphi 7.

(科教范文网http://fw.ΝsΕΑc.com编辑)


The main thesis expounds Mock Examination System’s design concepts and realization of some key technologies. The system has two main functional subsystems: management systems and examination system. Management system only allowed to enter Administrant who supervise the data bank maintenance, installation of papers and information management functions of the candidates. Candidates can take mock examination with papers generated by the system in accordance with the managers’ parameters of examinations, and scoring can be achieved automatically, and the performance of individual candidate can also be provided. The system uses Microsoft SQL Server database management system for the background and with SQL language as the link of prospects and background for the database. A number of key technologies like mock examination, data modifications, papers generated, automatic scoring have come true in the system.
Keywords: data bank maintenance; paper generate; mock examination; automatic scoring

目  录

摘要 1
Abstract   2
1 概述 3
1.1 系统开发背景 3
1.2 计算机辅助考试发展现状 5
1.2.1 国外现状 5
1.2.2 国内现状 6
1.3 计算机辅助考试发展展望 7
1.4 系统开发简要 7
2 开发环境简介 8
2.1 Delphi 7简介 8
2.1.1 总体介绍 8
2.1.2 控件介绍 9
2.1.3 数据库访问介绍 10
2.2 Microsoft SQL Server 2000简介 11
2.2.1 总体介绍 11
2.2.2 语言介绍 11
2.2.3 管理工具介绍 13
3 可行性研究与需求分析 14
3.1 可行性研究 14
3.1.1 软件项目的建立 14
3.1.2 可行性研究 14
3.2 需求分析 15
3.2.1 项目名称 15
3.2.2 项目目标 15
3.2.3 产品描述 16
3.2.4 功能需求 16
3.2.5 性能需求 18
3.2.6 界面需求 18
3.2.7 设计约束 18
3.2.8 其他需求 18 (科教作文网http://zw.nseAc.com)
4 总体设计 19
4.1 考试管理系统设计 20
4.2 考生考试系统设计 21
4.3 数据库设计 22
4.3.1 系统中设计到的实体 23
4.3.2 系统的实体联系 23
4.3.3 关系模型 24
4.3.4 物理设计 25
5 详细设计与实现 28
5.1 用户登录设计 28
5.2 管理员管理系统设计 28
5.2.1 试题库维护设计 28
5.2.2 数据库备份设计 33
5.2.3 数据库恢复设计 33
5.2.4 考试参数设置设计 33
5.2.5 考试范围设置设计 34
5.2.6 考生信息查询设计 34
5.2.7 考官信息管理设计 35
5.3 考生考试系统设计 35
5.3.1 模拟考试设计 35
5.3.2 个人信息查询设计 40
5.4 其他模块设计 41
5.4.1 系统帮助设计 41
5.4.2 密码修改设计 41
5.4.3 软件信息等设计 41
6 结束语 42
参考文献 43
致谢词 44

注:不包括源代码.

    上一篇:考试报名系统ASP+SQL 下一篇:没有了