SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2015, IRJET ISO 9001:2008 Certified Journal Page 115
ONLINE EXAMINATION SYSTEM
Deepankar Vishwas Kotwal1, Shubham Rajendra Bhadke2,
Aishwarya Sanjay Gunjal3, Puspendu Biswas4
1 Computer Engineering Department, Sanghavi College of Engineering, Maharashtra, India
2 Computer Engineering Department, Sanghavi College of Engineering, Maharashtra, India
3 Computer Engineering Department, Sanghavi College of Engineering, Maharashtra, India
4 Head of Department Computer Engineering, Sanghavi College of Engineering, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This Online Examination System is a
software solution, which allows any industry or
institute to arrange, conduct and manage
examinations via an online environment. It can be
done through the Internet/Intranet and/ Local Area
Network environments. Some of the problems faced
during manual examination systems are the delays
occured in result processing, filing poses a problem,
filtering of records is difficult. The chance of loss of
records is high also record searching is difficult.
Maintenance of the system is also very difficult and
takes lot of time and effort. Online examination is one
of the crucial parts for online education system. It is
efficient, fast enough and reduces the large amount of
material resource. An examination system is
developed based on the web. This paper describes the
principle of the system, presents the main functions of
the system, analyzes the auto-generating test paper
algorithm, and discusses the security of the system.
Key words: Security, Client Server Architecture; Browser
Server Architecture; Random Number Generator;
Randomization;.
1. INTRODUCTION
The Online Examination System is an electronic
application. This framework will help the
college/Institution to assess the inquiry have different
alternative with one right reply. The college/Institution
can direct the online examination and report the outcome
in a couple time. The examination office is in charge of the
creating the inquiry paper and it would be totally secure.
Online Examination framework give remotely access to
understudies. It assists the inspector with reducing the
work
of leading exam, checking answer sheets and producing
result. All these work is finished by the machine. All the
information is put away on the server. What’s more,
customers can get to these databases and give exam. Here
we utilize a customer server model. Executive offer access
to instructor and understudies. Understudies who have
account on the framework will have the capacity to give
exam. There are two sorts of exam segment Practice and
Real test. Understudies can give both tests. Right answer
will be highlighted in diverse shading. Subsequent to
submitting test the outcome will be created and
examinations is done on the premise of result and send it
to every single understudy.
1.1 MOTIVATION OF THE PROJECT
In customary framework directing exam is extremely
repetitive work for analyst and educator too. The entire
procedure of allocating exam and assessing their score
after the test was done physically till date. Be that as it
may, online examination framework is absolutely
electronic framework. The framework goes for
diminishing expenses connected with directing exams
over a timeframe and accomplishing complete
computerization of examination framework related
assignments like enlistment, distribution of results, which
prompts a high level of framework effectiveness. In the
wake of experiencing huge numbers of reference papers at
long last we are concluded that we can manufactured one
examination framework that can be give easy to
understand access to establish for directing exam and
investigation of result.
1.2 LITERATURE SURVEY
 Hongmei Nie Math, Physics and Information
Engineering College Online examination is the
crucial parts among online education. It is
efficient and fast enough and reduces the large
amount of material resources. Examination
system is developed based on web. This paper
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2015, IRJET ISO 9001:2008 Certified Journal Page 116
describes the principle of the designed system,
that presents the main functions of the system,
analyzes the algorithm of auto- generating test
paper,and discusses the security of the system.
 Nor Shahida bt Mohd Jamail Abu Bakar Md Sultan
Faculty of Computer Science and Technology,
Selangor, Malaysia Examination process is
important activities for institutions to evaluate
student's performance. Thus the quality of the
exam questions would determine the quality of
the students produced by the institutions, also
preparing exam questions is challenges, tedious
and time consuming for the instructors. Current
technologies help instructors to store the
questions banks in computer databases. The issue
arise is how the current technologies would also
help the instructors to auto generate the different
sets of questions from time to time without
concern about repetition and duplication from the
pass exam while the exam bank growing.
This paper describes the use of shuffling algorithm in
an Automatic Generator Question paper System (GQS)
as a randomization technique for organizing sets of
exam paper. The results displays the shuffling
algorithm could be used to overcome randomization
issue for GQS.
2. STATEMENT OF SCOPE
Online Examination arrangement is a Multiple Choice
Questions based Examination framework. It gives a simple
way to utilize the environment for both test-conductors
and understudies showing up for examination. Online
Examination System is a web application that sets up a
system between the establishments and understudies.
Establishments enter on the site the inquiries they need in
the exam. These inquiries are shown as a test to the
qualified understudies. The answers enter by the
understudies are then assessed what’s more, their score is
computed and spared. This score then can be got to by the
organizations to focus the passes understudies or to assess
their execution. Online Examination System gives the
stage yet does not specifically take an interest in, nor is it
included in any tests led. Inquiries are posted not by the
site, but rather clients of the site. The site requires an
organization to enlist before posting the inquiries. The site
has a manager who watches out for the general working of
the framework.
Goals and Objectives are as follows:
 Online examination will diminish the rushed
