当前位置:文档之家› 文献译文-新型的基于web的在线考试系统

文献译文-新型的基于web的在线考试系统

文献译文-新型的基于web的在线考试系统
文献译文-新型的基于web的在线考试系统

A NOVEL WEB-BASED ONLINE EXAMINATION

SYSTEM FOR

COMPUTER SCIENCE EDUCATION

Yuan Zhenming1, Zhang Liang2, Zhan Guohua3

Abstract

Web-based Examination System is an effective solution for mass education evaluation. We have developed a novel online examination system based on a Browser/Server framework which carries out the examination and auto-grading for objective questions and operating questions, such as programming, operating Microsoft Windows, editing Microsoft Word, Excel and PowerPoint, etc. It has been successfully applied to the distance evaluation of basic operating skills of computer science, such as the course of computer skills in Universities and the nationwide examination for the high school graduates in Zhejiang Province, China.

1. WEB-BASED ONLINE EXAMINATION SYSTEM

1.1The aim of the examination system

As a universal examination system for the education of basic computer operation, it must meet the following requirements:

1. A reasonable question storage, which must conform to the general outline of the exam.

2. A practical interface. There are two types of exam interfaces. One is the simulation, the other is the actual environment. The second scheme will give the student computer skills.

3. A range of question types, such as objective questions, operating questions, design questions, information retrieval, group testing, etc.

4. A safety and reliable examination system.

1.2 The components of WOES

The Web based Online Examination System (WOES) is a multi-layer system which is composed of the Web Server, Database Server, and WOES middleware Server, WOES client module and Browser, such as Internet Explorer. In this system, we use the Internet Information Server 4.0(IIS) as the Web Server, the Database Server is Microsoft SQL Server 7.0.

The kernel of WOES is the WOES middleware Serve and the WOES client module, which is designed according to Microsoft DCOM standards. DCOM is the binary COM object’s extension jointing LAN, WAN and Internet, which can instance and bind objects over different network. It is an advanced network protocol used to cooperate with COM based components of two processes in different locations. The WOES middleware Server is a server-side component The WOES middleware Server is a server-side component providing communication interfaces between WOES clients and the Web Server or Database Server. The WOES client is a client-side component, which is called by the Browser to control the client computer and submit or receive information from the WOES Server. This technology guarantees the flexibility and the potential for extension of the test system. In addition, it allows access to local files, whereas in conventional systems, the IE security prevents such access.

1.3 The key technologies of WOES

1. A user-friendly interface

We use br owser as our user’s interface. The Browser interface has a uniform and consistent user interface. Almost everyone is able to use it skillfully. Therefore it can eliminate the differences of various exam systems and guarantee a fair test.

2. Simplified system maintenance

Since the system is based on Browser/Server architecture, the teacher can update the system or the question database o examine the student’s database only in Server. It is not necessary to update the client system as the Client/Server must do.

3. Central examination management

Profiting from the central controlled system, the teacher can easily control the examination process, such as the beginning and end of the exam, collecting the answers and monitoring the students’ conditions on the te acher’s screen.

4. Security

The most severe difficulty which the B/S based system faces is security, because in principle the web-based examination system can be accessed on the Internet or WAN in a city.

All the questions, materials and answers are transmitted in bits stream format after encoding, not in file format. It can ensure not only security in the transmission process, but also protect from invasion.

When one student starts his test, the system will distribute him a password produced according to his client’s hardware and operation system environment. It can prevent cribbers to login from other clients imitating this student.

The newest method to prevent the distant student from leaving the client or is making use of face detection and recognition technology. Before the start of the exam, the student is asked to sit in front of the

computer camera, which can monitor the whole scene. Then the system will automatically recognize the student’s face and his identification. As soon as the validation is performed, the student must stay in front of the camera until the exam is finished.

2. AUTO-GRADING SYSTEM

The auto-grading system can automatically grade the answers, which are collected from the examination system. It helps teachers to achieve the score with ease.

There are two types of the grading: objective questions and operating questions. Objective questions, such as choice questions, yes/no questions, and fill-in questions, can be graded effectively by accurate matching or fuzzy matching. But it is difficult to grade operating questions by simple matching technologies.

A possible solution could be: Reading the answer file directly and comparing it to the key file. But this is not practical because the format of Microsoft Office files is complicated.

Another solution is: (2) grading by using the Office OLE object. This method is convenient and efficient, but it has a big disadvantage: the source code of the grading system is closely related to the concrete question, which results in a large amount of work when the questions are changed.

We propose a universalized grading system, which is carried out on the basis of a database of key knowledge.First, we extract all possible knowledge points and store them in a triple form: (key, value, location). Then we produce the question file by labeling the question point directly on it; the system will add the corresponding question key to the standard key library. So, the last process of auto-grading system is to compare the answer file with the standard key library. The auto-grading system also allows the teacher to add his /her own questions to our examination system.

3. CONCLUSION

