设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
数值分析在线考试系统毕业论文+任务书+开题报告+翻译及原文+答辩PPT+设计源码及数据库+参考文献
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘要

随着考试类型的不断增加及考试要求的不断提高,教师的工作量将会越来越大,并且其工作将是一件十分繁琐和非常容易出错的事情,可以说传统的考试方式已经不能适应现代考试的需要。随着计算机应用的迅猛发展,网络应用不断扩大,人们迫切要求利用这些技术来进行在线考试,以减轻教师的工作负担及提高工作效率,与此同时也提高了考试的质量,从而使考试趋于公正、客观,更加激发学生的学习兴趣。

本文主要介绍了在线考试系统、管理子系统的需求分析、总体设计和详细的设计过程、并在此基础建立了后台数据库,利用ASP.NET和SQL(Structured Query Language)数据库技术开发实现了在线考试系统。它具有用户登录验证、用户在线考试、动态随机出题、自动判卷、用户管理、试卷管理、成绩管理等功能,管理系统是网站的重要组成部分,其功能涉及到网站整体的使用与更新等,本子系统主要由四个模块组成:用户管理模块、试题管理模块、成绩管理模块与管理员管理模块,分别包括了系统各种相关数据信息的增加、修改、删除等功能。

关键字:在线考试系统;管理系统;ASP.NET;SQL

Abstract

Request to increase and examine continuously along with the examination type of raise continuously,the teacher's workload will be more and more big,and it works and will is a very trivial and permit the mistakable affair very much,can say that the traditional examination method has already canted adapt the demand of the modern examination.Along with the fast fierce development that calculator apply,the application of network extends continuously,the people request to use these techniques urgently,and to carry on the online examination,the work burden and the exaltation work efficiencies that to release the teacher,also raised the quantity of the examination at the same time,thus make examination gradually notarize,objective,stir up the student's interest in the study more.First,I introduced the need analysis,total design and detailed design processes of the online examination system and the manage subsystem.Build up the backstage database in this foundation,make use of the ASP.NET and SQL(Structured Query Language)datebase technique development to carry out the online examination system.It has online examination,makes out questions random,read test paper automatically,user management,customer management,score management etc.function.The manage system is theimportant department of the website.Its function involves to the website whole use and the renewal and so on, this subsystem mainly is composed by four modules:The user administration module, the test question administration module,the result administration module and the manager administration module,which have separately included all kinds of the functions of the system such as increase,revision,deletion and so on.

Key words:Online Examination System;Manage System;ASP.NET;SQL


目录

1绪论 1

1.1课题背景 1

1.1.1在线考试系统的问题的提出及发展背景 1

1.1.2考试系统的研究目的及其意义 2

1.1.3考试系统的功能和作用 2

1.2课题目标 2

1.2.1课题研究的主要内容 2

1.2.2课题研究的价值 3

2可行性研究 4

2.1可行性分析 4

2.1.1技术可行性 4

2.1.2经济可行性 4

2.1.3操作可行性 4

2.2系统实现目标 4

2.3目前可选择的技术 5

2.4ASP.NET概述 5

2.4.1 ASP.NET的技术概述 5

2.4.2 ASP.NET与数据库访问 6

2.5关于ASP.NET技术的考试系统的特点 6

3系统分析 7

3.1系统所需完善的功能 7

3.1.1学生功能 7

3.1.2在线考试 7

3.1.3管理员功能 7

4系统设计 8

4.1考试系统总体结构设计 8

4.1.1登陆与导航模块 8

4.1.2在线考试模块 8

4.1.3管理模块 8

4.2数据库的设计 9

4.2.1数据库设计方法简述 9

4.2.2数据库设计的基本步骤 9

4.3属性图 10

4.3.1学生属性图 10

4.3.2考生得分属性图 10

4.3.3选择题属性图 11

4.3.4填空题属性图 11

4.3.5判断题属性图 11

4.3.6管理员属性图 12

4.4考试系统数据库建表及其说明 12

4.4.1学生信息表 12

4.4.2考生得分表 13

4.4.3选择题表 13

4.4.4填空题表 14

4.4.5判断题表 14

4.4.6管理员信息表 14

4.5系统流程图 15

5系统实现 16

5.1在线考试系统主页 16

5.2管理模块 16

5.3管理模块-子管理系统 17

5.3.1学生信息管理 17

5.3.2题库管理系统 18

5.3.3成绩管理页面 21

5.4管理系统程序流程图 22

6功能测试 23

6.1测试目标 23

6.2测试项目说明 23

6.3测试评价 23

7结论 24

谢辞 25

参考文献 26

附录 27

程序部分源代码 27

1.Admin(管理员主页功能代码): 27

2.XZ_test(选择题管理页功能代码): 27

3.update(文件上传代码): 32

4.重要页面代码DataGrid: 33

















  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于腾讯云的个人知识库管理系统 基于Android的酒店预定系统 基于matlab变频器控制交流电
基于微信小程序的家校联动平台管理 基于时频分析与自适应滤波技术的多 基于WxJava框架的集客微信公
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!