occupation of evaluating the answers given by the
applicants physically.
 Being a coordinated Online examination
framework it will decrease paper work.
 To permit workforce to give extra time to
understudies with handicaps.
 To permit workforce to make tests and answer
key.
 To permit programmed reviewing and manual
evaluating which can be recorded per test.
3. AREA OF THE PROJECT
 The main objective of this online exam system is
to reduce the work of conducting the exam.
 The online examination system is a web based
application which is useful all over the
educational and corporate sector.
This online examination system includes the
architectural components as Browser-Server
architecture, Client-Server Architecture, Auto
Question Generator System, Security, Randomization.
The Random Number Generator Algorithm is used for
this system. It is described forward.
 RANDOM NUMBER GENERATOR
Random Number Generators i.e. RNG’s used for
applications of cryptography that mostly produces
a sequence of zeros and one bits, that may be
together combined into the sub-sequences or
blocks of random values. The two basic classes
that are used for this algorithm are as follows:
1. Deterministic and
2. Non Deterministic.
A Deterministic RNG consists of algorithm that produces a
sequence of bits from an initial value called a seed.
A nondeterministic RNG produces the output which is
dependent on some unpredictable physical source that is
outside human control. No FIPS approved nondeterministic
random number generators are there.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2015, IRJET ISO 9001:2008 Certified Journal Page 117
4. ARCHITECTURAL DESIGN
Figure: 4.1 Architectural Design of the Online Exam
System
A description of the program architecture is presented.
Subsystem design or Block diagram, Package Diagram,
Deployment diagram with description is to be presented.
Data Deign:
In this system web program was utilized as a customer,
JSP Engine as the business rationale level to accomplish its
capacity, and database framework as the information
layer.
1. Client: Client was Web Browser, which executed the
framework’s showcase rational. The capacity was to send
demand to the web server through the web programs by
the clients (instructors or understudies). While the Web
Server return the asked for HTML pages or HTML pages
powerfully created by JSP page to the customer, which
were appeared in the Web program.
2. Business Logic Tier: Business rationale level was
accomplished primarily by JSP and JavaBeans running the
JSP Engine. It reacted to customer demands and
accomplished the business rationale with the Web Server.
Tomcat, an open source programming, was utilized as the
JSP Engine and Web Server.
3. Information Tier: Data level was acknowledged with
database framework, used to store the business
information, for example, inquiries and papers
furthermore, control information, for example, client
information. MS ACCESS was utilized to accomplish the
information level. The JSP improvement model in view of
Model 1 is extremely suitable for snappy and little scale
application advancement.
REFERENCES
[1] International Journal of Emerging Technology and Advanced
Engineering, Website: www.ijetae.com ( ISSN 2250 - 2459, ISO
9001:2008 Certified Journal, Volume 4 , Issue 3 , March 2014 ) 660
Online Descriptive Examination and Assessment System Bhagyashri
Kaiche 1, Samiksha Kalan 2, Sneha More 3 , Lekha Shelukar 4 1,2,3,4 KBT
College of Engg Nashik, (India)
[2] Z. M. Yuan, L. Zhang, G. H. Zhan, A novel web-based online
examination system for computer science education, In proceeding of the
33rd Annual Frontiers in Education, 2013, S3F7-10.
[3] WebBased online Secured Exam; B.Persis Urbana Ivy,A.shalini,
A.Yamuna/International Journal of Engineering Research and
Applications (IJERA) ISSN:2248-9622 www.ijera.com Vol. 2, Issue 1,Jan-
Feb 2012, pp.943-944943.
[4] Online Descriptive Examination and Assessment System.L. Zhang, et
al., Development of Standard Examination System of Special Course for
Remote Education, Journal of Donghua University (English Edition),
2013, Vol. 19, NO.1, 99-102.
[5] Challenges of Online Exam, Performances and problems for Online
University Exam; IJCSI International Journal of Computer Science Issues,
Vol. 10, Issue 1, No 1, January 2013 ISSN (Print): 1694-0784 — ISSN
(Online): 1694-0814. www.IJCSI.org
[6] Al-Mashaqbeh, I.F. Al Hamad, A.Student’s Perception of an Online
Exam within the Decision Support System Course at Al al Bayt University
Conference publication Pages: 131135 7-10 May 2010.
[7] Design and Development of the Online Examination System based on
B/S Structure.Hongmei Nie Math,Physics and Information Engineering
College Zhejiang Normal University Jinhua,China E-mail: nhm@zjnu.cn
[8] Shuffling Algorithms for Automatic Generator Question Paper. Nor
Shahida bt Mohd Jamail Abu Bakar Md Sultan Faculty of Computer
Science and Information Technology Universiti Putra Malaysia, 43400
UPM SERDANG, Selangor, Malaysia. E-mail: shahidajamail@yahoo:com
[9] Hanxiao Shi, Guodong Zhou and Peide Qian (2010), An A ttribute -
based Sentiment Analysis System, Information Technology Journal, pp
1607 - 1614.
[10] Papri Chakraborty (2012), Developing an Intelligent Tutoring
System for Assessing Students Cognition and Evaluating Descriptive Type
Answer, IJ MER, pp 985 - 990.