We have developed an overall solution to the examination system for practical computer skills. It provides a user- friendly platform of various questions for the basic computer education in Universities. Hundreds of thousands of students and teachers have used this system and agree that it has effectively raised the learning and testing efficiency.

一种新型的基于web的在线考试系统

Yuan Zhenming1, Zhang Liang2, Zhan Guohua3

摘要

基于web的在线考试系统是大众教育评估的一种有效解决方法。我们已经基于浏览器/服务器架构开发了一种在线考试系统,该系统已经实现了生成试题以及自动阅卷,比如编写程序,操作windows系统,使用微软公司的word、excel、PPT等等。它已经被成功应用到计算机科学课程的基本操作考试当中,比如高校的或者全国范围内的计算机技术课程,并且也在中国浙江省的高中毕业生考试中实施。

1. 基于web的在线考试系统

1.1 考试的目的

对于基本的电脑操作教育的通用考试系统,它一定符合下列的需求:

(1)一个合理的题库。一定遵照考试的一般大纲。

(2)一个实用的界面。考试有两种类型。一种是模拟考试,另一个是真考。第二个方案将会带给学生计算机技能。

(3)丰富的题目类型,比如客观题、计算题、程序设计题、简答题等等。

(4)安全和可靠的考试系统。

1.2 在线考试系统的组成

基于Web的在线考试系统是一个多层次的系统组成的Web服务器,包括数据库服务器,在线考试系统的中间件服务器,在线考试系统的客户端模块和浏览器模块,如Internet Explorer。在这个系统中,我们使用Internet Information Server 4.0(IIS)的作为Web服务器,数据库服务器是Microsoft SQL Server 7.0。

在线考试系统的核心是中间件服务器和考试系统的客户端模块,这样的设计是据微软的DCOM标准。DCOM是二进制COM对象的延伸拔节局域网,广域网和互联网,例如物体在不同的网络它可以约束。它是一种先进的网络协议用来配合基于COM的组成部分,这两个进程在不同的地点。该考试系统中间件服务器是一个服务器端组件提供

通信接口之间的考试系统客户端和Web服务器或数据库服务器。在考试系统的客户端是一个客户端组件,这就是所谓的用浏览器来控制客户端计算机,并提交或接收来自考试系统服务器的信息。这一技术保证了灵活性和延伸测试系统的潜力。此外,它允许访问本地文件,而在传统系统中,IE安全阻止这种访问。

1.3 在线考试系统的主要技术

1、友好的界面

我们用浏览器作为我们的用户界面。浏览器界面有一个统一的和一致的用户界面。几乎每个人都能够熟练地使用它。因此,它可以消除各种考试系统的差异,保证考试公平。

2、单一化系统维护

因为系统以浏览器/服务器为基础。老师能更新系统或者问题数据库。只用在服务器中检查学生的数据。而客户/服务器的客户系统是不必需更新的。

3、中央考试管理

中央管理系统有益于老师能容易地控制像开始和结束考试的这样的考试程序。在老师的荧屏上收集答案和监控学生考试情况。

4、安全性

该B / S为基础的系统面临的最严重的困难是安全性,因为在原则上基于web的考试系统可以在任何一个城市通过互联网上访问。

所有的问题,材料和答案被在入码之后以一点点数据流格式传输,不以文件的格式。它能保证不只是传输程序的安全,还有传输内容的保护。

当一位学生开始他的测试的时候,系统将根据他操作的硬件和环境给他分配密码。它能避免不怀好意的人模仿这一位学生,从其他的客户端登录。

最新的方法是利用人脸检测与识别技术以防止遥远的学生离开客户端。开始考试前,在整个现场学生坐在电脑摄像头前可以监控。然后,系统会自动识别学生的脸。一旦执行验证,学生必须留在摄影机前,直到考试结束。

2. 自动评分系统

自动评分系统能够自动批改从考试系统中收集的答案。它能够帮助教师轻松地得到学生考试的分数。

考试系统中有两种类型的阅卷:客观题和简答题。对于客观题来说,比如选择题,判断题或者填空题,通过精确匹配或者模糊匹配能被有效批改。但是通过匹配技术是很难对简答题进行有效批改的。

一种可能的解决方法是:直接读取问题答案与标准答案作对比,但这种方法是不可行的因为Microsoft Office的文件格式是非常复杂的。

另外有一种解决方法是:通过OLE方式操作OFFICE达到阅卷的目的。这一个方法是方便的、有效率的。但是它有一个很大的缺点::评分系统的源代码是与具体问题密切相关的,当实际问题被改变的时候,会导致大量的工作。

我们在标准答案数据库的基础上,提出了一种统一的评分系统。

首先,我们提取出所有可能的知识点,并且用三重的形式储存他们:(钥匙、价值、位置)。然后我们通过直接标记问题点创建问题文件夹,系统会添加对应的答案到标准答案库中。因此,自动评分系统的最后一步是将问题答案和标准答案进行对比。同时,自动评分系统也允许教师在考试系统中添加他自创的题目。

3. 结论

