一级日韩免费大片,亚洲一区二区三区高清,性欧美乱妇高清come,久久婷婷国产麻豆91天堂,亚洲av无码a片在线观看

基于B/S的在線(xiàn)考試系統設計asp+sql

時(shí)間:2024-07-13 20:38:09 計算機應用畢業(yè)論文 我要投稿
  • 相關(guān)推薦

基于B/S的在線(xiàn)考試系統設計asp+sql

畢業(yè)論文

基于B/S的在線(xiàn)考試系統設計

摘  要:近年來(lái),互聯(lián)網(wǎng)在國際上得到了迅猛的發(fā)展,基于互聯(lián)網(wǎng)的各種應用也日益受到人們的重視?荚囅到y正是在這種形勢下應運而生的。本系統對在線(xiàn)考試系統的組成、運行機制、可應用技術(shù)和具體實(shí)現進(jìn)行了深入的研究,并介紹了整個(gè)系統的開(kāi)發(fā)原理、總體規劃、設計思想及具體實(shí)現過(guò)程,力爭使在線(xiàn)考試系統得以真正的實(shí)施。
  在線(xiàn)考試方便了考生考試、老師出題、成績(jì)管理和用戶(hù)管理,同時(shí)將各種形式的考試周期縮短。該在線(xiàn)考試系統是采用B/S的結構模式,用ASP動(dòng)態(tài)網(wǎng)頁(yè)技術(shù),VBScript的腳本語(yǔ)言和HTML超文本標記語(yǔ)言結合編寫(xiě),可以隨機出題。在該系統中,管理員創(chuàng )建各種試題的題庫,進(jìn)行試題類(lèi)別和樣式的定義,并對試題、成績(jì)、用戶(hù)、考試科目等進(jìn)行管理;教師在題庫中和網(wǎng)頁(yè)中可以添加試題并對用戶(hù)的成績(jì)進(jìn)行管理。用戶(hù)則可以選擇不同類(lèi)別的試卷,系統隨機生成試卷并開(kāi)始考試。之后用戶(hù)可以查詢(xún)成績(jì)。用戶(hù)使用該系統,可以對特定學(xué)科的學(xué)習情況進(jìn)行檢測,通過(guò)不同難度的試卷的最后得分了解知識掌握的深淺。

關(guān)鍵詞: ASP技術(shù);SQL應用;B/S模式在線(xiàn)考試;試題庫;組卷
 
The Design Of Online Testing System Based On B/S
 
ABSTRACT:With the rapid development of Internet, more and more web-based applications came into being in recent years. Online Testing System (OTS) is one typical application. Online Testing System has become more and more necessary along with the development of web-based Distance Learning technologies. Our research works was mainly focused on the various aspects of Online Testing System including overall architecture, components designing, applicable technologies and concrete implementation, etc.
And this system is beneficial to students answer in the test paper; teachers coming out the paper and managers managements. The system of the examination on line is needed to reduce the complex process and the long time. This system developed is based on mode of B/S, uses ASP technique, and its develop language is VBScript and HTML. In the examination online system, manager creates vary sorts question storeroom, defines the mode of test questions, manages all the functions .e.g. Teacher could adds new test questions to the storeroom, manage the achievements of users, and system create test paper randomly by users different selection. And user could browse papers achievements.e.g.By the results of the system used by common users, these users can know clear the shortage of their special subject.

Keywords:  ASP technique; SQL application; B/S mode; the examination online; question storeroom; test-sheet generating

目錄

摘  要 1
ABSTRACT 2
1 概述 3
1.1 發(fā)展原因 3
1.2 設計思想 3
1.3 設計目標 4
1.4 開(kāi)發(fā)環(huán)境及介紹 4
1.4.1 ASP技術(shù) 4
1.4.2 WEB 數據庫技術(shù) 5
1.5 本課題研究意義 6
2  需求分析 7
2.1 系統需要解決的問(wèn)題 7
2.2 系統體系結構的分析 7
2.3 系統應該具備的基本功能 8
2.4 系統的設計 9
2.5 功能需求 9
2.6 性能需求 9
2.7 設計需求 10
2.8 數據庫中表的設計 10
3  總體設計 13
3.1 基本簡(jiǎn)介 13
3.2 環(huán)境與系統結構 13
3.3 系統目標 13
3.4 系統結構圖 13
3.5 系統功能 14
3.6 考試管理系統 15
3.6.1 試題庫管理 15
3.6.2 組卷規則 15
3.6.3 評分系統 15
3.6.4 成績(jì)登記管理 15
3.7 考生考試系統 15
3.7.1 考生登錄 15
3.7.2 考生考試 15
3.7.3 組卷 15
3.8 計時(shí)部分 16
3.9 密碼系統 16
4  詳細設計 17
4.1 試題設計 17
4.2 建立E-R模型 17
4.3 將E-R模型轉化為關(guān)系模式 20
4.4 數據庫中表的設計 21
4.4.1 question表設計 21
4.4.2 subject表設計 22
4.4.3 score表設計 23
4.4.4 denglu表設計 23
4.4.5 tiankong表的設計 23
4.4.6 chengjidengji表的設計 24
4.5 管理員、用戶(hù)權限 25
4.6 注冊模塊 25
4.7 系統總體框架 25
4.8 管理員管理模塊 26
4.8.1 管理模塊的程序流圖 26
4.8.2 管理模塊設計 26
4.9 用戶(hù)模塊 29
4.9.1 用戶(hù)模塊的程序流圖和數據流圖 30
4.9.2 用戶(hù)模塊設計 30
4.10 考試模塊設計 33
4.10.1 試卷生成 33
4.10.2 試卷分發(fā) 33
4.10.3 在線(xiàn)考試 33
4.11 考試中2次登陸問(wèn)題的解決方法 34
4.12 系統的安全性 35
5 具體實(shí)現 36
5.1 各文件功能介紹及詳解 36
5.2 系統實(shí)現的關(guān)鍵技術(shù) 41
5.2.1功能模塊 41
5.2.2 幾個(gè)重要事件的處理 42
6 結束語(yǔ) 44
參考文獻 46
致 謝 47

注:不包括源代碼.

基于B/S的在線(xiàn)考試系統設計asp+sql

【基于B/S的在線(xiàn)考試系統設計asp+sql】相關(guān)文章:

基于A(yíng)SP的在線(xiàn)商品銷(xiāo)售系統的設計與實(shí)現ASP+SQL07-29

在線(xiàn)英語(yǔ)考試系統ASP+SQL08-09

基于WEB的在線(xiàn)考試系統05-15

在線(xiàn)考試及自動(dòng)評分系統ASP+SQL10-17

基于WEB的網(wǎng)絡(luò )考試系統ASP+SQL10-05

基于web的實(shí)驗課選課系統的設計ASP+sql09-24

基于A(yíng)SP的網(wǎng)絡(luò )辦公系統設計與實(shí)現ASP+SQL08-16

基于A(yíng)SP購物系統設計和實(shí)現ASP+SQL09-03

在線(xiàn)考試系統設計與開(kāi)發(fā)論文05-29

在線(xiàn)教育系統ASP+SQL06-22

一级日韩免费大片,亚洲一区二区三区高清,性欧美乱妇高清come,久久婷婷国产麻豆91天堂,亚洲av无码a片在线观看