More Related Content

What's hot

Online Quiz System Project Report
Online Quiz System Project Report Online Quiz System Project Report
Online Quiz System Project Report Kishan Maurya
 
Project Report on Exam Suite/Test Application/Exam App ( JAVA )
Project Report on Exam Suite/Test Application/Exam App ( JAVA )Project Report on Exam Suite/Test Application/Exam App ( JAVA )
Project Report on Exam Suite/Test Application/Exam App ( JAVA )paras91
 
Online Examination System Report
Online Examination System ReportOnline Examination System Report
Online Examination System ReportAnkan Banerjee
 
Online examination system doc v2
Online examination system doc v2Online examination system doc v2
Online examination system doc v2Textus Intentio
 
online Examination System (project report)
online Examination System (project report)online Examination System (project report)
online Examination System (project report)vivek anand
 
Online examination system Documentation
Online examination system DocumentationOnline examination system Documentation
Online examination system DocumentationLehlohonoloMakoti
 
IRJET - Implementation of Conducting Online Certification Examination in ...
IRJET -  	  Implementation of Conducting Online Certification Examination in ...IRJET -  	  Implementation of Conducting Online Certification Examination in ...
IRJET - Implementation of Conducting Online Certification Examination in ...IRJET Journal
 
Online examination system of open and distance education
Online examination system of open and distance educationOnline examination system of open and distance education
Online examination system of open and distance educationPallavi Singh
 
S13CS61920410Presentation
S13CS61920410PresentationS13CS61920410Presentation
S13CS61920410PresentationAbid Muslim
 
Finaldocumentation
FinaldocumentationFinaldocumentation
Finaldocumentationasuadma
 
Online Exam Management System(OEMS)
Online Exam Management System(OEMS)Online Exam Management System(OEMS)
Online Exam Management System(OEMS)PUST
 
ONLINE EXAMINATION on ASP.NET
ONLINE EXAMINATION on ASP.NETONLINE EXAMINATION on ASP.NET
ONLINE EXAMINATION on ASP.NETRupam Dey
 
Examination Hall Allocation
Examination Hall Allocation Examination Hall Allocation
Examination Hall Allocation Martina Thampan
 
Project report on online examination system
Project report on online examination systemProject report on online examination system
Project report on online examination systemMo Irshad Ansari
 
Online examination system of open and distance education kunti
Online examination system of open and distance education kuntiOnline examination system of open and distance education kunti
Online examination system of open and distance education kuntiNawaraj Ghimire
 
lake city institute of technology
lake city institute of technology lake city institute of technology
lake city institute of technology RaviKalola786
 
Project Report Online Test
Project Report Online TestProject Report Online Test
Project Report Online TestAbhishek Kumar
 

What's hot (20)

Online Quiz System Project Report
Online Quiz System Project Report Online Quiz System Project Report
Online Quiz System Project Report
 