我们已为计算机技能在线考试系统研制出了一种整体的解决方案。它为高校的计算机教育提供了一种友好的平台。成千上万的学生和老师都使用了这个系统,并认同其已有效地提高了学习和考试的效率。

在线考试系统文献综述

本科毕业设计(论文) —文献综述 在线考试系统—考试模块和维护模块的设计 摘要 随着计算机技术和网络技术的发展,基于Web的在线考试系统可以发挥网络的优势,其自动评阅、计分、成绩存档的功能,有效地避免了人力和物力资源的浪费,提高了效率,相比于传统的考试方式,基于Web的在线考试系统一方面可以动态地管理各种考试信息,按照要求自动生成各种试卷;另一方面,考试可以不受时空限制,而且最大的特点是阅卷快,系统可以在考试结束时当场准确而又公平地给出客观题考试成绩。 基于Web的在线考试系统可以发挥网络的优势,建立大型、高效、共享的题库和实现随时随地的考试,降低考试成本,减少人为干扰,减轻教师负担,节约人力、物力和财力。 本文从分析在线考试系统的发展趋势出发,针对教师及学生的需求进行了具体分析,分别研究管理员维护系统及考生考试系统,给出了系统的功能结构。采用B/S结构模式,设计了管理员维护系统、考生考试系统等功能,提高了考试管理的质量,改进了学生考核手段,取消了课程考核对时间和地点的限制性要求。 关键词管理员维护系统,考生考试系统,B/S模式,ASP技术 1前言 考试是教学过程中的一个重要环节,通过考试,教师可以了解学生的学习效果,为

改进教学提供依据;学生则通过考试了解自己对内容的掌握情况,增强学习兴趣。传统的考试方式往往使人们受到地域、时间、场所等各种各样的限制,造成有些人的不便。在网络遍布的今天,将考试系统应用在互联网上是现代考试系统的发展趋势。 随着计算机技术和互联网的快速发展,人类已经进入了信息时代,也有人称为数字化时代。在数字化的网络环境下,学生希望得到个性化的满足,根据自己的情况进行学习,同时也希望能够得到科学的评价,老师希望有效改进现有的考试模式,提高考试的效率;教育机构也希望给网上的学生提供更全面、灵活的服务,全面准确地对学生进行跟踪和评论。在线考试系统正是迎合这一时代需求而开发的,它旨在探索一种以互联网为基础的考试模式。通过这种新的模式,为学校创造一种新的考试环境,提高考试工作效率和标准化水平,使学校管理者、教师和学生可以随时随地通过网络进行考试。 在线考试系统提高了考试的可靠性、有效性和工作效率,降低了考试成本,顺应了社会的网络化趋势,必将成为一种不可或缺的考试方式。本文研究的目的是开发一个易于管理和维护的面向教学的考试系统,具有一定的通用性,能够满足多门课程的测试与考核要求。为教师开展平时考核及期末考核提供一个考核平台。 为了满足系统对先进性、安全性、跨平台性、可扩展性、可移植性、分布式等方面的要求,系统总体架构设计采用先进的基于B/S的三层体系结构:用户层、业务逻辑层、数据库层。要求建立后台数据库,内含一个试题样库,教师可以在题库中添加、编辑和删除试题;教师可以增加新的考试科目;可以充分利用题库中的试题由系统随机组卷,并能在指定时间内发布试卷;学生参加完考试能立即得到答案,并分析考试中答错的题目;教师能得到学生考试后传送到系统的反馈信息,可方便的对成绩进行查询和分析,同时对学生考试中出现的错误进行统计以便今后的教学。此外,还应具有良好的用户界面,操作方便,尽量减少误操作率,具有安全保密机制。 2 管理员维护/考生考试系统概述 在网络技术逐渐渗入社会生活各个层面的今天[1],随着科学技术的不断发展,考试的手段和媒介也在发生着革命性的变化,从传统的纸笔考试到计算机辅助考试,其实现方法由单机形式逐步向不同时间、不同地点的网络考试方式发展,基于网络的计算机辅助考试系统以其特有的优势在教育中扮演着十分重要的角色[2]。 在线考试系统是传统考试和考场的延伸,它可以利用网络的无限广阔空间,满足广大学生在不同时间和不同地点利用网络进行考试[3]。借助于数据库技术应用平台,使得

毕业论文外文文献翻译-数据库管理系统的介绍

