摘 要:本文叙述了教学方式及考试方式的历史、现状、以及ASP.NET语言和SQL server2000数据库管理系统的概况。重点介绍了C语言教学网站、网上考试系统和在线交流模块的实现过程:包括系统分析、系统调查、数据流程分析、功能设计、数据库设计、系统的运行环境、系统测试及调试。本系统主要面向两类人员使用:管理员(教师)、普通学生,他们拥有不同的权限。考试模块使用的过程是管理员添加试题,制订出题规则,生成试卷。学生登录后选择要考的试卷然后进入答题,完毕后提交试卷,存入数据库并评分。系统管理员可以查询考生的成绩,每个考生只能查询自己的成绩。教学网站模块,管理员添加教学文档,并对文档进行分类、修改等操作,而普通用户只能浏览内容。在线交流模块中,任何用户都可以登录留言,管理员可以删除留言。另外总结了本系统的特点:节约教学成本,提高考试工作的效率。
关键词:ASP.NET SQL server 2000 B/S C语言教学网站 考试系统
毕业设计(论文)外文摘要
Design and implementation on the teaching web of C language and examination system based on web
Abstract: This thesis narrated the teaching way and the test way history, the present situation, as well as ASP.NET language and the SQL SEVER2000 database management system survey. Introduced with emphasis on the C language teaching website, the net takes a test systematic and the online exchange module realization process :Including system analysis, system investigation, data flow analysis, functional design, database design, system movement environment, system test and debugging. This system mainly faces two kind of personnel to use: The manager, the ordinary student, they have the different jurisdiction. The test module use process is the manager increases the test question, the making sets the topic of a composition the rule, the production examination paper. The student registers the examination paper which the postselection needs to test then to enter the answer, after finished submits the examination paper, stores the database and grades. The system manager may inquire examinee's result, each examinee only can inquire own result. The teaching website module, the manager increases the teaching documents, and carries on operations and so on classification, revision to the documents, but the average consumer only can glance over the content. In the online exchange module, any users all may register the message, the manager may delete the message. Moreover summarized this system characteristic: Saves the teaching cost, enhances the test work the efficiency. http://www.16sheji8.cn/
Keywords: ASP.NET; SQL server; B/S; teaching web of C language; Examine system
目 录
1. 引言 2
1.1 课题研究背景与意义 2
1.1.1 网上教学系统 2
1.1.2 网上考试系统 2
1.2 问题定义内容简介 2
1.2.1 问题定义 2
1.2.2 内容简介 2
1.3 课题调研与可行性分析 2
1.3.1课题调研 2
1.3.2 可行性分析 2
1.4 论文各章内容介绍 2http://www.16sheji8.cn/
2. 系统的需求分析 2
2.1系统功能需求 2
2.2 业务流和数据流图 2
2.2.1业务流 2
2.2.2数据流图 2
2.3 数据字典 2
2.3.1 数据流分量 2
2.3.2 数据流 2
2.3.3 数据存储 2
2.3.4 数据处理 2
3. 系统设计 2
3.1系统总体系结构设计 2
3.2 系统数据模型设计 2
3.2.1 数据概念结构设计——E-R图 2
3.2.2 数据库逻辑结构设计(关系模型) 2
3.2.3 数据表 2http://www.16sheji8.cn/
3.3 系统开发与运行环境确定 2
3.3.1 开发工具的确定 2
3.3.2 运行环境 2
3.3.3系统实现的若干关键技术 2
4. 用户管理模块设计 2
4.1用户管理模块的体系结构设计 2
4.1.1 用户管理模块功能简介 2
4.1.2 用户管理模块功能图 2
4.2 用户管理模块的详细设计 2
4.2.1 用户登录和注册界面设计 2
4.2.2 用户登录 2
4.2.3 用户注册 2
4.2.4 用户及其权限管理 2
5. 试题管理模块设计 2
5.1 试题管理模块体系结构设计 2
5.1.1 试题管理模块功能简介 2
5.1.2 试题管理模块功能图 2
5.2 试题管理模块的详细设计 2
5.2.1 添加试题 2
5.2.2 修改试题 2
5.2.3 删除试题 2
6. 试卷管理模块设计 2
6.1试卷管理模块的体系结构设计 2
6.1.1 试卷管理模块功能简介 2
6.1.2 试卷管理模块功能图 2
6.2 试卷管理模块详细设计 2
6.2.1 添加试卷管理 2
6.2.2 删除试卷管理 2http://www.16sheji8.cn/
6.3 遇到的主要问题及解决方案 2
7. 在线答题模块设计 2
7.1 在线答题模块体系结构设计 2
7.1.1 在线答题模块功能简介 2
7.1.2 在线答题功能模块图 2
7.2 在线答题模块详细设计 2
7.2.1 界面设计 2
7.2.2 在线答题 2
8. C语言教学模块设计 2
8.1 C语言教学模块体系结构设计 2
8.2 C语言教学模块功能简介 2
8.2.1 功能分配 2
8.2.2 接口设计 2
8.3 系统模块设计与开发 2
8.3.1 数据库访问类DataAccessor.cs 2
8.3.2 文档分类模块 2
8.3.3 文档查询模块 2
8.4 遇到主要问题及解决方案 2
9. 在线交流模块设计 2
9.1在线交流模块功能结构设计 2
9.2 在线交流模块详细设计 2
10. 用户使用手册 2
10.1系统功能简介如下: 2
10.1.1 C语言教学模块: 2
10.1.2 网上考试模块: 2
10.1.3 在线交流模块 2
10.2 运行环境简介 2
10.3 系统运行与操作指南 2
11. 系统评价 2
11.1 系统特色/优点介绍 2
11.2 系统存在不足与改进方案 2
11.2.1 系统存在的不足 2
11.2.2 改进方案 2
结 论 2
致 谢 2
参 考 文 献 2
1. 引言
以计算机和现代网络技术为特征的信息技术极大的促进了社会经济的发展,也引发了一场知识和信息的革命。现行的教育方式、方法和考试制度面临着前所未有的挑战。计算机远程教育及网上考试作为一种新的重要的教学形式具有重要的意义,并呈现出广阔的发展前景。
1.1 课题研究背景与意义
自Internet在全球广泛应用以来,基于Internet的计算机远程教学及考试系统在世界范围内得到了迅速的发展。国内的一些大学已经进行了计算机远程教育的研究和实验,并已有不少简体中文远程教育实验网站出现。这些网站无论从数量还是质量上来看,都呈现出网上教学作为现代教学的一种重要形式,具有强劲的发展态势。
与此同时,为了更好的迎接信息社会的挑战,教育部制定并经国务院批准的《面向二十一世纪教育振兴行动计划》中明确提出:现代远程教育是随着现代信息技术的发展而产生的一种新型教育方式,是构筑知识经济时代人们终身学习体系的主要手段。因此,研究基于Internet的各类远程教学系统及网上考试系统,已是刻不容缓的问题。