Project Report on Exam Suite/Test Application/Exam App ( JAVA )
Project Report on Exam Suite/Test Application/Exam App ( JAVA )Project Report on Exam Suite/Test Application/Exam App ( JAVA )
Project Report on Exam Suite/Test Application/Exam App ( JAVA )
 
Online Examination System Report
Online Examination System ReportOnline Examination System Report
Online Examination System Report
 
Online examination system doc v2
Online examination system doc v2Online examination system doc v2
Online examination system doc v2
 
online Examination System (project report)
online Examination System (project report)online Examination System (project report)
online Examination System (project report)
 
Online examination system Documentation
Online examination system DocumentationOnline examination system Documentation
Online examination system Documentation
 
IRJET - Implementation of Conducting Online Certification Examination in ...
IRJET -  	  Implementation of Conducting Online Certification Examination in ...IRJET -  	  Implementation of Conducting Online Certification Examination in ...
IRJET - Implementation of Conducting Online Certification Examination in ...
 
Online examination system of open and distance education
Online examination system of open and distance educationOnline examination system of open and distance education
Online examination system of open and distance education
 
S13CS61920410Presentation
S13CS61920410PresentationS13CS61920410Presentation
S13CS61920410Presentation
 
Finaldocumentation
FinaldocumentationFinaldocumentation
Finaldocumentation
 
Online Exam Management System(OEMS)
Online Exam Management System(OEMS)Online Exam Management System(OEMS)
Online Exam Management System(OEMS)
 
ONLINE EXAMINATION on ASP.NET
ONLINE EXAMINATION on ASP.NETONLINE EXAMINATION on ASP.NET
ONLINE EXAMINATION on ASP.NET
 
Examination Hall Allocation
Examination Hall Allocation Examination Hall Allocation
Examination Hall Allocation
 
Exam system
Exam systemExam system
Exam system
 
Project report on online examination system
Project report on online examination systemProject report on online examination system
Project report on online examination system
 
E-Examination
E-ExaminationE-Examination
E-Examination
 
Online examination system of open and distance education kunti
Online examination system of open and distance education kuntiOnline examination system of open and distance education kunti
Online examination system of open and distance education kunti
 
lake city institute of technology
lake city institute of technology lake city institute of technology
lake city institute of technology
 
Project Report Online Test
Project Report Online TestProject Report Online Test
Project Report Online Test
 
Online examination system
Online examination systemOnline examination system
Online examination system
 

Similar to Online examination system

A Survey on Design of Online Judge System
A Survey on Design of Online Judge SystemA Survey on Design of Online Judge System
A Survey on Design of Online Judge SystemIRJET Journal
 
ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCEONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCEIRJET Journal
 
Online Exam Management System
Online Exam Management SystemOnline Exam Management System
Online Exam Management SystemIRJET Journal
 
Automated Placement System
Automated Placement SystemAutomated Placement System
Automated Placement SystemIRJET Journal
 
IRJET - Automated Exam Cell System
IRJET - Automated Exam Cell SystemIRJET - Automated Exam Cell System
IRJET - Automated Exam Cell SystemIRJET Journal
 
IRJET - Online Assignment System
IRJET - Online Assignment SystemIRJET - Online Assignment System
IRJET - Online Assignment SystemIRJET Journal
 
IRJET- Special Organization through Entity Ruling for Handling E-Grievance
IRJET- Special Organization through Entity Ruling for Handling E-GrievanceIRJET- Special Organization through Entity Ruling for Handling E-Grievance
IRJET- Special Organization through Entity Ruling for Handling E-GrievanceIRJET Journal
 
Online_Examiantion_System_Project_in_Jav.pptx
Online_Examiantion_System_Project_in_Jav.pptxOnline_Examiantion_System_Project_in_Jav.pptx
Online_Examiantion_System_Project_in_Jav.pptxMANISHKUMAR108507
 
Online examination documentation
Online examination documentationOnline examination documentation
Online examination documentationWakimul Alam
 
10.project online exam system
10.project  online exam system10.project  online exam system
10.project online exam systemIram hasan
 
Online Examination System Project report
Online Examination System Project report Online Examination System Project report
Online Examination System Project report SARASWATENDRA SINGH
 
IRJET- Web-Based System for Creation and Management of Multiple Choices based...
IRJET- Web-Based System for Creation and Management of Multiple Choices based...IRJET- Web-Based System for Creation and Management of Multiple Choices based...
IRJET- Web-Based System for Creation and Management of Multiple Choices based...IRJET Journal
 
IRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering TechniqueIRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering TechniqueIRJET Journal
 
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdfA_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdfAmishGupta15
 
A Project Report ON ONLINE EXAMS SYSTEM
A Project Report ON ONLINE EXAMS SYSTEMA Project Report ON ONLINE EXAMS SYSTEM
A Project Report ON ONLINE EXAMS SYSTEMDawn Cook
 
IRJET- Website Health Checker
IRJET- Website Health CheckerIRJET- Website Health Checker
IRJET- Website Health CheckerIRJET Journal
 
SURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
SURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCESURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
SURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCEIRJET Journal
 
Online examination system
Online examination systemOnline examination system
Online examination systemNarendra Sonone
 

Similar to Online examination system (20)

A Survey on Design of Online Judge System
A Survey on Design of Online Judge SystemA Survey on Design of Online Judge System
A Survey on Design of Online Judge System
 
ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCEONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
 
Online Exam Management System
Online Exam Management SystemOnline Exam Management System
Online Exam Management System
 
Automated Placement System
Automated Placement SystemAutomated Placement System
Automated Placement System
 
IRJET - Automated Exam Cell System
IRJET - Automated Exam Cell SystemIRJET - Automated Exam Cell System
IRJET - Automated Exam Cell System
 
IRJET - Online Assignment System
IRJET - Online Assignment SystemIRJET - Online Assignment System
IRJET - Online Assignment System
 
IRJET- Special Organization through Entity Ruling for Handling E-Grievance
IRJET- Special Organization through Entity Ruling for Handling E-GrievanceIRJET- Special Organization through Entity Ruling for Handling E-Grievance
IRJET- Special Organization through Entity Ruling for Handling E-Grievance
 
Online_Examiantion_System_Project_in_Jav.pptx
Online_Examiantion_System_Project_in_Jav.pptxOnline_Examiantion_System_Project_in_Jav.pptx
Online_Examiantion_System_Project_in_Jav.pptx
 
Online examination documentation
Online examination documentationOnline examination documentation
Online examination documentation
 
10.project online exam system
10.project  online exam system10.project  online exam system
10.project online exam system
 
Online Examination System Project report
Online Examination System Project report Online Examination System Project report
Online Examination System Project report
 
IRJET- Web-Based System for Creation and Management of Multiple Choices based...
IRJET- Web-Based System for Creation and Management of Multiple Choices based...IRJET- Web-Based System for Creation and Management of Multiple Choices based...
IRJET- Web-Based System for Creation and Management of Multiple Choices based...
 
IRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering TechniqueIRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering Technique
 
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdfA_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
 
A Project Report ON ONLINE EXAMS SYSTEM
A Project Report ON ONLINE EXAMS SYSTEMA Project Report ON ONLINE EXAMS SYSTEM
A Project Report ON ONLINE EXAMS SYSTEM
 
Online Exam
Online ExamOnline Exam
Online Exam
 
IRJET- Website Health Checker
IRJET- Website Health CheckerIRJET- Website Health Checker
IRJET- Website Health Checker
 
S13CS61920410
S13CS61920410S13CS61920410
S13CS61920410
 
SURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
SURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCESURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
SURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
 
Online examination system
Online examination systemOnline examination system
Online examination system
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 

Recently uploaded (20)

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 