数据库管理系统的介绍 Raghu Ramakrishnan1 数据库(database,有时拼作data base)又称为电子数据库,是专门组织起来的一组数据或信息,其目的是为了便于计算机快速查询及检索。数据库的结构是专门设计的,在各种数据处理操作命令的支持下,可以简化数据的存储,检索,修改和删除。数据库可以存储在磁盘,磁带,光盘或其他辅助存储设备上。 数据库由一个或一套文件组成,其中的信息可以分解为记录,每一记录又包含一个或多个字段(或称为域)。字段是数据存取的基本单位。数据库用于描述实体,其中的一个字段通常表示与实体的某一属性相关的信息。通过关键字以及各种分类(排序)命令,用户可以对多条记录的字段进行查询,重新整理,分组或选择,以实体对某一类数据的检索,也可以生成报表。 所有数据库(最简单的除外)中都有复杂的数据关系及其链接。处理与创建,访问以及维护数据库记录有关的复杂任务的系统软件包叫做数据库管理系统(DBMS)。DBMS软件包中的程序在数据库与其用户间建立接口。(这些用户可以是应用程序员,管理员及其他需要信息的人员和各种操作系统程序)。 DBMS可组织,处理和表示从数据库中选出的数据元。该功能使决策者能搜索,探查和查询数据库的内容,从而对在正规报告中没有的,不再出现的且无法预料的问题做出回答。这些问题最初可能是模糊的并且(或者)是定义不恰当的,但是人们可以浏览数据库直到获得所需的信息。简言之,DBMS将“管理”存储的数据项,并从公共数据库中汇集所需的数据项以回答非程序员的询问。 DBMS由3个主要部分组成:(1)存储子系统,用来存储和检索文件中的数据;(2)建模和操作子系统,提供组织数据以及添加,删除,维护,更新数据的方法;(3)用户和DBMS之间的接口。在提高数据库管理系统的价值和有效性方面正在展现以下一些重要发展趋势; 1.管理人员需要最新的信息以做出有效的决策。 2.客户需要越来越复杂的信息服务以及更多的有关其订单,发票和账号的当前信息。 3.用户发现他们可以使用传统的程序设计语言,在很短的一段时间内用数据1Database Management Systems( 3th Edition ),Wiley ,2004, 5-12

餐饮管理系统外文翻译文献

餐饮管理系统外文翻译文献(文档含中英文对照即英文原文和中文翻译) 英文: 1、China food industry development prospects analysis The catering industry in China as the tertiary industry is a traditional service industries, experienced reforming and opening starts, quantitative expansion, scale chain development and brand promotion strategy of 4phase, made make a spurt of progress in the development of. At present, the country has4 millions catering outlets. 2005/2006annual Chinese top 100 catering enterprises with total assets of about thirty-two billion yuan, total profit of about six billion yuan, employees about eight hundred thousand people, respectively, over the same period last year increased40.38%,28.84% and33.33% higher than that of the whole society, the catering industry average growth level. China's reform and opening up has gone through ups and downs in the30year, in the30 years of reforming and opening of China's catering industry along with the tide of reform has undergone three leap type development. In the past 30 years, China has experienced from fast food restaurants grabs beach China market to SARS impact, then to food safety ( tonyred event, apple events ), Chinese food and beverage industry in the impact, achieve sales growth.

在线考试系统开题报告

表3:黄淮学院2015届本科毕业设计开题报告院系:信息工程学院专业:计算机科学与技术

, 现考试的自动化。这样一来,教师所要做的只是精心设计题目、维护题库,而不是 组织考试,从而大大减轻了教师的负担,这表明其经济性是相当可观的。为了适应 新形势的发展,我进行了这一系统的初步设计工作,也可以说是做一个初步的探索, 希望它能够在各类考试中发挥高效、便捷的作用,把老师从繁重的工作中解脱出来。 学生也可以根据自己的学习情况自行进行测试,方便快捷。 2、与本课题相关的国内外研究现状(文献综述)预计可能创新的方面 1.相关的国内外研究现状 在新的世纪,世界各国对教育的发展给予了前所未有的关注,都试图在未来的 信息社会中让教育处于一个优势的位置,从而走在社会发展的前列,为此许多国家 都把信息技术应用于教育,作为民族发展的重要推动力。 在国外,美国政府提出了“教育技术规划(Educational Technology Initiative)”, 指出到 21 世纪初让全美国的每间教室和每个图书馆都将联上信息高速公路,让每个 孩子都能在“21 世纪教师”网络服务。澳大利亚国家公共资源管理局已于 1995 年 4 月建立“澳大利亚教育网”,并联通 Internet ,该网络不仅包括全部高等院校,而 且还覆盖全澳大利亚所有的中小学。在 1995 年底,国外开始出现支持网上教学的系 统和平台。美国的 NTU 、英国的 OPEN COLLEGE 都是十分典型的网络教育范例。 网络化在线考试作为网上远程教育的重要组成部分和发展分支,己经在国外一些发 达国家得到蓬勃发展,人们选学课程和考试都是通过网上进行。特别是 Internet 业 务的普及,构筑高性能、低成本的计算机网络化在线考试,从技术条件和经济条件 上己经成熟。 在国内,普遍地看,绝大多数远程教育的考试还停留在传统考试方式。在此方 式下,组织一次考试至少要经过 5 个步骤,即人工出卷、考生考试、人工阅卷、试 卷分析和成绩评估。显然,随着考试类型的不断增加及考试要求的不断提高,教师 的工作量将会越来越大,并且这样工作将是一件十分烦琐和非常容易出错的事情。 但是对互联网的真正应用仅限于网上报名工作和网上成绩查询,还没有真正形成上 网考试的规模。而在国外一些国家,网上提交作业和网上考试已经相当普及了。所

