基于web的題庫設(shè)計(jì)與實(shí)現(xiàn)(含開題+任務(wù)書).rar
基于web的題庫設(shè)計(jì)與實(shí)現(xiàn)(含開題+任務(wù)書),基于web的題庫設(shè)計(jì)與實(shí)現(xiàn)1.5萬字36頁包括開題報(bào)告和任務(wù)書摘 要本文所要研究的基于web的題庫管理系統(tǒng)能夠有效地減輕出題者的工作量。該系統(tǒng)的實(shí)現(xiàn)建立在一系列題庫理論之上。通過asp.net技術(shù),實(shí)現(xiàn)了題庫管理、系統(tǒng)管理、考卷生成、在線考試等相應(yīng)的功能。大大地提高了題庫的管理效率,并且可以通過數(shù)據(jù)庫記錄試題的相關(guān)信息...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 usactu 發(fā)布
基于Web的題庫設(shè)計(jì)與實(shí)現(xiàn)
1.5萬字 36頁
包括開題報(bào)告和任務(wù)書
摘 要
本文所要研究的基于WEB的題庫管理系統(tǒng)能夠有效地減輕出題者的工作量。該系統(tǒng)的實(shí)現(xiàn)建立在一系列題庫理論之上。通過ASP.NET技術(shù),實(shí)現(xiàn)了題庫管理、系統(tǒng)管理、考卷生成、在線考試等相應(yīng)的功能。大大地提高了題庫的管理效率,并且可以通過數(shù)據(jù)庫記錄試題的相關(guān)信息,這就方便了教師對(duì)試題的選擇。系統(tǒng)還可以按照要求自動(dòng)生成試卷,進(jìn)一步減輕了出題者的負(fù)擔(dān)。系統(tǒng)通過最新的軟件技術(shù)使考試盡可能得公平、公正、公開,有效地解決傳統(tǒng)考試中所存在的一些問題。達(dá)到低成本、高效率、安全性高的特點(diǎn)。系統(tǒng)采用B/S架構(gòu),減輕了客戶端的成本,遍于系統(tǒng)的使用和普及。
本文將從題庫系統(tǒng)的背景,國內(nèi)外研究現(xiàn)狀等方面開始闡述題庫系統(tǒng)的發(fā)展情況,然后將著重描述基于B/S架構(gòu)的題庫管理系統(tǒng)的分析、設(shè)計(jì)、實(shí)現(xiàn)等幾個(gè)階段。
關(guān)鍵字:題庫,ASP.NET,B/S
Design and Implementation of the Web-based question database
Abstract
This paper is to study the questions in Web-based management system to effectively reduce out that the workload. The system for the establishment of a series of questions in the above theory. Through ASP.NET technology, this system implements the question bank management, System management, the spine of production, online examinations etc. Greatly enhance the questions in the management efficiency, as well as questions through database records of relevant information This facilitates the teachers right choice questions. Systems can also automatically generated in accordance with the requirements of the papers, further reduce the out that the burden. Through the latest software technology to the examination possible in a fair, justice, open and effectively solve the traditional examinations by a number of problems. Achieve low cost, high efficiency, high security features. B/S system framework used to reduce the client's cost, in times of use and popularity.
This paper will be questions in the background, the status of the research is beginning to elaborate questions in the development of the system, then focuses on B/S framework of database management systems analysis, design, realization of several stages.
Key Words: question database, ASP.NET, B/S
目 錄
1. 緒論 1
1.1 課題背景 1
1.2 研究現(xiàn)狀與發(fā)展趨勢 2
1.3 研究方案 4
1.4 方案論證 4
2. 系統(tǒng)體系結(jié)構(gòu)與平臺(tái)工具選擇 5
2.1 系統(tǒng)體系結(jié)構(gòu) 5
2.2 平臺(tái)工具選擇 6
2.2.1 ASP.NET框架平臺(tái) 6
2.2.2 開發(fā)工具與技術(shù) 7
2.2.3 后臺(tái)數(shù)據(jù)庫選擇 8
3. 總體設(shè)計(jì)方案 9
3.1 可行性分析 10
3.2 需求分析 11
3.2.1 試題管理 11
3.2.2 權(quán)限管理 11
3.2.3 系統(tǒng)管理 11
3.2.4 擴(kuò)展功能 11
3.3 總體結(jié)構(gòu) 12
3.3.1 試題管理 12
3.3.2 系統(tǒng)管理 13
3.3.3 功能擴(kuò)展 13
3.4 系統(tǒng)流程 13
3.5 數(shù)據(jù)庫設(shè)計(jì) 14
3.5.1 試題信息數(shù)據(jù)庫設(shè)計(jì) 14
3.5.2 課程信息數(shù)據(jù)庫設(shè)計(jì) 15
3.5.3 章節(jié)信息數(shù)據(jù)庫設(shè)計(jì) 15
3.5.4 用戶信息數(shù)據(jù)庫設(shè)計(jì) 15
3.5.5 考卷信息數(shù)據(jù)庫設(shè)計(jì) 16
3.5.6 測試信息數(shù)據(jù)庫設(shè)計(jì) 16
3.5.7 數(shù)據(jù)庫關(guān)系 17
4. 詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 18
4.1 題庫管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 18
4.1.1 題庫錄入 18
4.1.2 題庫查詢 20
4.1.3 題庫管理 21
4.2 系統(tǒng)管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 22
4.2.1 權(quán)限管理 22
4.2.2 信息管理 23
4.3 功能擴(kuò)展模塊的設(shè)計(jì)與實(shí)現(xiàn) 24
4.3.1 考卷生成 24
4.3.2 在線考試 25
5. 總結(jié)與展望 27
5.1 總結(jié) 27
5.2 展望 27
致謝 28
參考文獻(xiàn) 29
參考文獻(xiàn)
[7] .NET核心技術(shù)——原理與框架[M]. 北京:電子工業(yè)出版社
[8] 郭晶,SQL Server 2000系統(tǒng)管理[M],電子工業(yè)出版社
[9] Vouk MA, Bitzer DL, Klevants RL. Workflow and E nd-user Quality of Service Issues in W eb-used Education[J]. IEEE Transacation on Knowledge and Data Engineering
[10] 樂光學(xué),彭小寧,曾志峰. 試題庫自動(dòng)組卷系統(tǒng)的算法設(shè)計(jì)與實(shí)現(xiàn)[J]. 計(jì)算機(jī)應(yīng)用
[11] Hamilton M A.Java and the Shift to Net-centric Computing IEEE Computer[J]
[12] 張志國,王移芝. B/S大型網(wǎng)絡(luò)考試系統(tǒng)的分析與優(yōu)化[J]. 鐵路計(jì)算機(jī)應(yīng)用
1.5萬字 36頁
包括開題報(bào)告和任務(wù)書
摘 要
本文所要研究的基于WEB的題庫管理系統(tǒng)能夠有效地減輕出題者的工作量。該系統(tǒng)的實(shí)現(xiàn)建立在一系列題庫理論之上。通過ASP.NET技術(shù),實(shí)現(xiàn)了題庫管理、系統(tǒng)管理、考卷生成、在線考試等相應(yīng)的功能。大大地提高了題庫的管理效率,并且可以通過數(shù)據(jù)庫記錄試題的相關(guān)信息,這就方便了教師對(duì)試題的選擇。系統(tǒng)還可以按照要求自動(dòng)生成試卷,進(jìn)一步減輕了出題者的負(fù)擔(dān)。系統(tǒng)通過最新的軟件技術(shù)使考試盡可能得公平、公正、公開,有效地解決傳統(tǒng)考試中所存在的一些問題。達(dá)到低成本、高效率、安全性高的特點(diǎn)。系統(tǒng)采用B/S架構(gòu),減輕了客戶端的成本,遍于系統(tǒng)的使用和普及。
本文將從題庫系統(tǒng)的背景,國內(nèi)外研究現(xiàn)狀等方面開始闡述題庫系統(tǒng)的發(fā)展情況,然后將著重描述基于B/S架構(gòu)的題庫管理系統(tǒng)的分析、設(shè)計(jì)、實(shí)現(xiàn)等幾個(gè)階段。
關(guān)鍵字:題庫,ASP.NET,B/S
Design and Implementation of the Web-based question database
Abstract
This paper is to study the questions in Web-based management system to effectively reduce out that the workload. The system for the establishment of a series of questions in the above theory. Through ASP.NET technology, this system implements the question bank management, System management, the spine of production, online examinations etc. Greatly enhance the questions in the management efficiency, as well as questions through database records of relevant information This facilitates the teachers right choice questions. Systems can also automatically generated in accordance with the requirements of the papers, further reduce the out that the burden. Through the latest software technology to the examination possible in a fair, justice, open and effectively solve the traditional examinations by a number of problems. Achieve low cost, high efficiency, high security features. B/S system framework used to reduce the client's cost, in times of use and popularity.
This paper will be questions in the background, the status of the research is beginning to elaborate questions in the development of the system, then focuses on B/S framework of database management systems analysis, design, realization of several stages.
Key Words: question database, ASP.NET, B/S
目 錄
1. 緒論 1
1.1 課題背景 1
1.2 研究現(xiàn)狀與發(fā)展趨勢 2
1.3 研究方案 4
1.4 方案論證 4
2. 系統(tǒng)體系結(jié)構(gòu)與平臺(tái)工具選擇 5
2.1 系統(tǒng)體系結(jié)構(gòu) 5
2.2 平臺(tái)工具選擇 6
2.2.1 ASP.NET框架平臺(tái) 6
2.2.2 開發(fā)工具與技術(shù) 7
2.2.3 后臺(tái)數(shù)據(jù)庫選擇 8
3. 總體設(shè)計(jì)方案 9
3.1 可行性分析 10
3.2 需求分析 11
3.2.1 試題管理 11
3.2.2 權(quán)限管理 11
3.2.3 系統(tǒng)管理 11
3.2.4 擴(kuò)展功能 11
3.3 總體結(jié)構(gòu) 12
3.3.1 試題管理 12
3.3.2 系統(tǒng)管理 13
3.3.3 功能擴(kuò)展 13
3.4 系統(tǒng)流程 13
3.5 數(shù)據(jù)庫設(shè)計(jì) 14
3.5.1 試題信息數(shù)據(jù)庫設(shè)計(jì) 14
3.5.2 課程信息數(shù)據(jù)庫設(shè)計(jì) 15
3.5.3 章節(jié)信息數(shù)據(jù)庫設(shè)計(jì) 15
3.5.4 用戶信息數(shù)據(jù)庫設(shè)計(jì) 15
3.5.5 考卷信息數(shù)據(jù)庫設(shè)計(jì) 16
3.5.6 測試信息數(shù)據(jù)庫設(shè)計(jì) 16
3.5.7 數(shù)據(jù)庫關(guān)系 17
4. 詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 18
4.1 題庫管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 18
4.1.1 題庫錄入 18
4.1.2 題庫查詢 20
4.1.3 題庫管理 21
4.2 系統(tǒng)管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 22
4.2.1 權(quán)限管理 22
4.2.2 信息管理 23
4.3 功能擴(kuò)展模塊的設(shè)計(jì)與實(shí)現(xiàn) 24
4.3.1 考卷生成 24
4.3.2 在線考試 25
5. 總結(jié)與展望 27
5.1 總結(jié) 27
5.2 展望 27
致謝 28
參考文獻(xiàn) 29
參考文獻(xiàn)
[7] .NET核心技術(shù)——原理與框架[M]. 北京:電子工業(yè)出版社
[8] 郭晶,SQL Server 2000系統(tǒng)管理[M],電子工業(yè)出版社
[9] Vouk MA, Bitzer DL, Klevants RL. Workflow and E nd-user Quality of Service Issues in W eb-used Education[J]. IEEE Transacation on Knowledge and Data Engineering
[10] 樂光學(xué),彭小寧,曾志峰. 試題庫自動(dòng)組卷系統(tǒng)的算法設(shè)計(jì)與實(shí)現(xiàn)[J]. 計(jì)算機(jī)應(yīng)用
[11] Hamilton M A.Java and the Shift to Net-centric Computing IEEE Computer[J]
[12] 張志國,王移芝. B/S大型網(wǎng)絡(luò)考試系統(tǒng)的分析與優(yōu)化[J]. 鐵路計(jì)算機(jī)應(yīng)用
TA們正在看...
- 2015年創(chuàng)建省級(jí)農(nóng)產(chǎn)品質(zhì)量安全放心示范縣xx街道實(shí)...doc
- 【精品文檔】xx市固定資產(chǎn)投資“十三五”發(fā)展規(guī)劃.doc
- xx市房地產(chǎn)業(yè)“十三五”發(fā)展規(guī)劃.doc
- xx市金融業(yè)“十三五”發(fā)展規(guī)劃.doc
- xx市社會(huì)事業(yè)“十三五”發(fā)展規(guī)劃.doc
- xx市社會(huì)信用體系“十三五”發(fā)展規(guī)劃.doc
- xx市外向型經(jīng)濟(jì)“十三五”發(fā)展規(guī)劃.doc
- xx市資源節(jié)約和環(huán)境保護(hù)“十三五”發(fā)展規(guī)劃.doc
- 建安三類人員考試安全生產(chǎn)技術(shù)(c證).doc
- 建筑設(shè)備工程試題集(水暖電全).doc