- 相關(guān)推薦
試卷智能生成系統(tǒng)設(shè)計vb+SQL
畢業(yè)論文
試卷智能生成系統(tǒng)設(shè)計
摘要:本系統(tǒng)是基于windows系統(tǒng)的智能試卷生成系統(tǒng),1個典型的MIS系統(tǒng)。軟件采用Visual Basic 6.0作為系統(tǒng)的開發(fā)工具,采用SQL Server 2000中文版作為后臺數(shù)據(jù)庫來維護和管理數(shù)據(jù)庫。本軟件主要針對各學校每學期各種考試,利用計算機進行試卷的自動生成并逐步積累形成有效的試題庫,對試題和試卷的管理將變得高效而便捷,對提高工作效率,使試卷管理逐步走向正規(guī)化自動化將起到10分重要的作用。該系統(tǒng)具有題庫管理和試卷管理兩大主要功能。題庫管理包括判斷題管理等等各種題型;試卷管理則允許用戶設(shè)置試卷各類題型的分數(shù)、小題數(shù)和難度比例,以及試題在各章節(jié)中的分配比例。在用戶要求生成試卷時,可以檢查試卷的各項參數(shù)設(shè)置是否合理,然后生成試卷以及試卷答案。用戶可以預(yù)覽生成的試卷,并進行修改,然后將試卷保存到文本文件中。隨著網(wǎng)絡(luò)的逐漸普及,本系統(tǒng)已變得越來越重要。
關(guān)鍵詞:MIS系統(tǒng);Visual Basic;SQL Server2000;自動生成
The Design of Paper Generative Intelligent System
Abstract:This is a system of the capacity create of a examination based on windows system,a model MIS system.The software adopt Visual Basic 6.0 as developing instrument of the system, and adopts the Chinese edition of SQL Server 2000 as backstage supporter database to maintain and manage the database. This software is designed mainly to servel schools to realize the examination system,uses computers to achieve the examination’s create.The management of the examination and the test question.It also will improve the work efficiency and make the management of the examination normalization and automatization.This system have 2 functions ---the management of superscription and the management of the test paper.The management of superscription include judgement and other inscriptions;The management of the test papers allow the users to set up the mark、the difficulty and the distribute of the test questions in chapters.When users want to create a test paper,he can check up the setting of various parameters,then create test paper and the answers.Users can preview the test paper and amend them,then save them to text file. With the popularization of network, this system is becoming more and more important.
keywords:MIS system; Visual Basic;SQL Server2000;the create of automatism
目 錄
摘 要 1
前 言 2
1 系統(tǒng)開發(fā)環(huán)境介紹 4
1.1 運行環(huán)境配置 4
1.1.1 硬件要求 4
1.1.2 軟件要求 4
1.2 VISUAL BASIC6.0簡介 4
1.2.1 早期的BASIC語言 4
1.2.2 可視化BASIC語言――Visual Basic 5
1.2.3 Visual Basic的版本 5
1.2.4 Visual Basic的特點 6
1.3 系統(tǒng)后臺數(shù)據(jù)庫介紹 7
1.4 系統(tǒng)后臺開發(fā)工具(SQL SERVER2000)簡介 8
1.4.1 SQL簡介 8
1.4.2 SQL Server 特點 8
1.4.3 SQL中的常用語句 9
1.5 ADO數(shù)據(jù)對象訪問技術(shù) 9
1.5.1 ADO編程模型簡介 9
1.5.2 使用ADO控件 10
2 需求分析 13
2.1 項目背景 13
2.2 任務(wù)概述 13
2.2.1 目標 13
2.2.2 運行系統(tǒng) 13
2.3 數(shù)據(jù)描述 14
2.3.1 數(shù)據(jù)庫描述 14
2.3.2 數(shù)據(jù)字典 14
2.4 功能需求 14
2.4.1 功能劃分 14
2.4.2 功能描述 14
2.5 性能需求 14
2.5.1 數(shù)據(jù)精確度 14
2.5.2 時間特性 14
2.5.3 適應(yīng)性 15
2.5.4 故障處理要求 15
2.6 運行需求 15
2.6.1 用戶界面 15
2.6.2 支持軟件 15
3 概要設(shè)計 16
3.1 課題的意義 16
3.2 發(fā)展狀況 16
3.2.1 傳統(tǒng)考試存在的問題 16
3.2.2 考試的改革方向特點 17
3.3 建立試題庫的原則 17
3.3.1 保證入庫試題的高質(zhì)量原則 17
3.3.2 保證入庫試題數(shù)量大以及分布合理的原則 17
3.3.3 保證題庫動態(tài)的原則 18
3.4 研究方法 18
3.5 研究手段 18
3.6 研究步驟 18
3.7 研究內(nèi)容 19
4 系統(tǒng)總體設(shè)計 20
4.1 設(shè)計分析 20
4.1.1 系統(tǒng)設(shè)計 20
4.1.2 數(shù)據(jù)庫的設(shè)計 21
4.2 具體操作過程 23
5 詳細設(shè)計 24
5.1 設(shè)計分析 24
5.1.1 系統(tǒng)設(shè)計 24
5.1.2 數(shù)據(jù)庫設(shè)計 24
5.2 具體設(shè)計 27
5.2.1 創(chuàng)建試卷智能生成系統(tǒng)工程 27
5.2.2 設(shè)計登陸窗體 28
5.2.3 設(shè)計系統(tǒng)主窗體 29
5.2.4 設(shè)計單選題管理窗體 30
5.2.5 設(shè)計多選題管理窗體 32
5.2.6 設(shè)計填空題管理窗體 32
5.2.7 設(shè)計判斷題管理窗體 33
5.2.8 設(shè)計生成試卷窗體 34
5.2.9 設(shè)計查看試卷窗體 35
6 結(jié)束語 38
參考文獻 39
致 謝 40
注:不包括源代碼.
【試卷智能生成系統(tǒng)設(shè)計vb+SQL】相關(guān)文章:
基于Delphi的試卷智能生成系統(tǒng)設(shè)計Delphi+SQL11-23
試卷生成系統(tǒng)03-05
家庭理財系統(tǒng)的設(shè)計與實現(xiàn)VB+SQL03-08
匯編語言考試系統(tǒng)設(shè)計與實現(xiàn)VB+SQL03-08
通用試題庫系統(tǒng)的設(shè)計與實現(xiàn)VB+SQL03-08
基于DSP的智能座椅系統(tǒng)的設(shè)計03-07