国产激情久久久久影院小草_国产91高跟丝袜_99精品视频99_三级真人片在线观看

C語言考試系統(tǒng)SQL+VC

  • 相關(guān)推薦

C語言考試系統(tǒng)SQL+VC

畢業(yè)論文

C語言考試系統(tǒng)


摘要:利用計算機(jī)技術(shù)實現(xiàn)無紙化考試,取代傳統(tǒng)手工考試方式,是近年來計算機(jī)技術(shù)應(yīng)用的1個非;钴S的研究領(lǐng)域,目前已經(jīng)誕生了許多無紙化考試系統(tǒng)。然而,對于計算機(jī)方面的課程,特別是c語言這門操作性、實踐性強(qiáng)的課程,存在以下問題:1、現(xiàn)有的考試系統(tǒng)無法滿足對計算機(jī)上機(jī)操作能力培養(yǎng)的要求;2、老師無法承受繁重的人工評卷工作;3、題庫封閉,教師無法獨自命題,從而無法根據(jù)教學(xué)要求與學(xué)生的特點,去調(diào)整試題難度與內(nèi)容,而只能供應(yīng)商提供的測試試題庫中規(guī)定的題目進(jìn)行考試。
為此,我對現(xiàn)有的無紙化考試系統(tǒng)進(jìn)行了深入研究,從理論及實踐的角度證明利用無紙化考試不僅能克服傳統(tǒng)考試只能考查學(xué)生邏輯推理和運(yùn)算能力,不能有效地檢驗學(xué)生的實踐動手能力的缺點,而且能大大提高考試過程中的自動化和科學(xué)化,切實減輕老師組織1場考試全過程的繁重負(fù)擔(dān)。
本文首先在前言中簡要地介紹了數(shù)據(jù)庫技術(shù)地的發(fā)展、開發(fā)此系統(tǒng)的工具、以及此系統(tǒng)的功能和用途。然后在第1章詳細(xì)闡述了開發(fā)C語言考試系統(tǒng)所涉及的各種技術(shù),軟件開發(fā)工具及選用原因。第2章主要介紹了數(shù)據(jù)庫開發(fā)工具和數(shù)據(jù)庫系統(tǒng)的相關(guān)概念。
第3章介紹了C語言考試系統(tǒng)的總體設(shè)計思想、數(shù)據(jù)流圖、數(shù)據(jù)庫構(gòu)建方案。第4章主要介紹系統(tǒng)各個模塊的具體實現(xiàn)。論文最后對我3個多月的工作進(jìn)行了總結(jié)。
關(guān)鍵詞:考試系統(tǒng);試題庫;Visual Basic;SQL Server  

 

 

 

 

 

 


Examination system for the c program


Abstract: Using computer technology to realize non-paper examination and take place of traditional examination pattern is an active research field which computer technology applied to in recent years.Many non-paper examination systems have emerged nowadays. However, there are some problems as follows to computer courses,especially to the c program which is a  practical course. Firstly,Many examination systems exist the problem which can not satisfied the request of training the ability of manipulating computer.Secondly,teacher can not bear the heavy work of going over the papers by themselves.Thirdly,the  question library is sealed off.So teachers cannot set question by themselves.                                        
Therefore,I took deeply research in non-paper examination systems which have existed nowadays,and proved by  theoretics and practice that we can examine students ability not only logical analysis and caculation but also operation through the non-paper examination system.Whats more,it can improve the automation and scientific method greatly for the examination course,and lighten the heavy burden of organizing an examination.
This dissertation introduces the development of database technology, the tools of developing this system, the function of these tools and the reason I use them refers to the examination system for the c program at first.The second chapter essentially introduces the tools of developing database and the concept about database system.
The third chapter firstly introduces total designing idea,data diagram and database planning about the examination system for the c program.The fourth chapter mainly introduces the method which concretely achieve every module of the system.At last,the dissertation summarizes the work in the past.
Key words: Examination system ; Question library; Visual Basic; SQL Server
目  錄

前言 1
1 系統(tǒng)開發(fā)環(huán)境簡介 2
1.1 Visual Basic 6.0簡介 2
1.1.1 Visual Basic 6.0 的主要特點 3
1.1.2 集成開發(fā)環(huán)境 4
1.1.3 開發(fā)設(shè)計編程方法 6
1.1.4 Visual Basic 6.0數(shù)據(jù)庫體系開發(fā) 10
2 數(shù)據(jù)庫系統(tǒng) 14
2.1 SQL SERVER 2000的簡介 14
2.1.1 SQL Server 2000的優(yōu)勢 15
2.2 數(shù)據(jù)庫系統(tǒng)的基本概念 16
2.2.1 數(shù)據(jù)庫管理系統(tǒng) 17
2.2.2 數(shù)據(jù)庫系統(tǒng) 17
2.3 Visual Basic 6.0與SQL數(shù)據(jù)庫的連接 18
2.3.1 使用ODBC連接 18
2.3.2 使用OLE DB 19
3 可行性研究與需求分析 20
3.1 可行性研究 20
3.1.1 軟件項目的建立 20
3.1.2 可行性研究 20
3.1.3 開發(fā)環(huán)境的配置 21
3.1.4 系統(tǒng)高層邏輯模型的數(shù)據(jù)流圖符號 21
3.2 系統(tǒng)需求分析 21
3.2.1 系統(tǒng)的客戶需求 22
3.2.2 系統(tǒng)實體 22
3.2.3 數(shù)據(jù)存取設(shè)計 23
4 系統(tǒng)設(shè)計 24
4.1 系統(tǒng)結(jié)構(gòu)分析 24
4.2 系統(tǒng)功能分析 25
4.3 數(shù)據(jù)庫的設(shè)計 26
5 系統(tǒng)實現(xiàn) 30
5.1 系統(tǒng)主模塊 30
5.1.1 展示屏幕窗體 30
5.1.2 平臺選擇窗體 30
5.2 學(xué)生考試模塊 31
5.2.1 學(xué)生登錄窗體 31
5.2.2 學(xué)生考試窗體 33
5.3 老師后臺處理模塊 36
5.3.1 老師登陸窗體 36
5.3.2 C語言考試系統(tǒng)后臺管理部分 37
結(jié)束語 46
致謝 47
參考文獻(xiàn) 48

