論文格式
              電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
              機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
              制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
              通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
              • 首頁 |
              • 畢業論文 |
              • 論文格式 |
              • 個人簡歷 |
              • 工作總結 |
              • 入黨申請書 |
              • 求職信 |
              • 入團申請書 |
              • 工作計劃 |
              • 免費論文 |
              • 合作期刊 |
              • 論文同學網 |
              搜索 高級搜索

              當前位置:論文格式網 -> 畢業論文 -> 計算機論文
              畢業論文標題:

              網絡考試系統的設計與實現——考試子系統

               本文ID:LWGSW14017 價格:收費積分/100
              掃一掃 掃一掃
              本站會員可自行下載:下載地址 網絡考試系統的設計與實現——考試子系統 (收費:1000 積分)  

              論文字數:9539,頁數:30

              摘  要
              隨著教育思想的更新和科學技術的進步,以紙和筆為主要工具的傳統考試方式的諸多弊端越來越突出的顯現出來。試卷的設計、組織、印刷、分發、考試等將耗費大量的人力物力,而且工作效率低下、主觀性較強。針對這一現狀,基于網絡的考試系統應運而生。網絡考試系統突破了傳統考試方式的時空限制,使考試方式更為靈活,同時充分利用計算機進行自動出題等功能,大大減輕了管理人員和教師的工作量。
              本設計的開發是基于B/S結構,采用ASP程序設計語言及Access數據庫進行設計與開發;本文首先介紹系統開發環境和運行平臺、ASP編程技術及數據庫的相關知識,并對網絡考試子系統的設計進行了詳細的需求分析;然后給出了網絡考試子系統的設計方案及系統的具體實現步驟,主要功能包括新聞發布、網絡考試、題庫管理等功能模塊;最后,通過綜合測試與分析,說明該系統運行穩定、可靠,具有一定的實用價值。

              關鍵詞:網絡考試;B/S結構;題庫管理;數據庫;ASP編程技術
              Design and Implementation of Online Exam System
                                      ——Exam Subsystem
              Abstract
              With the improvement of education and science technology, the shortcomings in traditional exam system, which mainly uses paper and pen as its main tools, become increasingly obvious. The design, building, printing, distribution, tests of the examination paper will cost lots of manpower and materials. Moreover the working efficiency is low, the subjectivity is stronger. In view of this present situation, the online exam system based on the network arises at the historic moment. The network exam system breaks through the space and time limitation in the traditional test, which causes the test way to be more nimble, simultaneously makes full use of the computer automatically setting the examination paper and so on, and greatly reduces the administrative personnel and teachers’ work load.
              This paper introduces design and implementation of exam subsystem based on B/S, with Access database applications and ASP programming.At first, this paper introduces development condition, platform, ASP programming technology, database, etc, and the demands for the online exam system are analyzed in detail. Then it produces the design idea and concrete implement steps of this system. The system’s functions mainly include news issuing, the management of examination room, online exam, the management of item pool and so on. At last, by testing and analyzing, it shows that the system runs stably and reliably, which has some practical value. 

              Key words: Online Exam; B/S Structure; Management of Item Pool; Database; ASP Programming Technology

              目  錄

              1 引言 1
              1.1 背景 1
              1.2 國內外研究現狀 1
              1.3 本系統研究的意義 1
              1.4 本系統的研究方法 1
              1.5 本文的主要工作 2
              1.5.1 研究的主要內容 2
              1.5.2 論文各章節安排 2
              2 系統需求分析 2
              2.1 網絡考試系統的發展概況 2
              2.2 本系統的需求分析 2
              2.2.1 新聞管理 2
              2.2.2 考試管理 2
              2.2.3 試卷生成 2
              2.2.4 考場管理 3
              2.2.5 題庫管理 3
              2.2.6 科目管理 3
              2.2.7 系統初始化 3
              3 考試子系統的總體設計 4
              3.1 開發工具及開發環境 4
              3.1.1 開發工具 4
              3.1.2 程序的運行環境 4
              3.2 系統設計 4
              3.3 數據庫設計 5
              3.3.1 數據庫類型 5
              3.3.2 數據庫需求分析 5
              3.3.3 數據庫物理設計 5
              3.3.4 數據庫邏輯設計 5
              3.3.5 數據庫表的字段定義 6
              4 考試子系統的具體實現 8
              4.1考前管理模塊 8
              4.1.1 流程分析 8
              4.1.2 效果圖 8
              4.1.3 代碼分析 9
              4.2 考場管理模塊 12
              4.2.1 流程分析 12
              4.2.2 效果圖 13
              4.2.3 代碼分析 13
              4.3 題庫管理模塊 15
              4.3.1 流程分析 15
              4.3.2 效果圖 15
              4.3.3 代碼分析 15
              4.4 其他模塊 19
              4.4.1 流程分析 19
              4.4.2 效果圖 19
              4.4.3 代碼分析 19
              5  系統綜合測試與分析 20
              5.1 系統綜合 20
              5.2 系統測試與分析 20
              5.3 系統分析 21
              結    論 22
              參考文獻 23
              致    謝 24
              聲    明 25


              相關論文
              本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
              上一篇:基于ASP網站的安全性研究與實現 下一篇:一種網上交易平臺的設計和實現
              Tags:網絡 考試 系統 設計 實現 子系統 【收藏】 【返回頂部】
              最新文章
              熱門文章
              計算機論文
              推薦文章

              本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

              論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

              Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

              感谢您访问我们的网站,您可能还对以下资源感兴趣:

              论文格式网:毕业论文格式范文