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

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

      全面實用的網絡考試系統

       本文ID:LWGSW17631 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 全面實用的網絡考試系統 (收費:1000 積分)  

      論文字數:14224,頁數:39、

       摘   要
       隨著計算機技術的發展和互聯網時代的到來,人們已經進入了信息時代,也有人稱為數字化時代。數在數字化的網絡環境下,學生希望得到個性化的滿足,根據自己的情況進行學習,同時也希望能夠得到科學的評價,老師希望有效改進現有的考試模式,提高考試的效率,教育機構也希望給網上的學生提供更全面靈活的服務,希望全面準確地對學生進行跟蹤和評價。網絡考試系統正是迎合這一時常需求而開發的,它旨在探索一種以互聯網為基礎的考試模式。通過這種新的模式,為學校創造一種新的考試環境,使考生管理突出失控的局面,提高考試工作效果和標準水平,是學校管理者、教師和學生可以隨時隨地通過網絡進行考試。
       本文用ASP.NET技術設計了一種全面實用的網絡考試系統方案。該系統用SQL SERVER作為后臺數據庫,分析了傳統考試系統的缺陷,采用了多種新的設計方案,滿足了多種題型、任意題量、任意數量班級同時考試的考試要求。

      關鍵詞:ASP.NET技術,計算機技術,考試模式

                        
       ABSTRACT 
       With the development of computer technology and the arrival of the Internet era, people have entered the information age, it was also known as the digital age. Several figures in the network environment, students want to meet the individual, in accordance with their own conditions for learning, but also hope to get a scientific eva luation, teachers hope that an effective model to improve the existing test and improve the efficiency of the examination, education institutions The students want to give the Internet provide more flexible service that complete and accurate tracking of students and eva luation. Network examination system is often cater to the needs of the development, it was designed to explore an Internet-based test model. This new model for schools to create a new test environment to test for management of prominent out-of-control situation, improve the examination results and standards, school administrators, teachers and students can go through the network test.     In this paper, ASP.NET technology design a comprehensive test system for network programme. The system used SQL SERVER as a background database, analysis of the shortcomings of traditional examination system, using a variety of new design options to meet a variety of Questions, that any amount, any number of classes at the same time examination of the examination requirement.
       Abstract This article designs a kind of completely practical Network Examination System project by the technique of ASP(Active Server Pages). This system uses the SQL SERVER conduct and actions backstage database, analyzing the traditional examination system’s flaws, adopting various new designs project, satisfying various types, arbitrary measures, arbitrary examination requests that some classes can examine at the same time.

       Keyword : information,figures,ASP.NET,Examination

       
       目  錄
      第1章  引 言 1
      1.1 背景 1
      1.2 研究內容 2
      第2章  相關知識介紹 3
      2.1 ASP.NET技術簡介 3
      2.2 SQL SERVER簡介 5
      2.3 Visual Studio2005的簡介 5
      2.4 Visual Studio2005中ASP.NET的特色 6
      第3章  系統分析 7
      3.1 開發背景 7
      3.2 需求分析 7
      3.2.1 系統解決的主要問題 7
      3.2.2 系統的基本功能 8
      3.2.3 系統的優點 8
      3.3 可行性分析 8
      第4章  系統總體設計 10
      4.1 基本簡介 10
      4.2 項目規劃 10
      4.3 系統功能結構圖 11
      第5章  數據庫的設計與實現 13
      5.1 數據庫需求分析 13
      5.2 數據庫概念結構設計 13
      5.3 數據表的設計 15
      第6章  網站后臺主要功能模塊設計 19
      6.1 后臺登陸模塊設計 19
      6.2 后臺管理頁面設計 20
      6.2.1 管理員信息列表 21
      6.2.2 管理員信息查詢 21
      6.2.3 添加管理員 22
      6.2.4 刪除管理員 23
      6.2.5 考試題目模塊設計 23
      第7章  網站前臺主要功能模塊設計 26
      7.1 學生登陸 26
      7.2 選擇考試課程和套題 28
      7.3 從數據庫中提取考試題目 29
      7.4 在線考試 29
      7.5 考試計時技術 30
      7.6 查詢成績 31
      第8章  結 束 語 33
      致  謝 34
      參考文獻 35


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:專題地圖排版系統 下一篇:基于Web的遠程教務管理系統
      Tags:全面 實用 網絡 考試 系統 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文
        • <strike id="kuc2w"></strike>
          • <strike id="kuc2w"></strike>