Online Test Ppt

31
TEST YOUR BRAIN LEVEL PRESENTED BY :- Guneet Garg 09114802710

description

project presentation

Transcript of Online Test Ppt

Page 1: Online Test Ppt

TEST

YOUR

BRAIN

LEVEL

PRESENTED BY :-

Guneet Garg09114802710

Page 2: Online Test Ppt

• Platform Independent• Architecture Neutral• Robust• Multithreaded• Low on System Resources• Free Development Tools

WHY JAVA??

Page 3: Online Test Ppt

Introduct ion to pro ject

The test application enables end users to take the test and display the

results immediately after the test .

User must answers all questions in order to get correct score.

Each user will get his separate user id and password. The result

window displays the total marks obtained.

Questions and answers for the online test are stored in a separate

module.

Result, registration data etc data are store in Microsoft access 2010

database.

Separate window for solution is displayed for each question

Page 4: Online Test Ppt

Processor Pentium III, 600 MHz or higher

Memory 128 MB (256 MB recommended)

Hard Disk Space A minimum of 1Gb is required for addition of customer information.

Graphics CRT monitor with supporting graphics

HARDWARE REQUIREMENTS

Page 5: Online Test Ppt

Operating System

Window NT, Windows 98, Windows 2000, Windows XP, Window Vista or windows 7

Compatible with the JVM.

Others

eclipse-jee-indigo-SR1, Microsoft Access 2010,

Microsoft Word, Notepad

SOFTWARE REQUIREMENTS

Page 6: Online Test Ppt

PROJECT ARCHITECTURE

Start Test

Finish Test

Result

Solution

Quit Application

Registration Login

Welcome Screen

Term And Conditions

Page 7: Online Test Ppt

DIFFERENT MODULES

OF PROJECT

Page 8: Online Test Ppt

Welcome

Registration

Login

Question Window

Event Handler

Result window

Database Hander

Page 9: Online Test Ppt

JButton: Triggers an action in the user interface when pressed by the end user.

JTextField: Inputs the text contents in an area in the user interface window.

JLabel: Displays a text string message in the user interface window.

JPasswordField: Inputs the password from user without displaying it on the screen text instead showing the Meta character.

JRadioButton: Select one option from the user interface window

SWING COMPONENTS

Page 10: Online Test Ppt

Yes

No

Yes

Login

Sign up

Want to seeSolution

Start Test

Terms and Condition

Finish

Result

Solution

Exit

USER

Views

Do you have account??

Sign InRegistration

No

FLO

W

CHART

Page 11: Online Test Ppt

DATA FLOW DIAGRAM

Level 0

Page 12: Online Test Ppt

Level 1

Page 13: Online Test Ppt

D A TT AA BB LA ES SE

Page 14: Online Test Ppt

Do You Know Why Java Logo Contains coffee Symbol???

Page 15: Online Test Ppt

Field Name Data Typefname Textlname Textpass TextEmail TextAddress Textphone TextUsername Text

Registration Table

Page 16: Online Test Ppt

Field name Data typeq1 Textq2 Textq3 Textq4 Textq5 Textq6 Textq7 Textq8 Textq9 Text

q10 Text

Result

Page 17: Online Test Ppt

Field Name Data Typeusername TextPassword Text

Field name Data type

Username Text

Id Text

Login

Current User

Page 18: Online Test Ppt

WELCOME SCREEN

LOGIN SCREEN

OUTPUT SCREEN

Page 19: Online Test Ppt

REGISTRATION SCREEN

Page 20: Online Test Ppt

TERMS AND CONDITION SCREEN

QUESTION SCREEN

Page 21: Online Test Ppt
Page 22: Online Test Ppt
Page 23: Online Test Ppt
Page 24: Online Test Ppt

RESULT SCREEN

Page 25: Online Test Ppt

SOLUTION SCREEN

Page 26: Online Test Ppt
Page 27: Online Test Ppt
Page 28: Online Test Ppt
Page 29: Online Test Ppt
Page 30: Online Test Ppt

REGISTRATION DATABASE

LOGIN DATABASE

Page 31: Online Test Ppt

CURRENT USER LOGEED IN DATABASE

RESULT DATABASE