论文(JAVA语言考试系统的设计与实现)

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

论文(设计)题目Java语言考试系统的设计与实现The Design and Realization of Examination System for Java

目录

摘要........................................................ 1Abstract .................................................... 2第一章引言................................................ 31.1 计算机等级考试(二级).................................. 31.2 考试系统采用的实现模式.................................. 3第二章考试系统采用的技术和运行平台........................ 42.1 Visual Basic .NET...................................... 42.2 SQL Server 2000........................................ 52.3 Web服务.............................................. 52.3.1 Web服务的概念...................................... 5

2.3.2 Web服务的优点...................................... 62.4 .NET对Web服务的支持................................... 62.5 考试系统的运行平台..................................... 62.5.1 硬件平台.......................................... 6

2.5.2 软件平台.......................................... 6第三章考试系统的数据库设计、构成模块及特点................ 73.1 考试系统的数据库设计 ................................... 73.2 考试系统的构成模块..................................... 93.2.1 题库管理模块..................................... 10

3.2.2身份验证模块..................................... 10

3.2.3各类试题模块..................................... 10

3.2.4监考管理模块..................................... 11

3.2.5阅卷模块........................................ 11

3.2.6缺考统计模块..................................... 113.3 考试系统的特点 ...................................... 12第四章考试系统实现的关键技术............................. 134.1 数据库操作......................................... 134.2 打乱序号算法 ....................................... 134.3 文件的压缩与解压缩.................................. 14第五章总结与展望........................................ 16参考文献.................................... 错误!未定义书签。附录A:.................................................. 18系统使用说明: .......................................... 18

摘要:

随着信息技术的广泛使用,各类计算机考试也应运而生,这类考试多为上机考试,因此,考试的环境,即考试系统的设计和实现非常重要。在网络技术逐渐渗入社会生活各个层面的今天,采用网络考试是一个很重要的方向。目前,网络考试系统的实现,可以采用传统的客户机/服务器模式,也可以采用目前流行的浏览器/服务器模式,即基于Web的方式。本系统采用的后一种模式,因此,本文简单的介绍了该模式的实现方法。同时,还介绍了等级考试的一些相关信息;语言类考试系统设计和实现的相关技术;该系统的组成模块、数据库设计以及运行平台。还介绍了该考试系统的特点和实现的关键技术。最后,指出了该考试存在的一些不足,以及对实现该考试系统的主要技术——Web服务技术在考试系统中的应用进行了展望。

关键词:

考试系统 Web服务数据库 Visual Basic .NET

Abstract

With the mass use of the information technology, all kinds of computer examinations arise. And people exam usually by operate the computer, so, the environment of the examination, namely have an examination the design and realizing of system, is very important. Today, when the network technology permeates each aspect of social life gradually, so choose the network to have an examination is a very important direction. At present, to realize the network examination system, can adopt the traditional mode of client / server or the present popular mode of browser / server which based on Web. The last kind of mode is chosen by this system, hence introduced the mode implementation method in the paper. Meanwhile, introduced some relevant information of grade examination, relevant technology that the system is designed and realized , and composition module, database design, operation platform of this system. Finally, looking forward to the main technology of the system realizing that the application of the Web served technology.

Keywords:

Examination System Web Services Database Visual Basic .NET

相关文档
最新文档