管理信息系统外文翻译

管理信息系统外文翻译-标准化文件发布号:(9456-EUATWK-MWUB-WUNN-INNUL-DDQTY-KII

英文文献翻译 二〇年月日

科技文章摘译 Definition of a Management Information System There is no consensus of the definition of the term "management information system". Some writers prefer alternative terminology such as "information processing system", "information and decision system", "organizational information system", or simply "information system" to refer to the computer-based information processing system which supports the operations, management, and decision-making functions of an organization. This text uses “MIS” because it is descriptive and generally understood; it also frequently uses “information system” instead of “MIS” to refer to an organizational information system. A definition of a management information system, as the term is generally understood, is an integrated, user-machine system for providing information to support operations, management, and decision-making functions in an organization. The system utilizes computer hardware and software; manual procedures; models for analysis planning, control and decision making; and a database. The fact that it is an integrated system does not mean that it is a single, monolithic structure; rather, it means that the parts fit into an overall design. The elements of the definition are highlighted below. 1 Computer-based user-machine system Conceptually, management information can exist without computer, but it is the power of the computer which makes MIS feasible. The question is not whether computers should be used in management information system, but the extent to which information use should be computerized. The concept of a user-machine system implies that some tasks are best performed by humans, while others are best done by machine. The user of an MIS is any person responsible for entering input data, instructing the system, or utilizing the information output of the system. For many problems, the user and the computer form a combined system with results obtained through a set of interactions between the computer and the user. User-machine interaction is facilitated by operation in which the user’s input-output device (usually a visual display terminal) is connected to the computer. The computer can be a personal computer serving only one user or a large computer that

仓库管理系统外文文献

International Journal of Computer Applications (0975 – 8887) Volume 54– No.1, September 2012 Impact of Warehouse Management System in a Supply Chain Ramaa.A R V C E Dept. of Industrial Engg and Management, RVCE, B’lore. K.N.Subramanya R V C E Dept. of Industrial Engg and Management, RVCE, B’lore T.M.Rangaswamy R V C E Dept. of Industrial Engg and Management, RVCE, B’lore. ABSTRACT In a supply chain, warehousing function is very critical as it acts as a node in linking the material flows between the supplier and customer. In today’s competitive market environment companies are continuously forced to improve their warehousing operations. Many companies have also customized their value proposition to increase their customer service levels, which has led to changes in the role of warehouses. This paper highlights the findings of the study carried out to evaluate performance levels and enhance productivity of the manual warehouses by developing a WMS framework and cost benefit analysis. General Terms Supply chain, Warehouse Management system. Keywords Warehouse management system, supply chain, cost benefit analysis, value stream mapping. 1.INTRODUCTION A warehouse is a facility in the supply chain to consolidate products to reduce transportation cost, achieve economies of scale in manufacturing or in purchasing [1] or provide value-added processes and shorten response time [2]. Warehousing has also been recognized as one of the main operations where companies can provide tailored services for their customers and gain competitive advantage. There are various types of warehouses: they can be classified into production warehouses and distribution centers [3] and by their roles in the supply chain they can be classified as raw materials warehouses, work-in-process warehouses, finished good warehouses, distribution warehouses, fulfillment warehouses, local warehouses direct to customer demand, and value-added service warehouses [4]. Fig 1. Typical warehouse functions As mentioned above the heterogeneous warehouses have different operations. However, most of them share some general pattern of material flow, and typical warehouse operations include: receiving, putaway, internal replenishment, order picking, accumulating and sorting, packing, cross docking, and shipping (Figure- 1) [5] Warehouses have been going through various challenges such as – supply chains are becoming more integrated and shorter, globalized operation, customers are more demanding and technology changes are occurring rapidly. In order to cope up with these challenges organizations are adopting innovative approaches such as warehouse management system. A warehouse management system or WMS primarily aims to control the movement and storage of materials within a warehouse and process the associated transactions, including shipping, receiving, put-away and picking. A warehouse management system (WMS) is a database driven computer application, to improve the efficiency of the warehouse by directing cutaways and to maintain accurate inventory by recording warehouse transactions. The systems also direct and optimize stock based on real-time information about the status of bin utilization.. It often utilize Auto ID Data Capture (AIDC) technology, such as barcode scanners, mobile computers, wireless LANs (Local Area Network) and potentially Radio-frequency identification (RFID) to efficiently monitor the flow of products. Once data has been collected, there is either batch synchronization with, or a real-time wireless transmission to a central database. The database can then provide useful reports about the status of goods in the warehouse. The primary function of a warehouse control system is to receive information from the upper level host system, most often being the warehouse management system, and translate it for the daily operations. A common goal is to ensure a situation where warehouse employees never have to retype information because it already lies in one system or is collected automatically. Warehouse control system is usually the interface that is used to manage processes, people and equipment on the operational level. Based on warehouse control system, literature distinguishes three types of warehouse management systems [6]: Basic WMS–This system is apt to support stock and location control only. It is mainly used to register information. Storing and picking instructions may be generated by the system and possibly displayed on RF-terminals. The warehouse management information is simple and focuses on throughput mainly.

《基于WEB的在线考试系统》论文

目录 摘要: (1) 一、引言 (2) 二、系统概述 (2) 三、运行环境 (2) 四、系统分析 (3) 五、总体设计 (3) (一)系统可行性分析 (3) (二)系统需求分析 (4) 六、系统设计 (5) (一)试题(客观题部分)设计 (5) (二)数据库设计 (5) (三)功能模块详细设计 (7) 七、设置数据库 (11) 八、数据的安全与保密 (12) 九、结束语 (12) 参考文献: (12)

基于WEB的在线考试系统 姓名:马启刚学号:指导教师:谢允 摘要: 近年来,互联网在国际上得到了迅猛的发展,基于互联网的各种应用也日益受到人们的重视。基于Web的考试系统正是在这种形势下应运而生的。尽管传统的考试形式应用还非常普遍,但伴随着远程教学的推广普及,作为远程教学系统子系统的在线考试系统呼之欲出。利用网络和数据库技术,结合目前硬件价格普遍下跌与宽带网大力建设的有利优势,基于B/S模式设计开发了《基于WEB的在线考试系统》这一ASP应用程序。它运用方便、操作简单,效率很高,现阶段虽只实现了试卷的客观题部分(判断题、单项选择和多项选择),但已具有试题(卷)录入、修改和查询,组卷以及进行在线考试等重要功能,也就是说基本实现了无纸化考试,满足任何授权的考生随时随地考试并迅速获得成绩,同时也大大减轻了教师出题、组卷和改卷等繁重的工作量。 关键词:在线考试 ACCESS数据库管理系统 B/S WEB-based Online Examination System Name : Ma Qigang Student Number : 09 Advisor : Xie Yun Abstract:Using the network and the database technology, the union the hardware price generally falls at present the advantageous superiority which constructs vigorously with the wide band net, we based on B/S mode and has developed The ASP application of "WEB-based online examination system". It utilizes, the operation conveniently simple, efficiency very high, the present stage although only realized the examination paper objective topic to be partial (judgment topic, single item choice and many choices), but had the test question (volume) to input, the revision and the inquiry, the group volume as well as carries on the on-line test and so on the important function, in other words has basically realized no-paper the test, satisfied any authorization the examinee took a test anytime and anywhere and rapidly obtains the result, at the same time also greatly reduced the teacher to set the topic of a composition, the group volume and changes the volume and so on the arduous work load. Key word: On-line Examination ACCESS Database Management System B/S

基于Web的习题管理系统的设计与实现文献综述

本科毕业论文(设计) 文献综述 学生姓名徐骅学号090824308 班级计算机09-3班专业计算机科学与 技术 指导教师王春玲

基于Web的习题管理系统的设计与实现 摘要: 随着网络时代的到来,互联网技术已覆盖全国各个城市,习题管理系统研究是一个重要的部分,在考试体制的运行和管理上实现规范化,科学化,系统化已经成为网络教育发展的必然趋势。以B/S结构为模式的习题管理系统,能极大的方便老师教学和学生的自我检测,能极大的节省物力人力,对于新时期的教育改革具有重大的意义。 关键词:数据库,C#程序语言,题库,功能,板块 正文: 1.前言 网络题库管理作为教学中的重要一环。课程作业管理系统正是利用网络这个先进的平台。紧密地结合了实际教学中的各种需求来对传统的作业管理模式进行优化,它的目标是为教师和学生建立一个更加高效与快捷的自我检测和管理平台。基于B/S架构的习题管理系统是一个自由开放的分布式应用系统,可以使用浏览器并通过人机交互的方式来浏览,减少时间、空间对于作业管理的限制。 计算机在教学管理中的应用是实现教学管理科学化、现代化的关键。要提高教学质量,必须把握各个教学环节,考试是重要一环,是检测学生学习效果和对学生进行客观评价的一种手段,也是课程建设的重要组成部分。在学校教学工作中,传统的试题管理通常是以试题集或者试卷集的形式进行的,各位老师单独或集体命题,采用手工方式,题量大、工作复杂。随着科学技术的飞速发展,现代化教育手段广泛使用,教学测试方法不断改进,传统的试题管理模式和手工组卷模式将逐步被计算机代替,使教学检测更客观、更科学、更公正,从而不断提高学校的教学质量、教学水平。

外文文献及其翻译电子政务信息

外文文献及其翻译电子政务信息 1.政府信息化的含义? 政府信息化是指:政府有效利用现代信息和通信技术,通过不同的信息服务设施,对政府的业务流程、组织结构、人员素质等诸方面进行优化、改造的过程。 2.广义和狭义的电子政务的定义? 广义的电子政务是指:运用信息技术和通信技术实现党委、人大、政协、政府、司法机关、军队系统和企事业单位的行政管理活动。(电子党务、电子人大、电子政协) 狭义的电子政务是指:政府在其管理和服务职能中运用现代信息和通信技术,实现政府组织结构和工作流程的重组优化,超越时间、空间和部门分隔的制约,全方位的向社会提供优质规范、透明的服务,是政府管理手段的变革。 3.电子政务的组成部分? ①:政府部门内部办公职能的电子化和网络化; ②:政府职能部门之间通过计算机网络实现有权限的实时互通的信息共享; ③:政府部门通过网络与公众和企业间开展双向的信息交流与策; 4.理解电子政务的发展动力? ①:信息技术的快速发展; ②:政府自身改革与发展的需要; ③:信息化、民主化的社会需求的推动; 5.电子政务的应用模式?

模式有:1.政府对公务员的电子政务(G2E); 2.政府间的电子政务(G2G); 3.政府对企业的电子政务(G2B); 4.政府对公众的电子政务(G2C); 6.电子政务的功能? ①:提高工作效率,降低办公成本; ②:加快部门整合,堵塞监管漏洞; ③:提高服务水平,便于公众的监督; ④:带动社会信息化发展; 7.我国电子政务发展存在的主要问题? ①:政府公务员与社会公众对电子政务的认识不足; ②:电子政务发展缺乏整体规划和统一性标准; ③:电子政务管理体制改革远未到位; ④:电子政务整体应用水平还较低; ⑤:政府公务员的素质有待提高; ⑥:电子政务立法滞后; ⑦:对电子政务安全问题缺乏正确认识; 8.政府创新的含义和内容? 含义:是指各级政府为适应公共管理与行政环境的需要,与时俱进的转变观念与职能,探索新的行政方法与途径,形成新的组织结

外文翻译-----学生信息管理系统的设计与发展

英文译文 学生信息管理系统的设计与发展 随着信息技术的日新月异,各种管理系统的相继出现,让日常生活变的更加具有条理化, 尽可能的合理的运用网络资源可以大大的减少人工管理上带来的不 便及时间的浪费. 二十一世纪现代化程度的不断加速,科学文化水平的不断提高,学生数量的急剧增长,势必增加了管理学生信息带来的压力,人工检索的低效完全不符合整个社会的需要.学生信息管理系统是信息管理系统中的一种,目前信息技术不断的发展,网络技术已经广泛的应用于我们身边的各行各业,有了网络技术的发展,各高校都利用计算机来管理办学,以前学校靠手工操作的一切繁琐事情都得到了快速且高效率的解决,特别是学生成绩管理系统在学校中起到了很大的作用,对于学生和教师来说都能够更方便、快捷、准确地了解和管理各方面信息。 采用人工管理庞大的数据库是一项繁重枯燥的工作,无论是数据录入,查询还是修改都存在着工作量大,效率低下,周期长的缺点。而计算机管理系统的引进将给人工管理数据库的工作带来一次彻底的变革。学校由于学生众多,学生数据信息库庞大,使信息的管理成为了一个复杂繁琐的工作。本系统针对学校,经过实际的需求分析,采用功能强大的VB6.0作为开发工具来开发学生信息管理系统。整个系统从符合操作简便,界面美观、灵活、实用的要求出发,完成学生信息管理的全过程,包括系统管理、基本信息管理、学习管理、奖惩管理和打印报表等功能。经过使用证明,本文所设计的学生信息管理系统可以满足学校对学生信息管理方面的需要。论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、开发设计思想、难点技术和解决方案。学生管理系统的产生大大减少了人力上的不便,让整个学生数据管理更加科学合理。本系统最有特色的地方就是后台数据库对学生信息的统一管理。该系统主要分为系统管理,学生专业管理,学生档案管理,学费管理,课程管理,成绩管理和打印报表。系统的界面是运用vb软件制作的,以上几个模块都是运用vb 控件绑定的方法来实现对后台数据库的连接,后台数据库大概分为以下几个表:专业信息表,收费类别表,学生职务表,学生信息表,学生政治面貌表,用户登入表。采用Client/Server结构进行设计,本系统是在由一台数据服务器和若干台

#基于Web的在线考试系统

1.1 应用背景 随着社会的进步和商品经济的不断发展,社会对劳动者和技术人员的知识和能力水平的要求越来越高。测试作为衡量人的能力的重要手段,在现代生活中的地位进一步提高,并深入到社会的各个方面。各种各样的学历测试、资格证书测试层出不穷。同时,Internet技术的发展使得测试的技术手段和载体发生了革命性的变化。Internet的开放性和分布性的特点以及基于Internet 的巨大计算能力使得测试突破了时间和空间的限制。基于Internet的测试系统正成为人们的研究热点之一。例如在英国,已经实现了英语资格测试的网上学习和水平认证全过程。 计算机使用迅猛发展,网络使用不断扩大,如远程教育和虚拟大学的出现等,使得基于Web的在线测试系统成为现实。基于Web的在线测试系统可以发挥网络的优势,建立大型、高效、共享的题库和实现随时随地的测试,降低测试成本,减少人为干扰,减轻教师负担,节约人力、物力和财力。 根据测试管理的实际要求,结合试卷管理的工作流程,系统应实现以下功能: ?掌握本测试范围内所有考生的基本情况,包括学号、姓名、成绩等。 ?试卷的自动生成,答题完成后,系统对照正确答案,给出试卷分数。 ?对试题库进行增加、删除、修改等更新操作。 ?不同用户的管理功能不同。管理员类用户可以创建试卷、策划测试题型及分数、对试题库进行维护、查询学生以往测试成绩等功能。考生类用 户可以参加测试,完成答卷。 1.2 系统设计 一个好的系统离不开科学、详实的系统设计。系统只有建立在系统设计基础上,才能成为一个好的系统。 1.2.1 系统构架 系统设计的基础是系统构架。

1.基于B/S体系 整个系统采用Browser/Web/DataBase的3层体系结构。Browser/Server 的系统中,用户可以通过浏览器向分布在网络上的服务器发出请求,服务器对浏览器的请求进行处理,将用户所需信息返回到浏览器。B/S结构简化了客户机的工作,客户机上只需配置Web浏览器即可。服务器将担负更多的工作,对数据库的访问和使用程序的执行将在服务器上完成。浏览器发出请求,而其余如数据请求、加工、结果返回以及动态网页生成等工作全部由Web Server完成。 1.2.2 系统功能模块设计 系统主要功能如下: ?学生在线注册成功后可以登录到测试中心,参加预先设定的测试。 ?学生提交答题,系统自动对照数据库正确答案算出分数。 ?题库的维护(包括判断题、选择题和填空题)、试卷的维护、成绩的统计、成绩的查询。 系统主要分为前端、后端两大管理系统,包括4大功能模块。

在线考试系统文献综述

《科技文献检索》课程“文献综述”评分表学生姓名完成时间 2017 年 1 月 指导老师

文献综述 题目在线考试系统 姓名 学号 系部理工系 年级专业 指导教师 2017年 1 月 06 日 在线考试系统文献综述 【摘要】通过软件进行考试的方式被称为无纸化考试,随着无纸化考试的诞生,原始的考试方式已经渐渐地被无纸化考试所取代。在线考试系统是基于C#编程技术把学科、试题、电脑改卷、结果查询的部分管理工作集成到一个同一的平台,各管理人员能够及时、

准确的了解学生学习生活情况。同时,也可以方便老师针对学生的不同情况进行分层次帮助引导。考试是对学生所学知识检查、掌握和理解知识程度的重要手段,无纸化的考卷,无纸化考试的随时性,随地性,这些特点都是研究并开发网络考试系统具有重要积极的意义,将给学生和老师带来了极大的便利。无纸化考试,环保、节约资源,适应当代社会发展的发展。 本文重点论述了由于网络的存在扩大了学校的服务范围,为学校的管理提供了更多的条件。对此做出了详细的调查,可行性研究和分析。系统采用了B/S结构,在网络上建立学校自己的教育网站。系统开发经历了系统分析、系统设计和系统实施三个阶段。从设计方案的提出,经过详细的调查,分析了方案的可行性和必要性,通过详细的系统设计,力图提高系统的集成性和快捷性;并在系统实施阶段收集了大量的实验数据,以便测试阶段系统的准确性和稳定性。 关键词:管理员维护系统,考生考试系统,B/S模式,ASP技术 【前言】考试是教学过程中的一个重要环节,通过考试,教师可以了解学生的学习效果,为改进教学提供依据;学生则通过考试了解自己对内容的掌握情况,增强学习兴趣。传统的考试方式往往使人们受到地域、时间、场所等各种各样的限制,造成有些人的不便。在网络遍布的今天,将考试系统应用在互联网上是现代考试系统的发展趋势。随着计算机技术和互联网的快速发展,人类已经进入了信息时代,也有人称为数字化时代。在数字化的网络环境下,学生希望得到个性化的满足,根据自己的情况进行学习,同时也希望能够得到科学的评价,老师希望有效改进现有的考试模式,提高考试的效率;教育机构也希望给网上的学生提供更全面、灵活的服务,全面准确地对学生进行跟踪和评论。在线考试系统正是迎合这一时代需求而开发的,它旨在探索一种以互联网为基础的考试模式。通过这种新的模式,为学校创造一种新的考试环境,提高考试工作效率和标准化水平,使学校管理者、教师和学生可以随时随地通过网络进行考试。 在线考试系统提高了考试的可靠性、有效性和工作效率,降低了考试成本,顺应了社会的网络化趋势,必将成为一种不可或缺的考试方式。本文研究的目的是开发一个易于管理和维护的面向教学的考试系统,具有一定的通用性,能够满足多门课程的测试与考核要求。为教师开展平时考核及期末考核提供一个考核平台。 为了满足系统对先进性、安全性、跨平台性、可扩展性、可移植性、分布式等方面的要

相关主题
文本预览
相关文档 最新文档