基于web的題庫(kù)設(shè)計(jì)與實(shí)現(xiàn)(含開(kāi)題+任務(wù)書).rar
基于web的題庫(kù)設(shè)計(jì)與實(shí)現(xiàn)(含開(kāi)題+任務(wù)書),基于web的題庫(kù)設(shè)計(jì)與實(shí)現(xiàn)1.5萬(wàn)字36頁(yè)包括開(kāi)題報(bào)告和任務(wù)書摘 要本文所要研究的基于web的題庫(kù)管理系統(tǒng)能夠有效地減輕出題者的工作量。該系統(tǒng)的實(shí)現(xiàn)建立在一系列題庫(kù)理論之上。通過(guò)asp.net技術(shù),實(shí)現(xiàn)了題庫(kù)管理、系統(tǒng)管理、考卷生成、在線考試等相應(yīng)的功能。大大地提高了題庫(kù)的管理效率,并且可以通過(guò)數(shù)據(jù)庫(kù)記錄試題的相關(guān)信息...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 usactu 發(fā)布
基于Web的題庫(kù)設(shè)計(jì)與實(shí)現(xiàn)
1.5萬(wàn)字 36頁(yè)
包括開(kāi)題報(bào)告和任務(wù)書
摘 要
本文所要研究的基于WEB的題庫(kù)管理系統(tǒng)能夠有效地減輕出題者的工作量。該系統(tǒng)的實(shí)現(xiàn)建立在一系列題庫(kù)理論之上。通過(guò)ASP.NET技術(shù),實(shí)現(xiàn)了題庫(kù)管理、系統(tǒng)管理、考卷生成、在線考試等相應(yīng)的功能。大大地提高了題庫(kù)的管理效率,并且可以通過(guò)數(shù)據(jù)庫(kù)記錄試題的相關(guān)信息,這就方便了教師對(duì)試題的選擇。系統(tǒng)還可以按照要求自動(dòng)生成試卷,進(jìn)一步減輕了出題者的負(fù)擔(dān)。系統(tǒng)通過(guò)最新的軟件技術(shù)使考試盡可能得公平、公正、公開(kāi),有效地解決傳統(tǒng)考試中所存在的一些問(wèn)題。達(dá)到低成本、高效率、安全性高的特點(diǎn)。系統(tǒng)采用B/S架構(gòu),減輕了客戶端的成本,遍于系統(tǒng)的使用和普及。
本文將從題庫(kù)系統(tǒng)的背景,國(guó)內(nèi)外研究現(xiàn)狀等方面開(kāi)始闡述題庫(kù)系統(tǒng)的發(fā)展情況,然后將著重描述基于B/S架構(gòu)的題庫(kù)管理系統(tǒng)的分析、設(shè)計(jì)、實(shí)現(xiàn)等幾個(gè)階段。
關(guān)鍵字:題庫(kù),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ā)展趨勢(shì) 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 開(kāi)發(fā)工具與技術(shù) 7
2.2.3 后臺(tái)數(shù)據(jù)庫(kù)選擇 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ù)庫(kù)設(shè)計(jì) 14
3.5.1 試題信息數(shù)據(jù)庫(kù)設(shè)計(jì) 14
3.5.2 課程信息數(shù)據(jù)庫(kù)設(shè)計(jì) 15
3.5.3 章節(jié)信息數(shù)據(jù)庫(kù)設(shè)計(jì) 15
3.5.4 用戶信息數(shù)據(jù)庫(kù)設(shè)計(jì) 15
3.5.5 考卷信息數(shù)據(jù)庫(kù)設(shè)計(jì) 16
3.5.6 測(cè)試信息數(shù)據(jù)庫(kù)設(shè)計(jì) 16
3.5.7 數(shù)據(jù)庫(kù)關(guān)系 17
4. 詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 18
4.1 題庫(kù)管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 18
4.1.1 題庫(kù)錄入 18
4.1.2 題庫(kù)查詢 20
4.1.3 題庫(kù)管理 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] 樂(lè)光學(xué),彭小寧,曾志峰. 試題庫(kù)自動(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] 張志國(guó),王移芝. B/S大型網(wǎng)絡(luò)考試系統(tǒng)的分析與優(yōu)化[J]. 鐵路計(jì)算機(jī)應(yīng)用
1.5萬(wàn)字 36頁(yè)
包括開(kāi)題報(bào)告和任務(wù)書
摘 要
本文所要研究的基于WEB的題庫(kù)管理系統(tǒng)能夠有效地減輕出題者的工作量。該系統(tǒng)的實(shí)現(xiàn)建立在一系列題庫(kù)理論之上。通過(guò)ASP.NET技術(shù),實(shí)現(xiàn)了題庫(kù)管理、系統(tǒng)管理、考卷生成、在線考試等相應(yīng)的功能。大大地提高了題庫(kù)的管理效率,并且可以通過(guò)數(shù)據(jù)庫(kù)記錄試題的相關(guān)信息,這就方便了教師對(duì)試題的選擇。系統(tǒng)還可以按照要求自動(dòng)生成試卷,進(jìn)一步減輕了出題者的負(fù)擔(dān)。系統(tǒng)通過(guò)最新的軟件技術(shù)使考試盡可能得公平、公正、公開(kāi),有效地解決傳統(tǒng)考試中所存在的一些問(wèn)題。達(dá)到低成本、高效率、安全性高的特點(diǎn)。系統(tǒng)采用B/S架構(gòu),減輕了客戶端的成本,遍于系統(tǒng)的使用和普及。
本文將從題庫(kù)系統(tǒng)的背景,國(guó)內(nèi)外研究現(xiàn)狀等方面開(kāi)始闡述題庫(kù)系統(tǒng)的發(fā)展情況,然后將著重描述基于B/S架構(gòu)的題庫(kù)管理系統(tǒng)的分析、設(shè)計(jì)、實(shí)現(xiàn)等幾個(gè)階段。
關(guān)鍵字:題庫(kù),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ā)展趨勢(shì) 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 開(kāi)發(fā)工具與技術(shù) 7
2.2.3 后臺(tái)數(shù)據(jù)庫(kù)選擇 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ù)庫(kù)設(shè)計(jì) 14
3.5.1 試題信息數(shù)據(jù)庫(kù)設(shè)計(jì) 14
3.5.2 課程信息數(shù)據(jù)庫(kù)設(shè)計(jì) 15
3.5.3 章節(jié)信息數(shù)據(jù)庫(kù)設(shè)計(jì) 15
3.5.4 用戶信息數(shù)據(jù)庫(kù)設(shè)計(jì) 15
3.5.5 考卷信息數(shù)據(jù)庫(kù)設(shè)計(jì) 16
3.5.6 測(cè)試信息數(shù)據(jù)庫(kù)設(shè)計(jì) 16
3.5.7 數(shù)據(jù)庫(kù)關(guān)系 17
4. 詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 18
4.1 題庫(kù)管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 18
4.1.1 題庫(kù)錄入 18
4.1.2 題庫(kù)查詢 20
4.1.3 題庫(kù)管理 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] 樂(lè)光學(xué),彭小寧,曾志峰. 試題庫(kù)自動(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] 張志國(guó),王移芝. B/S大型網(wǎng)絡(luò)考試系統(tǒng)的分析與優(yōu)化[J]. 鐵路計(jì)算機(jī)應(yīng)用
TA們正在看...
- 大學(xué)生畢業(yè)實(shí)習(xí)報(bào)告范文5字.docx
- 大學(xué)生畢業(yè)實(shí)習(xí)報(bào)告范文三篇.doc
- 大學(xué)生畢業(yè)實(shí)習(xí)報(bào)告范文及模板.doc
- 大學(xué)生畢業(yè)實(shí)習(xí)報(bào)告范文格式.doc
- 大學(xué)生畢業(yè)實(shí)習(xí)報(bào)告范文匯集.doc
- 大學(xué)生班委述職報(bào)告范文.docx
- 大學(xué)生班干部述職報(bào)告范文.doc
- 大學(xué)生生產(chǎn)實(shí)習(xí)報(bào)告模板【三篇】.docx
- 大學(xué)生生實(shí)習(xí)報(bào)告總結(jié)范文.doc
- 大學(xué)生電廠實(shí)習(xí)總結(jié)報(bào)告.doc