欢迎来到天天文库
浏览记录
ID:27494389
大小:71.00 KB
页数:7页
时间:2018-12-04
《vc008通用试题库系统的设计与开发》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、摘要教育测量是教育过程不可缺少的组成部分,考试题是教育测量的载体。在科学技术迅速发展,对人材的素质要求不断提高的今天,培养、发现和选拔各种人材,离不开教育测量。教育测量的重要性决定了考试题的重要性。因而对试题及试题管理的研究有极其重要的现实意义。本文介绍了C++/VC课程试题库管理系统的基本设计方法,详细阐述了整个应用系统的设计思路,并对各部分设计周期进行了详尽的分析,最终达成了一个完整的设计方案。本文的数据库系统是一个题库管理系统,包括登录界面,维护界面,浏览界面和出卷界面。维护界面具有添加、删除、修改等
2、功能,出卷界面分为自动出卷界面和组卷界面。系统使用Microsoft公司的Access作为后台数据库,使用Microsoft公司的VisualBasic开发工具,利用其提供的各种面向对象的开发工具,使用ADO控件连接数据库,开发出产品。关键词:数据库系统;VBA;试题库;IIIAbstractTheeducationsurveyisnonethelesspartofeducateprocess,textsofexamisthecarrierofeducatessurvey.Inthescienceandte
3、chnologyrapiddevelopment,todaythisunceasinglyenhancestocapableperson’squalityrequest,trains,discoveredandselectseachkindofcapableperson,cannotleavetheeducationsurvey.Theeducationsurveyimportancehaddecidedteststhetestquestiontheimportance.Thushastheextremel
4、yimportantpracticalsignificancetothetestquestionandthetestquestionmanagementresearch.ThistextintroducedthebasicdesignmethodofC++courseexambasemanagesystem.Detailedexpoundthedesignthinkingofthewholeapplication.Anddetailedanalyzeofallpartofdesigncycle,reache
5、dacompletedesignschemeatlast.Thedatabasesystemofthistextisanexamdatabase,includingregisterinterface,maintaininterface,skimthroughinterfaceandexportexaminterface.Maintaininterfaceincludeadd,delete,alteretc.Exportexaminterfaceincludeautoexportexamandexportex
6、ambyhand.ThissystemusedAccessofMicrosoftCompanytobebackstagedatabase.AndusedVisualBasic6.0ofMicrosoftCompanyasdesigntool.Usedkindsoffacetowardobjectitoffered,useADOcommandelementtoconnectdatabaseanddeveloptheproduct.Keywords:Databasesystem;VBA;Examinations
7、ubjectbase;III目录第一章概述11.1数据库及其应用11.2数据库系统简介11.3试题库及其应用21.3.1试题库系统的背景和意义21.3.2试题库的发展历史31.3.3试题库的分类3第二章 数据库系统设计62.1数据库设计概述及设计周期62.2数据库设计过程72.2.1用户表的设计72.2.2判断题表设计72.2.3选择题表设计82.2.4填空题表设计92.2.5简答题表设计92.2.6程序设计题表设计10第三章试题库系统设计及113.1试题库系统设计113.2试题库的设计原则123.3需求分
8、析133.4试题库系统工作流程14第四章Windows下的VisualBasic编程环境和VBA简介154.1VBA是什么154.2VBA的发展164.3VBA开发特点164.4VBA开发Office的功用174.5VBA在本系统中的应用19第五章试题库系统组卷实现205.1自动出卷实现过程205.2手工组卷实现过程23第六章结 论26参考文献27致谢28III第一章概述1.1数据库及其应用自20世纪70年代以来
此文档下载收益归作者所有