Online examination system

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2015, IRJET ISO 9001:2008 Certified Journal Page 115 ONLINE EXAMINATION SYSTEM Deepankar Vishwas Kotwal1, Shubham Rajendra Bhadke2, Aishwarya Sanjay Gunjal3, Puspendu Biswas4 1 Computer Engineering Department, Sanghavi College of Engineering, Maharashtra, India 2 Computer Engineering Department, Sanghavi College of Engineering, Maharashtra, India 3 Computer Engineering Department, Sanghavi College of Engineering, Maharashtra, India 4 Head of Department Computer Engineering, Sanghavi College of Engineering, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This Online Examination System is a software solution, which allows any industry or institute to arrange, conduct and manage examinations via an online environment. It can be done through the Internet/Intranet and/ Local Area Network environments. Some of the problems faced during manual examination systems are the delays occured in result processing, filing poses a problem, filtering of records is difficult. The chance of loss of records is high also record searching is difficult. Maintenance of the system is also very difficult and takes lot of time and effort. Online examination is one of the crucial parts for online education system. It is efficient, fast enough and reduces the large amount of material resource. An examination system is developed based on the web. This paper describes the principle of the system, presents the main functions of the system, analyzes the auto-generating test paper algorithm, and discusses the security of the system. Key words: Security, Client Server Architecture; Browser Server Architecture; Random Number Generator; Randomization;. 1. INTRODUCTION The Online Examination System is an electronic application. This framework will help the college/Institution to assess the inquiry have different alternative with one right reply. The college/Institution can direct the online examination and report the outcome in a couple time. The examination office is in charge of the creating the inquiry paper and it would be totally secure. Online Examination framework give remotely access to understudies. It assists the inspector with reducing the work of leading exam, checking answer sheets and producing result. All these work is finished by the machine. All the information is put away on the server. What’s more, customers can get to these databases and give exam. Here we utilize a customer server model. Executive offer access to instructor and understudies. Understudies who have account on the framework will have the capacity to give exam. There are two sorts of exam segment Practice and Real test. Understudies can give both tests. Right answer will be highlighted in diverse shading. Subsequent to submitting test the outcome will be created and examinations is done on the premise of result and send it to every single understudy. 1.1 MOTIVATION OF THE PROJECT In customary framework directing exam is extremely repetitive work for analyst and educator too. The entire procedure of allocating exam and assessing their score after the test was done physically till date. Be that as it may, online examination framework is absolutely electronic framework. The framework goes for diminishing expenses connected with directing exams over a timeframe and accomplishing complete computerization of examination framework related assignments like enlistment, distribution of results, which prompts a high level of framework effectiveness. In the wake of experiencing huge numbers of reference papers at long last we are concluded that we can manufactured one examination framework that can be give easy to understand access to establish for directing exam and investigation of result. 1.2 LITERATURE SURVEY  Hongmei Nie Math, Physics and Information Engineering College Online examination is the crucial parts among online education. It is efficient and fast enough and reduces the large amount of material resources. Examination system is developed based on web. This paper
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2015, IRJET ISO 9001:2008 Certified Journal Page 116 describes the principle of the designed system, that presents the main functions of the system, analyzes the algorithm of auto- generating test paper,and discusses the security of the system.  Nor Shahida bt Mohd Jamail Abu Bakar Md Sultan Faculty of Computer Science and Technology, Selangor, Malaysia Examination process is important activities for institutions to evaluate student's performance. Thus the quality of the exam questions would determine the quality of the students produced by the institutions, also preparing exam questions is challenges, tedious and time consuming for the instructors. Current technologies help instructors to store the questions banks in computer databases. The issue arise is how the current technologies would also help the instructors to auto generate the different sets of questions from time to time without concern about repetition and duplication from the pass exam while the exam bank growing. This paper describes the use of shuffling algorithm in an Automatic Generator Question paper System (GQS) as a randomization technique for organizing sets of exam paper. The results displays the shuffling algorithm could be used to overcome randomization issue for GQS. 2. STATEMENT OF SCOPE Online Examination arrangement is a Multiple Choice Questions based Examination framework. It gives a simple way to utilize the environment for both test-conductors and understudies showing up for examination. Online Examination System is a web application that sets up a system between the establishments and understudies. Establishments enter on the site the inquiries they need in the exam. These inquiries are shown as a test to the qualified understudies. The answers enter by the understudies are then assessed what’s more, their score is computed and spared. This score then can be got to by the organizations to focus the passes understudies or to assess their execution. Online Examination System gives the stage yet does not specifically take an interest in, nor is it included in any tests led. Inquiries are posted not by the site, but rather clients of the site. The site requires an organization to enlist before posting the inquiries. The site has a manager who watches out for the general working of the framework. Goals and Objectives are as follows:  Online examination will diminish the rushed occupation of evaluating the answers given by the applicants physically.  Being a coordinated Online examination framework it will decrease paper work.  To permit workforce to give extra time to understudies with handicaps.  To permit workforce to make tests and answer key.  To permit programmed reviewing and manual evaluating which can be recorded per test. 3. AREA OF THE PROJECT  The main objective of this online exam system is to reduce the work of conducting the exam.  The online examination system is a web based application which is useful all over the educational and corporate sector. This online examination system includes the architectural components as Browser-Server architecture, Client-Server Architecture, Auto Question Generator System, Security, Randomization. The Random Number Generator Algorithm is used for this system. It is described forward.  RANDOM NUMBER GENERATOR Random Number Generators i.e. RNG’s used for applications of cryptography that mostly produces a sequence of zeros and one bits, that may be together combined into the sub-sequences or blocks of random values. The two basic classes that are used for this algorithm are as follows: 1. Deterministic and 2. Non Deterministic. A Deterministic RNG consists of algorithm that produces a sequence of bits from an initial value called a seed. A nondeterministic RNG produces the output which is dependent on some unpredictable physical source that is outside human control. No FIPS approved nondeterministic random number generators are there.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2015, IRJET ISO 9001:2008 Certified Journal Page 117 4. ARCHITECTURAL DESIGN Figure: 4.1 Architectural Design of the Online Exam System A description of the program architecture is presented. Subsystem design or Block diagram, Package Diagram, Deployment diagram with description is to be presented. Data Deign: In this system web program was utilized as a customer, JSP Engine as the business rationale level to accomplish its capacity, and database framework as the information layer. 1. Client: Client was Web Browser, which executed the framework’s showcase rational. The capacity was to send demand to the web server through the web programs by the clients (instructors or understudies). While the Web Server return the asked for HTML pages or HTML pages powerfully created by JSP page to the customer, which were appeared in the Web program. 2. Business Logic Tier: Business rationale level was accomplished primarily by JSP and JavaBeans running the JSP Engine. It reacted to customer demands and accomplished the business rationale with the Web Server. Tomcat, an open source programming, was utilized as the JSP Engine and Web Server. 3. Information Tier: Data level was acknowledged with database framework, used to store the business information, for example, inquiries and papers furthermore, control information, for example, client information. MS ACCESS was utilized to accomplish the information level. The JSP improvement model in view of Model 1 is extremely suitable for snappy and little scale application advancement. REFERENCES [1] International Journal of Emerging Technology and Advanced Engineering, Website: www.ijetae.com ( ISSN 2250 - 2459, ISO 9001:2008 Certified Journal, Volume 4 , Issue 3 , March 2014 ) 660 Online Descriptive Examination and Assessment System Bhagyashri Kaiche 1, Samiksha Kalan 2, Sneha More 3 , Lekha Shelukar 4 1,2,3,4 KBT College of Engg Nashik, (India) [2] Z. M. Yuan, L. Zhang, G. H. Zhan, A novel web-based online examination system for computer science education, In proceeding of the 33rd Annual Frontiers in Education, 2013, S3F7-10. [3] WebBased online Secured Exam; B.Persis Urbana Ivy,A.shalini, A.Yamuna/International Journal of Engineering Research and Applications (IJERA) ISSN:2248-9622 www.ijera.com Vol. 2, Issue 1,Jan- Feb 2012, pp.943-944943. [4] Online Descriptive Examination and Assessment System.L. Zhang, et al., Development of Standard Examination System of Special Course for Remote Education, Journal of Donghua University (English Edition), 2013, Vol. 19, NO.1, 99-102. [5] Challenges of Online Exam, Performances and problems for Online University Exam; IJCSI International Journal of Computer Science Issues, Vol. 10, Issue 1, No 1, January 2013 ISSN (Print): 1694-0784 — ISSN (Online): 1694-0814. www.IJCSI.org [6] Al-Mashaqbeh, I.F. Al Hamad, A.Student’s Perception of an Online Exam within the Decision Support System Course at Al al Bayt University Conference publication Pages: 131135 7-10 May 2010. [7] Design and Development of the Online Examination System based on B/S Structure.Hongmei Nie Math,Physics and Information Engineering College Zhejiang Normal University Jinhua,China E-mail: nhm@zjnu.cn [8] Shuffling Algorithms for Automatic Generator Question Paper. Nor Shahida bt Mohd Jamail Abu Bakar Md Sultan Faculty of Computer Science and Information Technology Universiti Putra Malaysia, 43400 UPM SERDANG, Selangor, Malaysia. E-mail: shahidajamail@yahoo:com [9] Hanxiao Shi, Guodong Zhou and Peide Qian (2010), An A ttribute - based Sentiment Analysis System, Information Technology Journal, pp 1607 - 1614. [10] Papri Chakraborty (2012), Developing an Intelligent Tutoring System for Assessing Students Cognition and Evaluating Descriptive Type Answer, IJ MER, pp 985 - 990.