24
PROJECT ON E-EXAMINATION SYSTEM PRESENTED BY:- AUROBINDO NAYAK REGD NO-070128307 BRANCH- CSE

E-Examination

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: E-Examination

PROJECT ON E-EXAMINATION SYSTEM

PRESENTED BY:- AUROBINDO NAYAK REGD NO-070128307 BRANCH- CSE

Page 2: E-Examination

Introduction Technical feasibility

Project modules

Database Table

Context diagram

Table structure

Data flow diagram Tier architecture

contents

Page 3: E-Examination

INTRODUTION This web application helps the user and its mission is

to offer a quick and easy way to appear the e-Examination through the e-Resources.

It also provides the e-Examination results immediately after the examination and high security is also maintained. The user can enter to appear the examination only with their valid username and password. Without the valid username and password, the user can’t appear the examination. So for that he/ she must be a valid Registered User. This examination contains multiple choice questions and appropriate numbers of options are available. The user can view his/her results after completing the examination. This helps the user to appear the examination from far distance and which can provide security and simplicity

Page 4: E-Examination

and other beneficial features to the user. Apart from this e-Examination, this web application also provides some other facilities like:

Anybody can be a valid Registered User of this web application absolutely free of cost. After taking the information from the user through online, this web application will provide the username and password to the user. This is called as Registration process of the User Creation.

Anybody can appear e-Examination of different streams of different subjects for evaluating his/her own performance.

The biggest advantage of accessing this web application is that any valid user can access this site as well as download the e-Resources which are available as knowledge management.

Page 5: E-Examination

TECHNIQUAL FEASIBILITY

Hardware Name

1.Processor P – IV 2.RAM 256 MB 3.HDD 80 GB 4.Monitor SVGA Color 5.Keyboard 108 Keys

Page 6: E-Examination

PROJECT MODULES

Login Module for User and Administrator.

User Registration Module.

Question paper creation Module.

Examination Module.

Administrator Module

Page 7: E-Examination

Software Required: 1.Operating System: Windows XP with SP – ver. 2.0 2.Database: MS ACCESS 3.Designing Tools: HTML, JAVA SCRIPT 4.Scripting Language: JSP 5.Web Server: Apache Tomcat 5.2 6.IDE (Integrated Development Environment): Macromedia Dreamweaver 8.0 7. Browser: Internet Explorer 6.0

Page 8: E-Examination

DATABASE TABLES

The various tables required are as follows:

admin_user dump_newque question_dump student_exam student_performance trade upload_files user_regd

Page 9: E-Examination

Admin_user

Page 10: E-Examination

Dump_newque

Page 11: E-Examination

Question_dump

Page 12: E-Examination

Student_exam

Page 13: E-Examination

Student_performance

Page 14: E-Examination

Trade

Page 15: E-Examination

Upload_file

Page 16: E-Examination

User_regd

Page 17: E-Examination

ADMINISTRATOR

DATA BASE

USER

E-EXAMINATION SYSTEM

CONTEXT DIAGRAM

Page 18: E-Examination

LEVEL 1 DFD FOR ADMINISTRATOR

ADMINLOGIN

User Managemen

t

QUESTION

POOL

PERFORMANCE

REPORT

STREAMMANAGEMENT

DFD DIAGRAM

Page 19: E-Examination

LEVEL 1 DFT FOR USER

Appear online

User login

Upload question article for reference

Download question for reference

Visit important links

Appear test

Download Que. / Article for Ref

Performance Report

Visit Links

Download Que. / Article for Ref

Page 20: E-Examination

Single tier applicationPresentation Logic

Business Logic

Database

Single-TierApplication

Page 21: E-Examination

Business Logic

CLIENT SERVER

Two-Tier (Client-Server) Application

Presentation Logic Database

Page 22: E-Examination

Middle tier

Page 23: E-Examination

CLIENT DATABASEMIDDLE TIER

Business Logic

Three TIER Application

Page 24: E-Examination