c语言 在线测试,C语言在线测试系统

傅经业
2023-12-01

《C语言在线测试系统》由会员分享,可在线阅读,更多相关《C语言在线测试系统(11页珍藏版)》请在人人文库网上搜索。

1、C语言在线测试系统源程序:E-Mail:huier.wqq.com 某 某 某 某 学 院 毕业设计(论文) 题 目:C语言程序设计测试系统 系别: 专业: 班级: 学号: 姓名: 指导教师: XXXX年 5 月 20毕业设计(论文) 引言 . 3 1 绪 论 . 4 1.1课题研究背景与意义 . 4 1.2 课题调研与可行性分析 . 5 1.2.1 课题调研 . 5 1.2.2 可行性分析 . 5 1.3 论文各章内容介绍 . 6 2系统需求分析 . 8 2.1系统功能需求 . 8 2.2在线测试系统优点 . 8 3系统总体设计 . 10 3.1系统总体结构设计 . 10 3.1.1 登录注。

2、册模块 . 10 3.1.2 学生模块 . 11 3.1.3 管理员模块 . 12 3.2系统数据模型设计 . 14 3.2.1数据概念结构设计E-R图 . 14 3.2.2数据表 . 14 3.2.3主要数据表结构 . 15 3.3 文件夹结构 . 18 4开发环境 . 19 4.1 站开发环境 . 19 4.2.1站开发工具 . 19 4.2.2站开发语言 . 19 4.2.3站后台数据库 . 21 4.2.4开发环境运行平台 . 23 4.2站运行环境 . 25 4.2.1服务器端 . 25 4.2.2客户端 . 26 5、管理员用户模块设计实现 . 28 5.1 管理员登录首页 . 2。

3、8 5.1.1 管理员登录首页概述 . 28 5.1.2 管理员登录首页技术分析 . 28 5.1.3管理员登录首页实现过程 . 29 5.2 试题管理. 31 5.2.1 章节管理页面 . 31 5.2.1.1 章节管理页面概述 . 31 5.2.1.2 章节管理页面技术 . 31 5.2.1.3 章节管理页面设计实现 . 31 5.2.2 章节添加页面 . 33 I 毕业设计(论文) 5.2.2.1 章节添加页面概述 . 33 5.2.2.2 章节管理页面设计实现 . 34 5.2.3 选择修改题库章节页面 . 37 5.2.3.1 选择修改题库章节页面概述 . 37 5.2.4 修改试题。

4、页面 . 39 5.2.4.1 修改试题页面概述 . 39 5.2.4.2 修改试题页面技术分析 . 39 5.2.4.3 修改试题页面设计实现 . 39 5.2.5 添加试题页面 . 43 5.2.5.1 修改试题页面概述 . 43 5.2.5.1 修改试题页面设计实现 . 43 5.3 成绩管理. 46 5.3.1 查询成绩页面 . 46 5.3.1.1 查询成绩页面概述 . 46 5.2.1.2 查询成绩页面技术 . 46 5.2.1.2 章节管理页面设计实现 . 46 5.3.2 删除成绩页面 . 49 5.3.1.1 删除成绩页面概述 . 49 5.2.1.2 查询成绩页面技术 . 。

5、50 5.2.1.2 章节管理页面设计实现 . 50 5.4 帐号管理. 52 5.4.1 修改密码页面 . 52 5.4.1.1 修改密码页面概述 . 52 5.2.5.1 修改试题页面设计实现 . 52 结 论 . 55 致谢 . 56 参 考 文 献 . 57 II 院毕业设计(论文) 摘要 随着Internet的流行,教育系统也引进了络教育方式,其中一个方面就是上考试系统。本文概述了C语言程序设计上考试系统的设计和实现,运用ASP.NET、C#语言和SQL server2008数据库管理系统设计该系统。其中重点介绍了该系统得在线考试的实现过程:包括系统分析、数据流程分析、数据库设计、系。

6、统的运行环境、功能设计、系统实现。本系统主要面向两类人员使用:管理员(教师)、普通学生,他们拥有不同的权限。管理员管理试题,生成试卷。学生登录后选择试卷进入答题,完毕后提交试卷,存入数据库并评分。系统管理员可以查询考生的成绩,每个考生只能查询自己的成绩。在线交流模块中,任何用户都可以登录留言,管理员可以删除留言。另外总结了本系统的特点:节约教学成本,提高考试工作的效率。 关键词 ASP.NET;SQL Server 2008;在线测试系统;C# ; 1 院毕业设计(论文) Abstract With the Internets popularity, the education system 。

7、also introduce online education, one of which is online examination system. This article outlines the Programming LanguageOnline Examination System designing and implementation, using ASP .NET 、C# language and SQL server2008 database management. The system mainly introduces the process of online exa。

8、minations, including system analysis, data flow analysis, database designing, the systems operating environment, functional designing and system implementation. The system is mainly used for two types of staff: one is the administrator (teacher), another is regular student. They have different permi。

9、ssions. Administrators can manage and create test papers. Students can select one of the papers and answer it after logging in. Once the papers is submitted, the score will be stored in the database, then system administrators can check results of the candidates. Each candidate can only check their 。

10、own performances. In the online communication module, any user can log on and leave messages, and the administrator can delete messages. Besides, this paper summes up the characteristics of this system: saving the cost of teaching and improving test efficiency. Keywords: ASP.NET;SQL Server 2008;Online test system;C#; 2。

 类似资料: