考試題庫系統(tǒng)的設計與實現(xiàn) (delphi+access).rar
考試題庫系統(tǒng)的設計與實現(xiàn) (delphi+access),考試題庫系統(tǒng)的設計與實現(xiàn) (delphi+access)1.3萬字 41頁附錄中包括程序代碼目 錄摘 要 iabstract ii第1章 前 言 11.1 課題的來源和目的 11.1.1 教育信息化的趨勢 11.1.2 傳統(tǒng)的考試活動 21.2 開發(fā)工具的選擇 21.2.1 delphi簡介 21.2.2 access...
該文檔為壓縮文件,包含的文件列表如下:
內容介紹
原文檔由會員 果酸 發(fā)布
考試題庫系統(tǒng)的設計與實現(xiàn) (Delphi+Access)
1.3萬字 41頁
附錄中包括程序代碼
目 錄
摘 要 I
Abstract II
第1章 前 言 1
1.1 課題的來源和目的 1
1.1.1 教育信息化的趨勢 1
1.1.2 傳統(tǒng)的考試活動 2
1.2 開發(fā)工具的選擇 2
1.2.1 Delphi簡介 2
1.2.2 Access 簡介 4
1.2.3 C/S 簡介 5
第2章 系統(tǒng)設計 7
2.1 功能設計 7
2.2 數(shù)據(jù)庫設計 8
2.3 界面設計 8
2.4 數(shù)據(jù)文件結構 8
2.4.1 考試模板基本表 8
2.4.2 學生模板基本表 9
第3章 系統(tǒng)實現(xiàn) 9
3.1 功能模塊 10
3.2 注冊功能的實現(xiàn) 10
3.3 登錄功能的實現(xiàn) 11
3.4 數(shù)據(jù)庫功能的實現(xiàn) 13
3.5 Word字表處理功能的實現(xiàn) 13
第4章 考試系統(tǒng)的流程介紹 17
第5章 組卷策略 19
結 束 語 21
致 謝 23
參考文獻 24
附 錄 25
摘 要
目前考試系統(tǒng)越來越被人們所重視,它可以為院系教務部門的決策制定提供強有力的數(shù)據(jù)支持。為此,作者開發(fā)了考試題庫系統(tǒng),以現(xiàn)代計算機技術為工具來管理學生的考試進程,方便教師和管理考試人員的工作。
本系統(tǒng)探討《數(shù)字電子技術基礎》課程無紙化考試系統(tǒng)的設計方法,并加以實現(xiàn),主要負責生成試卷和管理題庫。用戶根據(jù)不同的權限訪問系統(tǒng),對試卷的編碼、生成等信息進行日常維護,并能生成試卷供學生測試。從數(shù)據(jù)庫的安全性出發(fā),根據(jù)需要可對數(shù)據(jù)庫或數(shù)據(jù)表中的信息進行備份和恢復,以防止因不慎丟失數(shù)據(jù)而給用戶造成不必要的麻煩。
本系統(tǒng)在設計過程中以人為本,充分考慮了用戶的需求,界面力求簡單;使用了Delphi6.0開發(fā)前臺應用程序,采用Access2000為后臺數(shù)據(jù)庫開發(fā)工具,它是一套完整的基于C/S考試系統(tǒng)。包括考生登入、考生退出、文字錄入、數(shù)據(jù)庫操作、Word字表處理等主要模塊。系統(tǒng)具有維護簡單、使用方便等特點,可應用于數(shù)字電路技術基礎的教學中。
關鍵詞:考試題庫系統(tǒng), Delphi, Access, 功能模塊,無紙化考試
Abstract
Now, people pay more attentions to the examination system. It can provide strong data support for the education administration department to make decisions. As result, the author exploited the examination database system, it uses the modern computer technology to manage the students’ examination course, and it is quite convenient to the work of teachers and examination managers.
This system designed and realized the ways of the no-paper testing systems about the course < numeral electronic technique basic>. It mainly provides the function to create the test papers and manage the database. The users can visit the system according to the different limitation, and make the daily maintenance to the information of the test papers’ coding and creating. And what’s more, the system can create test papers for the testing of the students. Considering the database’s safety, it can backups and resumes the information of the database or the data lists according to requirements, in order to avoid making unnecessary troubles because of carelessly losing data.
In the design process, this system sees the people as its center, considers fully the users’ requirements and tries its best to make the interface simple. This system used Delphi 6.0 to exploit foreground application, and used Access 2000 to exploit background database. It is a suit of whole examination system which is based on C/S system. It includes the main modules of the students entering, the students exiting, inputting words, database operations WORD and so on. This system’s characteristic is easy maintenance, convenient use etc, and it can apply for the teaching of the numeral electronic technique basic.
Keywords:system of examination, Delphi, Access, functional module,non-paper examination
參考文獻
1 清宏計算機工作室. 《Delphi編程技巧(網(wǎng)絡與數(shù)據(jù)庫篇)》,北京: 機械工業(yè)出版社 , 1999.2
2 呂偉臣. 《Delphi入門與提高》,北京: 清華大學出版社, 2000.4
3 朱振元. 《Delphi面向對象程序設計及其應用》 ,西安: 西安電子科技大學出版社, 2003.1
4 電子工業(yè)出版社. 《Access2000開發(fā)實例全書》,北京:電子工業(yè)出版社,1999.1
5 (Carter,J.)《.數(shù)據(jù)庫設計與編程實例詳解》,北京: 電子工業(yè)出版社, 2001.8
6 王海濱. 《Delphi6.0學習教程》,北京:北京大學出版社, 2002.1
7 肖永明,張子江. 《Delphi6.0開發(fā)基礎與范例》,北京:電子工業(yè)出版社, 2000.10
8 薩師煊,王珊. 《數(shù)據(jù)庫系統(tǒng)概論(第二版)》, 北京:高等教育出版社, 2003.12
9 張海藩. 《軟件工程導論(第四版)》,北京:清華大學出版社出版, 2003.12
10 陶宏才. 《數(shù)據(jù)庫原理及設計》,北京:清華大學出版社出版, 2004.2
11 劉瑞新,汪遠征,李鳳華. 《Delphi程序設計教程》,北京:機械工業(yè)出版社出版
12 左美云,鄺孔武. 《信息系統(tǒng)的開發(fā)與管理教程》,北京:清華大學出版社,2001.7
13 朱振元. 《Delphi面向對象程序設計及其應用》,西安:西安電子科技大學出版社,2000.5
1.3萬字 41頁
附錄中包括程序代碼
目 錄
摘 要 I
Abstract II
第1章 前 言 1
1.1 課題的來源和目的 1
1.1.1 教育信息化的趨勢 1
1.1.2 傳統(tǒng)的考試活動 2
1.2 開發(fā)工具的選擇 2
1.2.1 Delphi簡介 2
1.2.2 Access 簡介 4
1.2.3 C/S 簡介 5
第2章 系統(tǒng)設計 7
2.1 功能設計 7
2.2 數(shù)據(jù)庫設計 8
2.3 界面設計 8
2.4 數(shù)據(jù)文件結構 8
2.4.1 考試模板基本表 8
2.4.2 學生模板基本表 9
第3章 系統(tǒng)實現(xiàn) 9
3.1 功能模塊 10
3.2 注冊功能的實現(xiàn) 10
3.3 登錄功能的實現(xiàn) 11
3.4 數(shù)據(jù)庫功能的實現(xiàn) 13
3.5 Word字表處理功能的實現(xiàn) 13
第4章 考試系統(tǒng)的流程介紹 17
第5章 組卷策略 19
結 束 語 21
致 謝 23
參考文獻 24
附 錄 25
摘 要
目前考試系統(tǒng)越來越被人們所重視,它可以為院系教務部門的決策制定提供強有力的數(shù)據(jù)支持。為此,作者開發(fā)了考試題庫系統(tǒng),以現(xiàn)代計算機技術為工具來管理學生的考試進程,方便教師和管理考試人員的工作。
本系統(tǒng)探討《數(shù)字電子技術基礎》課程無紙化考試系統(tǒng)的設計方法,并加以實現(xiàn),主要負責生成試卷和管理題庫。用戶根據(jù)不同的權限訪問系統(tǒng),對試卷的編碼、生成等信息進行日常維護,并能生成試卷供學生測試。從數(shù)據(jù)庫的安全性出發(fā),根據(jù)需要可對數(shù)據(jù)庫或數(shù)據(jù)表中的信息進行備份和恢復,以防止因不慎丟失數(shù)據(jù)而給用戶造成不必要的麻煩。
本系統(tǒng)在設計過程中以人為本,充分考慮了用戶的需求,界面力求簡單;使用了Delphi6.0開發(fā)前臺應用程序,采用Access2000為后臺數(shù)據(jù)庫開發(fā)工具,它是一套完整的基于C/S考試系統(tǒng)。包括考生登入、考生退出、文字錄入、數(shù)據(jù)庫操作、Word字表處理等主要模塊。系統(tǒng)具有維護簡單、使用方便等特點,可應用于數(shù)字電路技術基礎的教學中。
關鍵詞:考試題庫系統(tǒng), Delphi, Access, 功能模塊,無紙化考試
Abstract
Now, people pay more attentions to the examination system. It can provide strong data support for the education administration department to make decisions. As result, the author exploited the examination database system, it uses the modern computer technology to manage the students’ examination course, and it is quite convenient to the work of teachers and examination managers.
This system designed and realized the ways of the no-paper testing systems about the course < numeral electronic technique basic>. It mainly provides the function to create the test papers and manage the database. The users can visit the system according to the different limitation, and make the daily maintenance to the information of the test papers’ coding and creating. And what’s more, the system can create test papers for the testing of the students. Considering the database’s safety, it can backups and resumes the information of the database or the data lists according to requirements, in order to avoid making unnecessary troubles because of carelessly losing data.
In the design process, this system sees the people as its center, considers fully the users’ requirements and tries its best to make the interface simple. This system used Delphi 6.0 to exploit foreground application, and used Access 2000 to exploit background database. It is a suit of whole examination system which is based on C/S system. It includes the main modules of the students entering, the students exiting, inputting words, database operations WORD and so on. This system’s characteristic is easy maintenance, convenient use etc, and it can apply for the teaching of the numeral electronic technique basic.
Keywords:system of examination, Delphi, Access, functional module,non-paper examination
參考文獻
1 清宏計算機工作室. 《Delphi編程技巧(網(wǎng)絡與數(shù)據(jù)庫篇)》,北京: 機械工業(yè)出版社 , 1999.2
2 呂偉臣. 《Delphi入門與提高》,北京: 清華大學出版社, 2000.4
3 朱振元. 《Delphi面向對象程序設計及其應用》 ,西安: 西安電子科技大學出版社, 2003.1
4 電子工業(yè)出版社. 《Access2000開發(fā)實例全書》,北京:電子工業(yè)出版社,1999.1
5 (Carter,J.)《.數(shù)據(jù)庫設計與編程實例詳解》,北京: 電子工業(yè)出版社, 2001.8
6 王海濱. 《Delphi6.0學習教程》,北京:北京大學出版社, 2002.1
7 肖永明,張子江. 《Delphi6.0開發(fā)基礎與范例》,北京:電子工業(yè)出版社, 2000.10
8 薩師煊,王珊. 《數(shù)據(jù)庫系統(tǒng)概論(第二版)》, 北京:高等教育出版社, 2003.12
9 張海藩. 《軟件工程導論(第四版)》,北京:清華大學出版社出版, 2003.12
10 陶宏才. 《數(shù)據(jù)庫原理及設計》,北京:清華大學出版社出版, 2004.2
11 劉瑞新,汪遠征,李鳳華. 《Delphi程序設計教程》,北京:機械工業(yè)出版社出版
12 左美云,鄺孔武. 《信息系統(tǒng)的開發(fā)與管理教程》,北京:清華大學出版社,2001.7
13 朱振元. 《Delphi面向對象程序設計及其應用》,西安:西安電子科技大學出版社,2000.5
TA們正在看...
- 鄉(xiāng)鎮(zhèn)衛(wèi)生院公共衛(wèi)生服務工作報告.doc
- 鄉(xiāng)鎮(zhèn)衛(wèi)生院計劃免疫工作總結報告.doc
- 鄉(xiāng)鎮(zhèn)衛(wèi)生院資產(chǎn)清查工作報告范文3篇.doc
- 鄉(xiāng)鎮(zhèn)衛(wèi)生院資產(chǎn)清查工作報告.doc
- 鄉(xiāng)鎮(zhèn)四項制度落實情況工作報告.doc
- 鄉(xiāng)鎮(zhèn)團代會工作報告.doc
- 鄉(xiāng)鎮(zhèn)團委工作報告.doc
- 鄉(xiāng)鎮(zhèn)固定資產(chǎn)清查工作報告.doc
- 鄉(xiāng)鎮(zhèn)固定資產(chǎn)清查工作報告3篇.doc
- 鄉(xiāng)鎮(zhèn)固定資產(chǎn)清查工作報告.doc