前言
從20世紀(jì)50年代中期開始,計算機(jī)的應(yīng)用由科學(xué)研究逐步擴(kuò)展到企業(yè),行政等社會各領(lǐng)域,數(shù)據(jù)處理已成為計算機(jī)的主要應(yīng)用。在20世紀(jì)60年代末,數(shù)據(jù)庫技術(shù)就是作為數(shù)據(jù)處理中的1門新技術(shù)發(fā)展起來的。它是計算機(jī)軟件領(lǐng)域的1個重要分支,經(jīng)過30多年的發(fā)展,形成了較為完整的理論體系和實用技術(shù)。隨著各行各業(yè)的信息化進(jìn)程的推進(jìn),基于數(shù)據(jù)庫的信息管理系統(tǒng)(MIS)的需求量不斷增大。信息管理系統(tǒng)改變了以往大量紙質(zhì)資料存放和查找困難的狀況,將人們從繁重的勞動中解放出來,同時也減少了人為錯誤的概率。
SQL Server作為世界1流的數(shù)據(jù)庫服務(wù)器,其性能指標(biāo)相當(dāng)不俗。數(shù)據(jù)庫的作用就是數(shù)據(jù)的管理和應(yīng)用。Visual Basic 6.0以其簡潔易懂的語法、直觀而強(qiáng)大的IDE(集成開發(fā)環(huán)境)、豐富強(qiáng)大的數(shù)據(jù)庫操作特性獲得大部分程序員的青睞,成為最流行的數(shù)據(jù)庫系統(tǒng)開發(fā)工具。我所開發(fā)的是基于Windows2000/XP的系統(tǒng)下,利用SQL Server 2000作為數(shù)據(jù)庫的服務(wù)器端開發(fā)工具以及Visual Basic 6.0作為前臺的開發(fā)工具設(shè)計而成的C語言考試系統(tǒng)。
C語言考試系統(tǒng)是1套功能強(qiáng)大而又操作簡便實用的模擬考試管理軟件,系統(tǒng)由前臺考生考試和后臺考試管理兩部分組成。后臺考試管理部分包括系統(tǒng)的用戶管理(包括學(xué)生用戶和老師用戶)、考試題庫管理(包括選擇題,填空題,判斷題,根據(jù)程序?qū)戇\(yùn)行結(jié)果題,編程題)、查看考生答題情況、數(shù)據(jù)庫的備份和恢復(fù)等。前臺考生考試部分提供自動隨機(jī)生成考試試卷、考試計時、考試的分?jǐn)?shù)統(tǒng)計、調(diào)用TC編程等。從而實現(xiàn)了學(xué)?荚嚨娜孀詣庸芾。依據(jù)計算機(jī)數(shù)據(jù)處理嚴(yán)密可靠的特有機(jī)制,可改善考試管理,降低學(xué)校管理人員(監(jiān)考人員和出題人員)工作強(qiáng)度,提高學(xué)校的教學(xué)水平和效率。C語言考試系統(tǒng)適用于各類高等院校開有C語言這門課程的院系及要學(xué)習(xí)C語言這門課程的考生個人。
本文正文有3個部分。第1部分概括介紹了數(shù)據(jù)庫及開發(fā)工具的相關(guān)知識。第2部分是全文的重點,闡述了對系統(tǒng)的需求分析和總體設(shè)計,著重說明了系統(tǒng)各個模塊的實現(xiàn),以及總體組裝與測試。第3部分為結(jié)論、參考文獻(xiàn)和致謝。
在系統(tǒng)的開發(fā)過程中,我碰到了不少的難題,但由于有老師和周圍同學(xué)的幫助,使我得以在規(guī)定時間內(nèi)按要求順利完成了任務(wù),特別是要感謝我的指導(dǎo)老師蔣清明老師和念其鋒老師。
由于是第1次獨立開發(fā)信息管理系統(tǒng),不足之處也是在所難免的,經(jīng)驗也比較欠缺,敬請各位老師指正。

C語言考試系統(tǒng)SQL+VC

【C語言考試系統(tǒng)SQL+VC】相關(guān)文章:

C語言上機(jī)考試系統(tǒng)Delphi7+Access10-26

匯編語言考試系統(tǒng)設(shè)計與實現(xiàn)VB+SQL08-19

C語言程序設(shè)計 (一)10-07

基于C/S模式的世界杯投注系統(tǒng)07-11

基于MSP53C392的語音合成系統(tǒng)09-29

c語言畢業(yè)論文開題報告09-27

C語言實驗課教學(xué)探討08-26

試析中職學(xué)校的C語言教學(xué)08-17

計算機(jī)C語言的論文致謝06-25

淺談C語言中指針的教學(xué)08-18