基于vb的考试系统设计.doc
约26页DOC格式手机打开展开
基于vb的考试系统设计,论文标准word格式排版26页摘 要 随着信息技术的发展和网络的优化,计算机的运用变得更加多样化,而且对于现代教育来说,传统的考试模式已经不再适应,计算机的无纸化考试将会成为未来考试的主导。这种方式不仅方便、高效,而且保密性强,解决了评分时人为因素的影响。本设计运用了visual basic 6.0和access数据...
内容介绍
此文档由会员 莎士比亚 发布
论文标准WORD格式排版26页
摘 要
随着信息技术的发展和网络的优化,计算机的运用变得更加多样化,而且对于现代教育来说,传统的考试模式已经不再适应,计算机的无纸化考试将会成为未来考试的主导。这种方式不仅方便、高效,而且保密性强,解决了评分时人为因素的影响。本设计运用了Visual Basic 6.0和Access数据库对《Matlab和系统仿真》一课进行了无纸化考试的设计与实现,实现了老师的教考分离,解决了人工出题的不可重复性。该系统实现了客观题的随机抽取和自动组卷功能,并且具有考生登录时的身份验证,答题结束时的答案提交,答题结果显示和自动评分以及自动计时功能。由于系统采用了Access数据库,所以方便了数据库的更新、管理和维护。该设计保证了考试的客观性、实时性和公正性,而且降低了老师在出题和阅卷时的工作量。
关键词:考试系统 随机组卷 自动评分 数据库
Design of Examination System Based on VB and Access
ABSTRACT
With the development of information technology and network optimization, the application of computers is more varied. For modern education, Traditional exams is no longer suitable , the paperless examination of computer will led the future examinations, this approach is not only convenient, efficient ,but also confidential in nature, and it will solve the problems of human factors. This design uses Visual Basic 6.0 and Access database right, design paperless examination of Matlab system and Simulation and the separation of education and examination, it solves the problem of non-repeatability. The system achieves the selection of objective title randomly and automatic Test Paper, it also has the candidates login authentication, Hand over the answer at the end of examination, and the answer showed, automatic scoring and the automatic timing. As the system uses the Access database, so it facilitates the updating of the database, management and maintenance. The design ensures the examination to be objectivity, impartiality and real-time, lowers the teacher’s workload in making out questions and scoring.
Keywords: exam system forming examination papers in random automotive grading database
目 录
一 引言…………………………………………………………………1
1.1 课题研究的背景及意义………………………………………………1
1.2 考试系统设计的目标和指导思想…………………………………1
二 系统开发的关键技术………………………………………………2
2.1 Visual Basic编程语言及特点 ……………………………………2
2.1.1 Visual Basic简介………………………………………………2
2.1.2 Visual Basic特点………………………………………………2
2.2 Access数据库………………………………………………………3
三 考试系统的开发与设计……………………………………………5
3.1 考试系统组成…………………………………………………………5
3.2 考生登录模块设计……………………………………………………5
3.3 随机抽题组卷设计……………………………………………………7
3.3.1随机抽题……………………………………………………………7
3.3.2自动组卷……………………………………………………………8
3.3.3试卷删除功能………………………………………………………9
3.4 考试系统的答题界面…………………………………………………9
3.5 交卷功能的设计……………………………………………………10
3.6 自动评分功能………………………………………………………10
3.7 计时功能实现………………………………………………………10
3.8 Access数据库的设计………………………………………………10
3.8.1数据库设计…………………………………………………………10
3.8.2数据库的访问………………………………………………………12
3.8.3数据库的管理和维护………………………………………………12
四 结束语……………………………………………………………13
谢辞……………………………………………………………………14
参考文献………………………………………………………………15
附录……………………………………………………………………16
摘 要
随着信息技术的发展和网络的优化,计算机的运用变得更加多样化,而且对于现代教育来说,传统的考试模式已经不再适应,计算机的无纸化考试将会成为未来考试的主导。这种方式不仅方便、高效,而且保密性强,解决了评分时人为因素的影响。本设计运用了Visual Basic 6.0和Access数据库对《Matlab和系统仿真》一课进行了无纸化考试的设计与实现,实现了老师的教考分离,解决了人工出题的不可重复性。该系统实现了客观题的随机抽取和自动组卷功能,并且具有考生登录时的身份验证,答题结束时的答案提交,答题结果显示和自动评分以及自动计时功能。由于系统采用了Access数据库,所以方便了数据库的更新、管理和维护。该设计保证了考试的客观性、实时性和公正性,而且降低了老师在出题和阅卷时的工作量。
关键词:考试系统 随机组卷 自动评分 数据库
Design of Examination System Based on VB and Access
ABSTRACT
With the development of information technology and network optimization, the application of computers is more varied. For modern education, Traditional exams is no longer suitable , the paperless examination of computer will led the future examinations, this approach is not only convenient, efficient ,but also confidential in nature, and it will solve the problems of human factors. This design uses Visual Basic 6.0 and Access database right, design paperless examination of Matlab system and Simulation and the separation of education and examination, it solves the problem of non-repeatability. The system achieves the selection of objective title randomly and automatic Test Paper, it also has the candidates login authentication, Hand over the answer at the end of examination, and the answer showed, automatic scoring and the automatic timing. As the system uses the Access database, so it facilitates the updating of the database, management and maintenance. The design ensures the examination to be objectivity, impartiality and real-time, lowers the teacher’s workload in making out questions and scoring.
Keywords: exam system forming examination papers in random automotive grading database
目 录
一 引言…………………………………………………………………1
1.1 课题研究的背景及意义………………………………………………1
1.2 考试系统设计的目标和指导思想…………………………………1
二 系统开发的关键技术………………………………………………2
2.1 Visual Basic编程语言及特点 ……………………………………2
2.1.1 Visual Basic简介………………………………………………2
2.1.2 Visual Basic特点………………………………………………2
2.2 Access数据库………………………………………………………3
三 考试系统的开发与设计……………………………………………5
3.1 考试系统组成…………………………………………………………5
3.2 考生登录模块设计……………………………………………………5
3.3 随机抽题组卷设计……………………………………………………7
3.3.1随机抽题……………………………………………………………7
3.3.2自动组卷……………………………………………………………8
3.3.3试卷删除功能………………………………………………………9
3.4 考试系统的答题界面…………………………………………………9
3.5 交卷功能的设计……………………………………………………10
3.6 自动评分功能………………………………………………………10
3.7 计时功能实现………………………………………………………10
3.8 Access数据库的设计………………………………………………10
3.8.1数据库设计…………………………………………………………10
3.8.2数据库的访问………………………………………………………12
3.8.3数据库的管理和维护………………………………………………12
四 结束语……………………………………………………………13
谢辞……………………………………………………………………14
参考文献………………………………………………………………15
附录……………………………………………………………………16