SlideShare a Scribd company logo
1 of 29
ID SHEET
ROLL NO. :
NAME OF STUDENT: BANSI RAM
ADDRESS : NERCHOWK
FRONTEND TOOL : JAVA NETBEANS
BACK END TOOL : SQL
INFORMATICS PRACTICES
A PROJECT ON
QUIZ
SUBMITTED IN PARTIAL ROOOLBACK
INFULFILLMENT
OF THE REQUIREMENT FOR THE
CENTRAL BOARD OF SECONDARY
EXAMINATION
SUBMITTED TO: SUBMITTED BY:
MISS.MADHURI. BANSI RAM
(I.P.TEACHER) ROLL NO. :
CERTIFICATE
This is to certify that the Project / Dissertation entitled
QUIZ is a bonafide work done by Master BANSI RAM
class XII Session 2018-19 in partial fulfillment of CBSE’s
AISSCE Examination 2019 and has been carried out under
my direct supervision and guidance. This report or a similar
report on the topic has not been submitted for any other
examination and does not form a part of any other course
undergone by the candidate.
……………………………..
Signature ofTeacher/Guide
Name: MISS.MADHURI
Designation: (I.PTEACHER)
Name: BANSIRAM
…….…………………
Signature ofPrincipal
ACKNOWLEDGEMENT
E undertook this Project work, as the part of our XII-Informatics
Practices course. We had tried to apply our best of knowledge and
experience, gained during the study and class work experience.
However, developing software system is generally a quite complex and time-
consuming process. It requires a systematic study, insight vision and
professional approach during the design and development. Moreover, the
developer always feels the need, the help and good wishes of the people near
you, who have considerable experience and idea.
We would like to extend our sincere thanks and gratitude to our teacher MISS.
MADHURI (I.P.TEACHER). We are very much thankful to our Principal
MRS RANJEET for giving valuable time and moral support to develop this
software.
We would like to take the opportunity to extend our sincere thanks and gratitude
to our parents for being a source of inspiration and providing time and freedom
to develop this software project.
BANSI RAM
Class XII
W
CONTENTS
1. Introduction
2. Objective & Scope of the project
3. Theoretical Background
4. Problem Definition & Analysis
5. System Implementation
6.1 The Hardware used:
6.2 The Softwares used:
6. System Design & Development
7.2 Database Design:
7.3 Menu Design:
7.4 I/O Forms Design & Event Coding:
7. User Manual
8.1 How to install:
8.2 Working with Software:
8. References
1. Introduction
This software project is developed to automate the functionalities of a Quiz. The purpose of
the software project is to develop the Management Information System (MIS) to automate the
record keeping of Publishers, Books, Members and Book issue and receive transactions with
a view to enhance the decision making of the functionaries.
A MIS mainly consists of a computerized database, a collection of inter-related tables for a
particular subject or purpose, capable to produce different reports relevant to the user. An
application program is tied with the database for easy access and interface to the database.
Using Application program or front-end, we can store, retrieve and manage all information in
proper way.
This software, being simple in design and working, does not require much of training to
users, and can be used as a powerful tool for automating a Quiz.
During coding and design of the software Project, Java NetBeans IDE, a powerful front-end
tool is used for getting Graphical User Interface (GUI) based integrated platform and coding
simplicity. As a back-end a powerful, open source RDBMS, My SQL is used as per
requirement of the CBSE curriculum of Informatics Practices Course.
2. Objective & Scope of the Project
he objective of the software project is to develop a computerized MIS to automate the
functions of a Quiz. This software project is also aimed to enhance the current record
keeping system, which will help managers to retrieve the up-to-date information at right time in
right shape.
The proposed software system is expected to do the following functionality-
 To provide a user friendly and Graphical User Interface (GUI).
 The proposed system should maintain all the records and transactions, and should generate the
required reports and information when required.
 To provide graphical and user-friendly interface to interact with a centralized database based
on client-server architecture.
 To identify the critical operation procedure and possibilities of simplification using modern IT
tools and practices.
In its current scope,the software enables user to retrieve and update the information from centralized
database designed with MySQL . This software does not require much training time of the users due
to limited functionality and simplicity.
During the development of Quiz project, Java NetBeans IDE,a powerful, open source event-driven
form-based development environment is used for modular design and future expandability of the
system.
Despite of the best effort of the developer, the following limitations and functional boundaries are
visible, which limits the scope of this application software.
1. This software can store records and produce reports in pre-designed format in soft copy.
There is no facility yet to produce customized reports. Only specified reports are covered.
2. There is no provision to calculate fine or penalty etc. for defaulter members; however it can
be developed easily with the help of adding modules.
So far as future scope of the project is concerned, firstly it is open to any modular expansion i.e. other
modules or functions can be designed and embedded to handle the user need in future. Any part of the
software and reports can be modified independently without much effort.
T
3. Theoretical Background
3.1 What is Database?
Introduction and Concepts:
A database is a collection of information related to a particular subject or purpose, such as
tracking customer orders or maintaining a music collection. Using any RDBMS application
software like MS SQL Server, MySQL, Oracle, Sybase etc, you can manage all your
information from a single database file. Within the file, divide your data into separate storage
containers called tables. You may and retrieve the data using queries.
A table is a collection of data about a specific topic, such as products or suppliers. Using a
separate table for each topic means you can store that data only once, which makes your
database more efficient and reduces data-entry errors. Table organises data into columns
(called fields) and rows (called records).
A Primary key is one or more fields whose value or values uniquely identify each record in a
table. In a relationship, a primary key is used to refer to specific record in one table from
another table. A primary key is called foreign key when it is referred to from another table.
To find and retrieve just the data that meets conditions you specify, including data from
multiple tables, create a query. A query can also update or delete multiple records at the same
time, and perform built-in or custom calculations on your data.
Role of RDBMS Application Program:
A computer database works as a electronic filing system, which has a large number of ways
of cross-referencing, and this allows the user many different ways in which to re-organize
and retrieve data. A database can handle business inventory, accounting and filing and use the
information in its files to prepare summaries, estimates and other reports. The management of
data in a database system is done by means of a general-purpose software package called a
Database Management System (DBMS). Some commercially available DBMS are MS SQL
Server, MS ACCESS, INGRES, ORACLE, and Sybase .
3.2 What is MySQL ?
The management of data in a database system is done by means of a general-purpose
software package called a Database Management System (DBMS). Some commercially
available RDBMS are MS SQL Server, MS ACCESS, INGRES, ORACLE, and Sybase.
MySQL, the most popular Open Source SQL database management system, is developed,
distributed, and supported by Oracle Corporation. MySQL is named after co-founder Monty
Widenius's daughter, My. The name of the MySQL Dolphin (our logo) is “Sakila,”.
 MySQL is a database management system.
A database is a structured collection of data. It may be anything from a simple
shopping list to a picture gallery or the vast amounts of information in a corporate
network. To add, access, and process data stored in a computer database, you need a
database management system such as MySQL Server. Since computers are very good
at handling large amounts of data, database management systems play a central role in
computing, as standalone utilities, or as parts of other applications.
The Main Features of MySQL
 Written in C and C++.
 Works on many different platforms.
 Uses multi-layered server design with independent modules.
 Provides transactional and nontransactional storage engines.
 Designed to make it relatively easy to add other storage engines. This is useful if you
want to provide an SQL interface for an in-house database.
 Uses a very fast thread-based memory allocation system.
 Executes very fast joins using an optimized nested-loop join.
 Provides the server as a separate program for use in a client/server networked
environment, and as a library that can be embedded (linked) into standalone
applications. Such applications can be used in isolation or in environments where no
network is available.
 Password security by encryption of all password traffic when you connect to a server.
 MySQL client programs can be written in many languages. A client library written in
C is available for clients written in C or C++, or for any language that provides C
bindings.
 The Connector/ODBC (MyODBC) interface provides MySQL support for client
programs that use ODBC (Open Database Connectivity) connections.
 The Connector/J interface provides MySQL support for Java client programs that use
JDBC connections. Clients can be run on Windows or Unix. Connector/J source is
available.
3.3 What is NetBeans IDE ?
NetBeans started as a student project (originally called Xelfi) in the Czech Republic in 1996.
The goal was to write a Delphi-like Java IDE in Java. Xelfi was the first Java IDE (Integrated
Development Environment)
written in Java, with its first pre-releases in 1997. Xelfi was a fun project to work on,
especially since Java IDE space was uncharted territory at that time. The project attracted
enough interest that these students, once they graduated, decided that they could market it as
a commercial product. Soliciting resources from friends and relatives for a web space, they
formed a company around it.
Features of NetBeans
A free, open-source Integrated Development Environment for software developers. You get
all the tools you need to create professional desktop, enterprise, web, and mobile applications
with the Java platform, as well as C/C++, PHP, JavaScript, Groovy, and Ruby.
NetBeans IDE 6.9 introduces the JavaFX Composer, support for JavaFX SDK 1.3, OSGi
interoperability, support for the PHP Zend framework and Ruby on Rails 3.0, and more.
4. Problem Definition & Analysis
The hardest part of building a software system is deciding precisely what to build. No other
part of the conceptual work is as difficult as establishing the detailed technical requirement.
Defining and applying good, complete requirements are hard to work, and success in this
endeavor has eluded many of us. Yet, we continue to make progress.
Problem definition describes the What of a system, not How . The quality of a software
product is only as good as the process that creates it. Problem definition is one of the most
crucial steps in this creation process. Without defining a problem, developers do not know
what to build, customers do not know what to expect, and there is no way to validate that the
built system satisfies the requirement. Problem definition and Analysis is the activity that
encompasses learning about the problem to be solved, understanding the needs of customer
and users, trying to find out who the user really is, and understanding all the constraints on
the solution. It includes all activities related to the following:
 Identification and documentation of customer’s or user’s needs.
 Creation of a document that describes the external behavior and the association
constraints that will satisfies those needs.
 Evolution of needs.
After the analysis of the functioning of a Quiz, the proposed System is expected to do the
following: -
 To provide a user friendly, Graphical User Interface (GUI) based integrated and
centralized environment for computerized Quiz.
 To provide efficient and secured Information storage, flow and retrieval system,
ensuring the integrity and validity of records.
 To provide graphical and user-friendly interface to interact with a centralized database
based on client-server architecture.
 To identify the critical operation procedure and possibilities of simplification using
modern IT tools and practices.
5. System Implementation
5.1 TheHardwareused:
While developing the system, the used hardware are:
PC with Pentium IV processor or sometimes, PC with Celeron (1.7 GHz) processor
having 256 MB RAM, SVGA and other required devices.
5.2 The Softwaresused:
Microsoft Windows® XP as Operating System.
Java NetBeans 6.9 as Front-end Development environment.
MySQL as Back-end Sever with Database for Testing.
MS-Word 2000 for documentation.
6. System Design & Development
6.1 Database Design:
An important aspect of system design is the design of data storage structure. To begin with a
logical model of data structure is developed first. A database is a container object which
contains tables, queries, reports and data validation policies enforcement rules or contraints
etc.The goodness of data base design lies in the table structure and its relationship.This
software project maintains a database named QUIZ which contains the following tables.
Table Design:The database of Quiz System contains 7 tables. The tables are normalized to
minimize the redundancies of data and enforcing the validation rules of the organization.
Most of the tables are designed to store master records. The tables and their structure are
given below.
Table: LogIn
Column Name Type Size
ID (Primary Key) Varchar 20
Password Varchar 30
Table: IP
Column Name Type Size
SNo Integer 11
Questions Varchar 200
a Varchar 100
b Varchar 100
c Varchar 100
d Varchar 100
Result Varchar 1
Table: GK
Column Name Type Size
SNo Integer 11
Questions Varchar 200
a Varchar 100
b Varchar 100
c Varchar 100
d Varchar 100
Result Varchar 1
Table: Result
Column Name Type Size
ID Varchar 20
ipresult Varchar 20
gkresult Varchar 20
6.2 Menu Design:
JSS Infoware gateway comprises the following options, organized in a user friendly way. The
menu system divided in Menu Bars, each having a pull down menus containing options for a
specific task.
Sr. Menu Bar PullDownMenu Purpose FormsAttached
1. Select
IP Take a test for IP
Test.java
GK Take a test for GK
Test.java
2.
Exit QUIT Close application
--
6.3 I/O Forms Design & Event Coding:
The software project for Public Quiz Management contains various forms along with
programming codes. Forms (JFrames) and their event coding are given below.
Frame: LogIn.java
Codingof LOGIN.java
importjava.sql.*;
publicclass LogIn extendsjavax.swing.JFrame {
/** Constructor*/
publicLogIn() {
initComponents();
}
private voidloginBTNActionPerformed(java.awt.event.ActionEventevt) {
StringPWord= newString(Password.getPassword());
StringId= ID.getText();
try {
Class.forName("java.sql.Driver");
Connectionconn= DriverManager.getConnection("jdbc:mysql://localhost/quizdb","root",
"kvuc");
Statement stmt = conn.createStatement();
stmt = conn.createStatement();
String sql = "select * from LogIn where ID = '" + Id + "'";
ResultSet rs = stmt.executeQuery(sql);
rs.next();
String str = rs.getString("Password");
if(str.equals(PWord))
{
Menu m = new Menu(Id);
m.setVisible(true);
this.setVisible(false);
}
else
{
InvalidLBL.setText("Incorrect ID or Password");
}
} catch (Exception e) { InvalidLBL.setText("Incorrect ID or Password");}
}
private void regLBLMouseClicked(java.awt.event.MouseEvent evt) {
Register r = new Register();
r.setVisible(true);
this.setVisible(false);
}
Frame: Register.java
Coding of Register.java
import java.sql.*;
import javax.swing.JOptionPane;
publicclass Registerextendsjavax.swing.JFrame {
/** Constructor*/
publicRegister(){
initComponents();
}
private voidRegisterTFActionPerformed(java.awt.event.ActionEventevt) {
try {
Class.forName("java.sql.Driver");
Connectionconn= DriverManager.getConnection("jdbc:mysql://localhost/quizdb","root",
"kvuc");
Statementstmt= conn.createStatement();
Stringsql;
sql = "insertintoResultvalues('"+ IDTF.getText()+"',0,0,0,0)";
stmt.executeUpdate(sql);
sql = "insertintoLogInvalues( '" + IDTF.getText() +"' , '" + PasswordTf.getText()+"' )";
stmt.executeUpdate(sql);
stmt.close();
conn.close();
newMenu(IDTF.getText()).setVisible(true);
this.setVisible(false);
}
catch( Exceptione)
{
JOptionPane.showMessageDialog(null,""+e);
}
}
publicstatic voidmain(Stringargs[]) {
java.awt.EventQueue.invokeLater(new Runnable() {
publicvoidrun() {
newRegister().setVisible(true);
}
});
}
Frame: Menu.java
CodingforMenu.java
publicclass Menu extendsjavax.swing.JFrame {
StringID;
/** Constructor*/
publicMenu() {
initComponents();
}
publicMenu(Stringid) {
initComponents();
ID = id;
}
private voidstartTestBTNActionPerformed(java.awt.event.ActionEventevt) {
Stringsub= null;
if(IP.isSelected()){
sub= "IP";
}
else if(GK.isSelected()) {
sub= "GK";
}
if (sub!= null)
{
Testt = newTest(sub,ID);
t.setVisible(true);
this.setVisible(false);
}
}
private voidjMenuItem1ActionPerformed(java.awt.event.ActionEventevt) {
IP.doClick();
}
private voidjMenuItem2ActionPerformed(java.awt.event.ActionEventevt) {
GK.doClick();
}
private voidjMenuItem5ActionPerformed(java.awt.event.ActionEventevt) {
System.exit(0);
}
publicstatic voidmain(Stringargs[]) {
java.awt.EventQueue.invokeLater(new Runnable() {
publicvoidrun() {
newMenu().setVisible(true);
}
});
}
Frame: Test.java
CodingforTest.Java
importjava.sql.*;
importjavax.swing.JOptionPane;
publicclass Test extendsjavax.swing.JFrame {
StringID;
StringSubject;
int index =1;
int max =0;
int result= 0;
char [] answers;
/** Constructor*/
publicTest()
{
initComponents();
}
publicTest(Stringsubject,String id)
{
initComponents();
ID = id;
Subject= subject;
PrevBTN.setVisible(false);
try
{Class.forName("java.sql.Driver");
Connectionconn= DriverManager.getConnection("jdbc:mysql://localhost/quizdb","root",
"kvuc");
Statementstmt= conn.createStatement();
Stringsql = "selectmax(SNo) from"+ Subject;
ResultSetrs= stmt.executeQuery(sql);
rs.next();
max = rs.getInt(1);
answers= newchar[max];
for(inti=0;i<max;i++) {
answers[i] ='e';
}
rs.close();
stmt.close();
conn.close();
getQues();
}
catch(Exceptionr){ JOptionPane.showMessageDialog(null,""+r);
}
}
private voidgetQues()
{
try
{
Class.forName("java.sql.Driver");
Connectionconn= DriverManager.getConnection("jdbc:mysql://localhost/quizdb","root",
"kvuc");
Statementstmt= conn.createStatement();
Stringsql = "select*from " + Subject+ " where SNo= " + index;
ResultSetrs= stmt.executeQuery(sql);
rs.next();
QuesTA.setText("nQ"+index +". " + rs.getString(2));
a.setText(rs.getString("a"));
b.setText(rs.getString("b"));
c.setText(rs.getString("c"));
d.setText(rs.getString("d"));
a.setSelected(answers[index-1] == 'a');
b.setSelected(answers[index-1] =='b');
c.setSelected(answers[index-1] =='c');
d.setSelected(answers[index-1] =='d');
e.setSelected(answers[index-1] =='e');
rs.close();
stmt.close();
conn.close();
}
catch(Exceptionr){ JOptionPane.showMessageDialog(null,""+r);}
}
private voidPrevBTNActionPerformed(java.awt.event.ActionEventevt) {
index--;
getQues();
if(index ==1) {
PrevBTN.setVisible(false);
}
if(index <max) {
NextBTN.setVisible(true);
}
}
private voidNextBTNActionPerformed(java.awt.event.ActionEventevt) {
index++;
getQues();
if(index ==max) {
NextBTN.setVisible(false);
}
if(index >1) {
PrevBTN.setVisible(true);
}
}
private voidbActionPerformed(java.awt.event.ActionEventevt) {
answers[index-1] ='b';
}
private voidResultBTNActionPerformed(java.awt.event.ActionEventevt) {
try
{
Class.forName("java.sql.Driver");
Connectionconn= DriverManager.getConnection("jdbc:mysql://localhost/quizdb","root",
"kvuc");
Statementstmt= conn.createStatement();
Stringsql = "selectResultfrom"+ Subject;
ResultSetrs= stmt.executeQuery(sql);
inti = 0;
while(rs.next())
{
char ans = rs.getString(1).charAt(0);
if(ans== answers[i]){
result++;
}
i++;
}
floatres= ((float)result*100 ) / max;
sql = "Select"+ Subject+ "ResultfromResultwhere ID= '" + ID + "'";
rs = stmt.executeQuery(sql);
rs.next();
if(res>rs.getFloat(1))
{
sql = "update Resultset"+ Subject+ "Result= " + res+ " where ID= '" + ID + "'";
stmt.executeUpdate(sql);
}
stmt.close();
conn.close();
newResult(res,ID).setVisible(true);
this.setVisible(false);
}
catch(Exceptionr){ JOptionPane.showMessageDialog(null,r);}
}
private voidaActionPerformed(java.awt.event.ActionEventevt) {
answers[index-1] ='a';
}
private voidcActionPerformed(java.awt.event.ActionEventevt) {
answers[index-1] ='c';
}
private void dActionPerformed(java.awt.event.ActionEventevt) {
answers[index-1] ='d';
}
public static void main(Stringargs[]) {
java.awt.EventQueue.invokeLater(new Runnable() {
publicvoidrun() {
newTest().setVisible(true);
}
});}
Frame: Result.java
CodingofResult.java
importjava.sql.*;
importjavax.swing.table.*;
importjavax.swing.JOptionPane;
publicclass Result extendsjavax.swing.JFrame {
floatresult;
StringID;
/** CreatesnewformResult*/
publicResult() {
initComponents();
}
publicResult(floatres,Stringid)
{
initComponents();
result= res;
ID = id;
Score.setText(res+"%");
try {
Class.forName("java.sql.Driver");
Connectionconn= DriverManager.getConnection("jdbc:mysql://localhost/quizdb","root",
"kvuc");
Statementstmt= conn.createStatement();
Stringsql = "select*from Resultwhere ID= '" + ID + "'";
ResultSetrs= stmt.executeQuery(sql);
Object[] newrow =newObject[5];
newrow[0] ="MAX MARKS";
rs.next();
for(inti=1;i<=4;i++) {
newrow[i] =rs.getString(i+1);
}
DefaultTableModel tm= (DefaultTableModel)scoreTBL.getModel();
tm.addRow(newrow);
}
catch (Exceptione) { JOptionPane.showMessageDialog(null,""+e);
}
}
private voidBackBTNActionPerformed(java.awt.event.ActionEventevt) {
newMenu(ID).setVisible(true);
this.setVisible(false);
}
private voidexitBTNActionPerformed(java.awt.event.ActionEventevt) {
this.dispose();
}
publicstatic voidmain(Stringargs[]) {
java.awt.EventQueue.invokeLater(new Runnable() {
publicvoidrun() {
newResult().setVisible(true);
}
});
7. User Manual
7.1 HowtoinstallSoftware:
HardwareRequirement-
 Intel Pentium/Celeron or similar processor based PC at Client/Server end.
 128 MB RAM and 4GB HDD space (for Database) is desirable.
 Standard I/O devices like Keyboard and Mouse etc.
 Printer is needed for hard-copy reports.
 Local Area Network(LAN) is required for Client-Server Installation
SoftwareRequirement-
 Windows 2000/XP OS is desirable.
 NetBeans Ver 5.1 or higher should be installed with JDK and JVM.
 MySQL Ver 6.1 with Quizdb Database must be present at machine.
DatabaseInstallation
The software projectisdistributedwithabackupcopy of a Database named Quizdbwithrequired
tables.Some dummyrecordsare presentinthe tablesfortestingpurposes,whichcanbe deleted
before insertingreal data.The projectisshippedwith Quiz.SQLfile whichinstallsadatabase and
tablesinthe computersystem.
Note:The PC musthave MySQL serverwithuser(root) andpassword(raj) .If root passwordisany
otherpassword,itcan be changedbyrunningMySQL ServerInstance Configure Wizard.
Start Program MySQL MySQLServerMySQL ServerInstance ConfigWizardProvide current
passwordof root and newpasswordas“raj” , thiswill change the root password.
To install a MySQL database from a dump file (Quiz.sql) , simply follow the following steps.
Step 1: Copy the Quiz.sql file in C:Program filesMysqlMySql server 5.1Bin folder.
Step 2: Open MySQL and type the following command to create the dabase named Quizdb.
mysql> create database Quizdb;
Step 3: Open Command Window (Start Run  cmd)
Step 4: Go to the following folder using CD command of DOS.
C:Program filesMysqlMySql server 5.1Bin>
Step 5: type the following command on above prompt -
C:….bin> mysql -u root -praj Quizdb < Quiz.sql
This will create a Quizdb databse with required tables.
7.2 WorkingwithSoftwareProject:
The Quiz ManagementProgram consistsof the followinglogicallyorganisedMenu-structure forthe
easyfunctionality.Usermaychoose the menuoptionsforcorrespondingworks.
Select:
Thismenu itemgivesoptionstoselectjava,html,dbmsandnetworking.
Exit:
Thismenuclosesthe application.
8. References
In order to work on this project titled -QUIZ, the following books and literature are refered by me
during the various phases of development of the project.
(1) The Complete Reference Java 2.0
-by Shildit
(2) MySQL, Black Book
-by Steven Holzner
(2) Understanding SQL
– Gruber
(3) http://www.mysql.org/
(4) http://www.netbeans.org/
(5) On-line Help of NetBeans ®
(6) Informatics Practices for class XII
-by Sumita Arora
(7) Various Websites of Discussion Forum and software development activities.
Otherthan the above-mentionedbooks,the suggestionsandsupervisionof myteacherand my class
experience also helped me to develop this software project.

More Related Content

What's hot

BOOK SHOP SYSTEM Project in Python
BOOK SHOP SYSTEM Project in PythonBOOK SHOP SYSTEM Project in Python
BOOK SHOP SYSTEM Project in Pythonvikram mahendra
 
Computer Project for class 12 CBSE on school management
Computer Project for class 12 CBSE on school managementComputer Project for class 12 CBSE on school management
Computer Project for class 12 CBSE on school managementRemaDeosiSundi
 
Ip library management project
Ip library management projectIp library management project
Ip library management projectAmazShopzone
 
class 12th computer science project Employee Management System In Python
 class 12th computer science project Employee Management System In Python class 12th computer science project Employee Management System In Python
class 12th computer science project Employee Management System In PythonAbhishekKumarMorla
 
Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12Self-employed
 
Library management system
Library management systemLibrary management system
Library management systemArman Ahmed
 
Informatics Practices Project on Tour and travels
 Informatics Practices Project on Tour and travels  Informatics Practices Project on Tour and travels
Informatics Practices Project on Tour and travels Harsh Mathur
 
Computer science project.pdf
Computer science project.pdfComputer science project.pdf
Computer science project.pdfHarshitSachdeva17
 
MOVIE TICKET BOOKING-COMPUTER SCIENCE C++ PROJECT
MOVIE TICKET BOOKING-COMPUTER SCIENCE C++ PROJECTMOVIE TICKET BOOKING-COMPUTER SCIENCE C++ PROJECT
MOVIE TICKET BOOKING-COMPUTER SCIENCE C++ PROJECTSindhu Ashok
 
Online Quiz System Project Report ppt
Online Quiz System Project Report pptOnline Quiz System Project Report ppt
Online Quiz System Project Report pptKishan Maurya
 
Quiz app (android) Documentation
Quiz app (android) DocumentationQuiz app (android) Documentation
Quiz app (android) DocumentationAditya Nag
 
Informatics Practices/ Information Practices Project (IP Project Class 12)
Informatics Practices/ Information Practices Project (IP Project Class 12)Informatics Practices/ Information Practices Project (IP Project Class 12)
Informatics Practices/ Information Practices Project (IP Project Class 12)KushShah65
 
Synopsis of online Attendance System
Synopsis of online Attendance SystemSynopsis of online Attendance System
Synopsis of online Attendance SystemShyam Sundar Pandey
 
Computer science class 12 project on Super Market Billing
Computer science class 12 project on Super Market BillingComputer science class 12 project on Super Market Billing
Computer science class 12 project on Super Market BillingHarsh Kumar
 
Hospital Management System Project
Hospital Management System ProjectHospital Management System Project
Hospital Management System ProjectSanjit Yadav
 
library management system in SQL
library management system in SQLlibrary management system in SQL
library management system in SQLfarouq umar
 
Python Project On Cosmetic Shop system
Python Project On Cosmetic Shop systemPython Project On Cosmetic Shop system
Python Project On Cosmetic Shop systemvikram mahendra
 
CS Project-Source code for shopping inventory for CBSE 12th
CS Project-Source code for shopping inventory for CBSE 12thCS Project-Source code for shopping inventory for CBSE 12th
CS Project-Source code for shopping inventory for CBSE 12thSudhindra Mudhol
 

What's hot (20)

BOOK SHOP SYSTEM Project in Python
BOOK SHOP SYSTEM Project in PythonBOOK SHOP SYSTEM Project in Python
BOOK SHOP SYSTEM Project in Python
 
Library management project
Library management projectLibrary management project
Library management project
 
Computer Project for class 12 CBSE on school management
Computer Project for class 12 CBSE on school managementComputer Project for class 12 CBSE on school management
Computer Project for class 12 CBSE on school management
 
Ip library management project
Ip library management projectIp library management project
Ip library management project
 
class 12th computer science project Employee Management System In Python
 class 12th computer science project Employee Management System In Python class 12th computer science project Employee Management System In Python
class 12th computer science project Employee Management System In Python
 
Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12
 
Library management system
Library management systemLibrary management system
Library management system
 
Informatics Practices Project on Tour and travels
 Informatics Practices Project on Tour and travels  Informatics Practices Project on Tour and travels
Informatics Practices Project on Tour and travels
 
Computer science project.pdf
Computer science project.pdfComputer science project.pdf
Computer science project.pdf
 
MOVIE TICKET BOOKING-COMPUTER SCIENCE C++ PROJECT
MOVIE TICKET BOOKING-COMPUTER SCIENCE C++ PROJECTMOVIE TICKET BOOKING-COMPUTER SCIENCE C++ PROJECT
MOVIE TICKET BOOKING-COMPUTER SCIENCE C++ PROJECT
 
Online Quiz System Project Report ppt
Online Quiz System Project Report pptOnline Quiz System Project Report ppt
Online Quiz System Project Report ppt
 
Quiz app (android) Documentation
Quiz app (android) DocumentationQuiz app (android) Documentation
Quiz app (android) Documentation
 
Informatics Practices/ Information Practices Project (IP Project Class 12)
Informatics Practices/ Information Practices Project (IP Project Class 12)Informatics Practices/ Information Practices Project (IP Project Class 12)
Informatics Practices/ Information Practices Project (IP Project Class 12)
 
Synopsis of online Attendance System
Synopsis of online Attendance SystemSynopsis of online Attendance System
Synopsis of online Attendance System
 
Computer science class 12 project on Super Market Billing
Computer science class 12 project on Super Market BillingComputer science class 12 project on Super Market Billing
Computer science class 12 project on Super Market Billing
 
Ip project
Ip projectIp project
Ip project
 
Hospital Management System Project
Hospital Management System ProjectHospital Management System Project
Hospital Management System Project
 
library management system in SQL
library management system in SQLlibrary management system in SQL
library management system in SQL
 
Python Project On Cosmetic Shop system
Python Project On Cosmetic Shop systemPython Project On Cosmetic Shop system
Python Project On Cosmetic Shop system
 
CS Project-Source code for shopping inventory for CBSE 12th
CS Project-Source code for shopping inventory for CBSE 12thCS Project-Source code for shopping inventory for CBSE 12th
CS Project-Source code for shopping inventory for CBSE 12th
 

Similar to IP PROJECT FILE

Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination...
 Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination... Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination...
Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination...Sarthak Khabiya
 
Vade Meccum_Book reading and publishing software NetBeans.docx
Vade Meccum_Book reading and publishing software NetBeans.docxVade Meccum_Book reading and publishing software NetBeans.docx
Vade Meccum_Book reading and publishing software NetBeans.docxGeetaShreeprabha
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system reportAmit Kulkarni
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system reportAmit Kulkarni
 
College information management system.doc
College information management system.docCollege information management system.doc
College information management system.docKamal Acharya
 
Database Engine Control though Web Portal Monitoring Configuration
Database Engine Control though Web Portal Monitoring ConfigurationDatabase Engine Control though Web Portal Monitoring Configuration
Database Engine Control though Web Portal Monitoring ConfigurationIRJET Journal
 
Librarymanagement 140315062611-phpapp02
Librarymanagement 140315062611-phpapp02Librarymanagement 140315062611-phpapp02
Librarymanagement 140315062611-phpapp02CH JuNaid
 
Librarymanagement 140315062611-phpapp02
Librarymanagement 140315062611-phpapp02Librarymanagement 140315062611-phpapp02
Librarymanagement 140315062611-phpapp02CH JuNaid
 
Library management
Library managementLibrary management
Library managementfarouq umar
 
LEGO EMBRACING CHANGE BY COMBINING BI WITH FLEXIBLE INFORMATION SYSTEM
LEGO EMBRACING CHANGE BY COMBINING BI WITH FLEXIBLE INFORMATION SYSTEMLEGO EMBRACING CHANGE BY COMBINING BI WITH FLEXIBLE INFORMATION SYSTEM
LEGO EMBRACING CHANGE BY COMBINING BI WITH FLEXIBLE INFORMATION SYSTEMmyteratak
 
Developing multithreaded database application using java tools and oracle dat...
Developing multithreaded database application using java tools and oracle dat...Developing multithreaded database application using java tools and oracle dat...
Developing multithreaded database application using java tools and oracle dat...csandit
 
DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...
DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...
DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...cscpconf
 

Similar to IP PROJECT FILE (20)

Project report
Project reportProject report
Project report
 
Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination...
 Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination... Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination...
Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination...
 
Vade Meccum_Book reading and publishing software NetBeans.docx
Vade Meccum_Book reading and publishing software NetBeans.docxVade Meccum_Book reading and publishing software NetBeans.docx
Vade Meccum_Book reading and publishing software NetBeans.docx
 
Project report
Project report Project report
Project report
 
Ems
EmsEms
Ems
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system report
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system report
 
College information management system.doc
College information management system.docCollege information management system.doc
College information management system.doc
 
Fulltext01
Fulltext01Fulltext01
Fulltext01
 
Database Engine Control though Web Portal Monitoring Configuration
Database Engine Control though Web Portal Monitoring ConfigurationDatabase Engine Control though Web Portal Monitoring Configuration
Database Engine Control though Web Portal Monitoring Configuration
 
Librarymanagement 140315062611-phpapp02
Librarymanagement 140315062611-phpapp02Librarymanagement 140315062611-phpapp02
Librarymanagement 140315062611-phpapp02
 
Librarymanagement 140315062611-phpapp02
Librarymanagement 140315062611-phpapp02Librarymanagement 140315062611-phpapp02
Librarymanagement 140315062611-phpapp02
 
Library management
Library managementLibrary management
Library management
 
LEGO EMBRACING CHANGE BY COMBINING BI WITH FLEXIBLE INFORMATION SYSTEM
LEGO EMBRACING CHANGE BY COMBINING BI WITH FLEXIBLE INFORMATION SYSTEMLEGO EMBRACING CHANGE BY COMBINING BI WITH FLEXIBLE INFORMATION SYSTEM
LEGO EMBRACING CHANGE BY COMBINING BI WITH FLEXIBLE INFORMATION SYSTEM
 
MS Access
MS AccessMS Access
MS Access
 
124157075 gb
124157075 gb124157075 gb
124157075 gb
 
Developing multithreaded database application using java tools and oracle dat...
Developing multithreaded database application using java tools and oracle dat...Developing multithreaded database application using java tools and oracle dat...
Developing multithreaded database application using java tools and oracle dat...
 
DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...
DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...
DEVELOPING MULTITHREADED DATABASE APPLICATION USING JAVA TOOLS AND ORACLE DAT...
 
Assi 3 tm
Assi 3 tmAssi 3 tm
Assi 3 tm
 
ASSIGNMENT
ASSIGNMENT ASSIGNMENT
ASSIGNMENT
 

Recently uploaded

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 

Recently uploaded (20)

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 

IP PROJECT FILE

  • 1. ID SHEET ROLL NO. : NAME OF STUDENT: BANSI RAM ADDRESS : NERCHOWK FRONTEND TOOL : JAVA NETBEANS BACK END TOOL : SQL
  • 2. INFORMATICS PRACTICES A PROJECT ON QUIZ SUBMITTED IN PARTIAL ROOOLBACK INFULFILLMENT OF THE REQUIREMENT FOR THE CENTRAL BOARD OF SECONDARY EXAMINATION SUBMITTED TO: SUBMITTED BY: MISS.MADHURI. BANSI RAM (I.P.TEACHER) ROLL NO. :
  • 3. CERTIFICATE This is to certify that the Project / Dissertation entitled QUIZ is a bonafide work done by Master BANSI RAM class XII Session 2018-19 in partial fulfillment of CBSE’s AISSCE Examination 2019 and has been carried out under my direct supervision and guidance. This report or a similar report on the topic has not been submitted for any other examination and does not form a part of any other course undergone by the candidate. …………………………….. Signature ofTeacher/Guide Name: MISS.MADHURI Designation: (I.PTEACHER) Name: BANSIRAM …….………………… Signature ofPrincipal
  • 4. ACKNOWLEDGEMENT E undertook this Project work, as the part of our XII-Informatics Practices course. We had tried to apply our best of knowledge and experience, gained during the study and class work experience. However, developing software system is generally a quite complex and time- consuming process. It requires a systematic study, insight vision and professional approach during the design and development. Moreover, the developer always feels the need, the help and good wishes of the people near you, who have considerable experience and idea. We would like to extend our sincere thanks and gratitude to our teacher MISS. MADHURI (I.P.TEACHER). We are very much thankful to our Principal MRS RANJEET for giving valuable time and moral support to develop this software. We would like to take the opportunity to extend our sincere thanks and gratitude to our parents for being a source of inspiration and providing time and freedom to develop this software project. BANSI RAM Class XII W
  • 5. CONTENTS 1. Introduction 2. Objective & Scope of the project 3. Theoretical Background 4. Problem Definition & Analysis 5. System Implementation 6.1 The Hardware used: 6.2 The Softwares used: 6. System Design & Development 7.2 Database Design: 7.3 Menu Design: 7.4 I/O Forms Design & Event Coding: 7. User Manual 8.1 How to install: 8.2 Working with Software: 8. References
  • 6. 1. Introduction This software project is developed to automate the functionalities of a Quiz. The purpose of the software project is to develop the Management Information System (MIS) to automate the record keeping of Publishers, Books, Members and Book issue and receive transactions with a view to enhance the decision making of the functionaries. A MIS mainly consists of a computerized database, a collection of inter-related tables for a particular subject or purpose, capable to produce different reports relevant to the user. An application program is tied with the database for easy access and interface to the database. Using Application program or front-end, we can store, retrieve and manage all information in proper way. This software, being simple in design and working, does not require much of training to users, and can be used as a powerful tool for automating a Quiz. During coding and design of the software Project, Java NetBeans IDE, a powerful front-end tool is used for getting Graphical User Interface (GUI) based integrated platform and coding simplicity. As a back-end a powerful, open source RDBMS, My SQL is used as per requirement of the CBSE curriculum of Informatics Practices Course.
  • 7. 2. Objective & Scope of the Project he objective of the software project is to develop a computerized MIS to automate the functions of a Quiz. This software project is also aimed to enhance the current record keeping system, which will help managers to retrieve the up-to-date information at right time in right shape. The proposed software system is expected to do the following functionality-  To provide a user friendly and Graphical User Interface (GUI).  The proposed system should maintain all the records and transactions, and should generate the required reports and information when required.  To provide graphical and user-friendly interface to interact with a centralized database based on client-server architecture.  To identify the critical operation procedure and possibilities of simplification using modern IT tools and practices. In its current scope,the software enables user to retrieve and update the information from centralized database designed with MySQL . This software does not require much training time of the users due to limited functionality and simplicity. During the development of Quiz project, Java NetBeans IDE,a powerful, open source event-driven form-based development environment is used for modular design and future expandability of the system. Despite of the best effort of the developer, the following limitations and functional boundaries are visible, which limits the scope of this application software. 1. This software can store records and produce reports in pre-designed format in soft copy. There is no facility yet to produce customized reports. Only specified reports are covered. 2. There is no provision to calculate fine or penalty etc. for defaulter members; however it can be developed easily with the help of adding modules. So far as future scope of the project is concerned, firstly it is open to any modular expansion i.e. other modules or functions can be designed and embedded to handle the user need in future. Any part of the software and reports can be modified independently without much effort. T
  • 8. 3. Theoretical Background 3.1 What is Database? Introduction and Concepts: A database is a collection of information related to a particular subject or purpose, such as tracking customer orders or maintaining a music collection. Using any RDBMS application software like MS SQL Server, MySQL, Oracle, Sybase etc, you can manage all your information from a single database file. Within the file, divide your data into separate storage containers called tables. You may and retrieve the data using queries. A table is a collection of data about a specific topic, such as products or suppliers. Using a separate table for each topic means you can store that data only once, which makes your database more efficient and reduces data-entry errors. Table organises data into columns (called fields) and rows (called records). A Primary key is one or more fields whose value or values uniquely identify each record in a table. In a relationship, a primary key is used to refer to specific record in one table from another table. A primary key is called foreign key when it is referred to from another table. To find and retrieve just the data that meets conditions you specify, including data from multiple tables, create a query. A query can also update or delete multiple records at the same time, and perform built-in or custom calculations on your data. Role of RDBMS Application Program: A computer database works as a electronic filing system, which has a large number of ways of cross-referencing, and this allows the user many different ways in which to re-organize and retrieve data. A database can handle business inventory, accounting and filing and use the information in its files to prepare summaries, estimates and other reports. The management of data in a database system is done by means of a general-purpose software package called a Database Management System (DBMS). Some commercially available DBMS are MS SQL Server, MS ACCESS, INGRES, ORACLE, and Sybase .
  • 9. 3.2 What is MySQL ? The management of data in a database system is done by means of a general-purpose software package called a Database Management System (DBMS). Some commercially available RDBMS are MS SQL Server, MS ACCESS, INGRES, ORACLE, and Sybase. MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Oracle Corporation. MySQL is named after co-founder Monty Widenius's daughter, My. The name of the MySQL Dolphin (our logo) is “Sakila,”.  MySQL is a database management system. A database is a structured collection of data. It may be anything from a simple shopping list to a picture gallery or the vast amounts of information in a corporate network. To add, access, and process data stored in a computer database, you need a database management system such as MySQL Server. Since computers are very good at handling large amounts of data, database management systems play a central role in computing, as standalone utilities, or as parts of other applications. The Main Features of MySQL  Written in C and C++.  Works on many different platforms.  Uses multi-layered server design with independent modules.  Provides transactional and nontransactional storage engines.  Designed to make it relatively easy to add other storage engines. This is useful if you want to provide an SQL interface for an in-house database.  Uses a very fast thread-based memory allocation system.  Executes very fast joins using an optimized nested-loop join.  Provides the server as a separate program for use in a client/server networked environment, and as a library that can be embedded (linked) into standalone applications. Such applications can be used in isolation or in environments where no network is available.  Password security by encryption of all password traffic when you connect to a server.  MySQL client programs can be written in many languages. A client library written in C is available for clients written in C or C++, or for any language that provides C bindings.  The Connector/ODBC (MyODBC) interface provides MySQL support for client programs that use ODBC (Open Database Connectivity) connections.  The Connector/J interface provides MySQL support for Java client programs that use JDBC connections. Clients can be run on Windows or Unix. Connector/J source is available.
  • 10. 3.3 What is NetBeans IDE ? NetBeans started as a student project (originally called Xelfi) in the Czech Republic in 1996. The goal was to write a Delphi-like Java IDE in Java. Xelfi was the first Java IDE (Integrated Development Environment) written in Java, with its first pre-releases in 1997. Xelfi was a fun project to work on, especially since Java IDE space was uncharted territory at that time. The project attracted enough interest that these students, once they graduated, decided that they could market it as a commercial product. Soliciting resources from friends and relatives for a web space, they formed a company around it. Features of NetBeans A free, open-source Integrated Development Environment for software developers. You get all the tools you need to create professional desktop, enterprise, web, and mobile applications with the Java platform, as well as C/C++, PHP, JavaScript, Groovy, and Ruby. NetBeans IDE 6.9 introduces the JavaFX Composer, support for JavaFX SDK 1.3, OSGi interoperability, support for the PHP Zend framework and Ruby on Rails 3.0, and more.
  • 11. 4. Problem Definition & Analysis The hardest part of building a software system is deciding precisely what to build. No other part of the conceptual work is as difficult as establishing the detailed technical requirement. Defining and applying good, complete requirements are hard to work, and success in this endeavor has eluded many of us. Yet, we continue to make progress. Problem definition describes the What of a system, not How . The quality of a software product is only as good as the process that creates it. Problem definition is one of the most crucial steps in this creation process. Without defining a problem, developers do not know what to build, customers do not know what to expect, and there is no way to validate that the built system satisfies the requirement. Problem definition and Analysis is the activity that encompasses learning about the problem to be solved, understanding the needs of customer and users, trying to find out who the user really is, and understanding all the constraints on the solution. It includes all activities related to the following:  Identification and documentation of customer’s or user’s needs.  Creation of a document that describes the external behavior and the association constraints that will satisfies those needs.  Evolution of needs. After the analysis of the functioning of a Quiz, the proposed System is expected to do the following: -  To provide a user friendly, Graphical User Interface (GUI) based integrated and centralized environment for computerized Quiz.  To provide efficient and secured Information storage, flow and retrieval system, ensuring the integrity and validity of records.  To provide graphical and user-friendly interface to interact with a centralized database based on client-server architecture.  To identify the critical operation procedure and possibilities of simplification using modern IT tools and practices.
  • 12. 5. System Implementation 5.1 TheHardwareused: While developing the system, the used hardware are: PC with Pentium IV processor or sometimes, PC with Celeron (1.7 GHz) processor having 256 MB RAM, SVGA and other required devices. 5.2 The Softwaresused: Microsoft Windows® XP as Operating System. Java NetBeans 6.9 as Front-end Development environment. MySQL as Back-end Sever with Database for Testing. MS-Word 2000 for documentation.
  • 13. 6. System Design & Development 6.1 Database Design: An important aspect of system design is the design of data storage structure. To begin with a logical model of data structure is developed first. A database is a container object which contains tables, queries, reports and data validation policies enforcement rules or contraints etc.The goodness of data base design lies in the table structure and its relationship.This software project maintains a database named QUIZ which contains the following tables. Table Design:The database of Quiz System contains 7 tables. The tables are normalized to minimize the redundancies of data and enforcing the validation rules of the organization. Most of the tables are designed to store master records. The tables and their structure are given below. Table: LogIn Column Name Type Size ID (Primary Key) Varchar 20 Password Varchar 30 Table: IP Column Name Type Size SNo Integer 11 Questions Varchar 200 a Varchar 100 b Varchar 100 c Varchar 100 d Varchar 100 Result Varchar 1
  • 14. Table: GK Column Name Type Size SNo Integer 11 Questions Varchar 200 a Varchar 100 b Varchar 100 c Varchar 100 d Varchar 100 Result Varchar 1 Table: Result Column Name Type Size ID Varchar 20 ipresult Varchar 20 gkresult Varchar 20
  • 15. 6.2 Menu Design: JSS Infoware gateway comprises the following options, organized in a user friendly way. The menu system divided in Menu Bars, each having a pull down menus containing options for a specific task. Sr. Menu Bar PullDownMenu Purpose FormsAttached 1. Select IP Take a test for IP Test.java GK Take a test for GK Test.java 2. Exit QUIT Close application --
  • 16. 6.3 I/O Forms Design & Event Coding: The software project for Public Quiz Management contains various forms along with programming codes. Forms (JFrames) and their event coding are given below. Frame: LogIn.java Codingof LOGIN.java importjava.sql.*; publicclass LogIn extendsjavax.swing.JFrame { /** Constructor*/ publicLogIn() { initComponents(); } private voidloginBTNActionPerformed(java.awt.event.ActionEventevt) { StringPWord= newString(Password.getPassword());
  • 17. StringId= ID.getText(); try { Class.forName("java.sql.Driver"); Connectionconn= DriverManager.getConnection("jdbc:mysql://localhost/quizdb","root", "kvuc"); Statement stmt = conn.createStatement(); stmt = conn.createStatement(); String sql = "select * from LogIn where ID = '" + Id + "'"; ResultSet rs = stmt.executeQuery(sql); rs.next(); String str = rs.getString("Password"); if(str.equals(PWord)) { Menu m = new Menu(Id); m.setVisible(true); this.setVisible(false); } else { InvalidLBL.setText("Incorrect ID or Password"); } } catch (Exception e) { InvalidLBL.setText("Incorrect ID or Password");} } private void regLBLMouseClicked(java.awt.event.MouseEvent evt) { Register r = new Register(); r.setVisible(true); this.setVisible(false); } Frame: Register.java
  • 18. Coding of Register.java import java.sql.*; import javax.swing.JOptionPane; publicclass Registerextendsjavax.swing.JFrame { /** Constructor*/ publicRegister(){ initComponents(); } private voidRegisterTFActionPerformed(java.awt.event.ActionEventevt) { try { Class.forName("java.sql.Driver"); Connectionconn= DriverManager.getConnection("jdbc:mysql://localhost/quizdb","root", "kvuc"); Statementstmt= conn.createStatement(); Stringsql; sql = "insertintoResultvalues('"+ IDTF.getText()+"',0,0,0,0)"; stmt.executeUpdate(sql); sql = "insertintoLogInvalues( '" + IDTF.getText() +"' , '" + PasswordTf.getText()+"' )"; stmt.executeUpdate(sql); stmt.close(); conn.close();
  • 19. newMenu(IDTF.getText()).setVisible(true); this.setVisible(false); } catch( Exceptione) { JOptionPane.showMessageDialog(null,""+e); } } publicstatic voidmain(Stringargs[]) { java.awt.EventQueue.invokeLater(new Runnable() { publicvoidrun() { newRegister().setVisible(true); } }); } Frame: Menu.java CodingforMenu.java publicclass Menu extendsjavax.swing.JFrame {
  • 20. StringID; /** Constructor*/ publicMenu() { initComponents(); } publicMenu(Stringid) { initComponents(); ID = id; } private voidstartTestBTNActionPerformed(java.awt.event.ActionEventevt) { Stringsub= null; if(IP.isSelected()){ sub= "IP"; } else if(GK.isSelected()) { sub= "GK"; } if (sub!= null) { Testt = newTest(sub,ID); t.setVisible(true); this.setVisible(false); } } private voidjMenuItem1ActionPerformed(java.awt.event.ActionEventevt) { IP.doClick(); } private voidjMenuItem2ActionPerformed(java.awt.event.ActionEventevt) { GK.doClick(); } private voidjMenuItem5ActionPerformed(java.awt.event.ActionEventevt) { System.exit(0); } publicstatic voidmain(Stringargs[]) { java.awt.EventQueue.invokeLater(new Runnable() { publicvoidrun() { newMenu().setVisible(true); } }); } Frame: Test.java
  • 21. CodingforTest.Java importjava.sql.*; importjavax.swing.JOptionPane; publicclass Test extendsjavax.swing.JFrame { StringID; StringSubject; int index =1; int max =0; int result= 0; char [] answers; /** Constructor*/ publicTest() { initComponents(); } publicTest(Stringsubject,String id) { initComponents(); ID = id; Subject= subject; PrevBTN.setVisible(false);
  • 22. try {Class.forName("java.sql.Driver"); Connectionconn= DriverManager.getConnection("jdbc:mysql://localhost/quizdb","root", "kvuc"); Statementstmt= conn.createStatement(); Stringsql = "selectmax(SNo) from"+ Subject; ResultSetrs= stmt.executeQuery(sql); rs.next(); max = rs.getInt(1); answers= newchar[max]; for(inti=0;i<max;i++) { answers[i] ='e'; } rs.close(); stmt.close(); conn.close(); getQues(); } catch(Exceptionr){ JOptionPane.showMessageDialog(null,""+r); } } private voidgetQues() { try { Class.forName("java.sql.Driver"); Connectionconn= DriverManager.getConnection("jdbc:mysql://localhost/quizdb","root", "kvuc"); Statementstmt= conn.createStatement(); Stringsql = "select*from " + Subject+ " where SNo= " + index; ResultSetrs= stmt.executeQuery(sql); rs.next(); QuesTA.setText("nQ"+index +". " + rs.getString(2)); a.setText(rs.getString("a")); b.setText(rs.getString("b")); c.setText(rs.getString("c")); d.setText(rs.getString("d")); a.setSelected(answers[index-1] == 'a');
  • 23. b.setSelected(answers[index-1] =='b'); c.setSelected(answers[index-1] =='c'); d.setSelected(answers[index-1] =='d'); e.setSelected(answers[index-1] =='e'); rs.close(); stmt.close(); conn.close(); } catch(Exceptionr){ JOptionPane.showMessageDialog(null,""+r);} } private voidPrevBTNActionPerformed(java.awt.event.ActionEventevt) { index--; getQues(); if(index ==1) { PrevBTN.setVisible(false); } if(index <max) { NextBTN.setVisible(true); } } private voidNextBTNActionPerformed(java.awt.event.ActionEventevt) { index++; getQues(); if(index ==max) { NextBTN.setVisible(false); } if(index >1) { PrevBTN.setVisible(true); } } private voidbActionPerformed(java.awt.event.ActionEventevt) { answers[index-1] ='b'; } private voidResultBTNActionPerformed(java.awt.event.ActionEventevt) { try { Class.forName("java.sql.Driver");
  • 24. Connectionconn= DriverManager.getConnection("jdbc:mysql://localhost/quizdb","root", "kvuc"); Statementstmt= conn.createStatement(); Stringsql = "selectResultfrom"+ Subject; ResultSetrs= stmt.executeQuery(sql); inti = 0; while(rs.next()) { char ans = rs.getString(1).charAt(0); if(ans== answers[i]){ result++; } i++; } floatres= ((float)result*100 ) / max; sql = "Select"+ Subject+ "ResultfromResultwhere ID= '" + ID + "'"; rs = stmt.executeQuery(sql); rs.next(); if(res>rs.getFloat(1)) { sql = "update Resultset"+ Subject+ "Result= " + res+ " where ID= '" + ID + "'"; stmt.executeUpdate(sql); } stmt.close(); conn.close(); newResult(res,ID).setVisible(true); this.setVisible(false); } catch(Exceptionr){ JOptionPane.showMessageDialog(null,r);} } private voidaActionPerformed(java.awt.event.ActionEventevt) { answers[index-1] ='a'; } private voidcActionPerformed(java.awt.event.ActionEventevt) { answers[index-1] ='c'; } private void dActionPerformed(java.awt.event.ActionEventevt) { answers[index-1] ='d';
  • 25. } public static void main(Stringargs[]) { java.awt.EventQueue.invokeLater(new Runnable() { publicvoidrun() { newTest().setVisible(true); } });} Frame: Result.java CodingofResult.java importjava.sql.*; importjavax.swing.table.*; importjavax.swing.JOptionPane; publicclass Result extendsjavax.swing.JFrame { floatresult; StringID; /** CreatesnewformResult*/ publicResult() { initComponents(); } publicResult(floatres,Stringid) {
  • 26. initComponents(); result= res; ID = id; Score.setText(res+"%"); try { Class.forName("java.sql.Driver"); Connectionconn= DriverManager.getConnection("jdbc:mysql://localhost/quizdb","root", "kvuc"); Statementstmt= conn.createStatement(); Stringsql = "select*from Resultwhere ID= '" + ID + "'"; ResultSetrs= stmt.executeQuery(sql); Object[] newrow =newObject[5]; newrow[0] ="MAX MARKS"; rs.next(); for(inti=1;i<=4;i++) { newrow[i] =rs.getString(i+1); } DefaultTableModel tm= (DefaultTableModel)scoreTBL.getModel(); tm.addRow(newrow); } catch (Exceptione) { JOptionPane.showMessageDialog(null,""+e); } } private voidBackBTNActionPerformed(java.awt.event.ActionEventevt) { newMenu(ID).setVisible(true); this.setVisible(false); } private voidexitBTNActionPerformed(java.awt.event.ActionEventevt) { this.dispose(); } publicstatic voidmain(Stringargs[]) { java.awt.EventQueue.invokeLater(new Runnable() { publicvoidrun() { newResult().setVisible(true); } });
  • 27. 7. User Manual 7.1 HowtoinstallSoftware: HardwareRequirement-  Intel Pentium/Celeron or similar processor based PC at Client/Server end.  128 MB RAM and 4GB HDD space (for Database) is desirable.  Standard I/O devices like Keyboard and Mouse etc.  Printer is needed for hard-copy reports.  Local Area Network(LAN) is required for Client-Server Installation SoftwareRequirement-  Windows 2000/XP OS is desirable.  NetBeans Ver 5.1 or higher should be installed with JDK and JVM.  MySQL Ver 6.1 with Quizdb Database must be present at machine. DatabaseInstallation The software projectisdistributedwithabackupcopy of a Database named Quizdbwithrequired tables.Some dummyrecordsare presentinthe tablesfortestingpurposes,whichcanbe deleted before insertingreal data.The projectisshippedwith Quiz.SQLfile whichinstallsadatabase and tablesinthe computersystem. Note:The PC musthave MySQL serverwithuser(root) andpassword(raj) .If root passwordisany otherpassword,itcan be changedbyrunningMySQL ServerInstance Configure Wizard. Start Program MySQL MySQLServerMySQL ServerInstance ConfigWizardProvide current passwordof root and newpasswordas“raj” , thiswill change the root password. To install a MySQL database from a dump file (Quiz.sql) , simply follow the following steps. Step 1: Copy the Quiz.sql file in C:Program filesMysqlMySql server 5.1Bin folder. Step 2: Open MySQL and type the following command to create the dabase named Quizdb. mysql> create database Quizdb; Step 3: Open Command Window (Start Run  cmd) Step 4: Go to the following folder using CD command of DOS. C:Program filesMysqlMySql server 5.1Bin> Step 5: type the following command on above prompt - C:….bin> mysql -u root -praj Quizdb < Quiz.sql This will create a Quizdb databse with required tables.
  • 28. 7.2 WorkingwithSoftwareProject: The Quiz ManagementProgram consistsof the followinglogicallyorganisedMenu-structure forthe easyfunctionality.Usermaychoose the menuoptionsforcorrespondingworks. Select: Thismenu itemgivesoptionstoselectjava,html,dbmsandnetworking. Exit: Thismenuclosesthe application.
  • 29. 8. References In order to work on this project titled -QUIZ, the following books and literature are refered by me during the various phases of development of the project. (1) The Complete Reference Java 2.0 -by Shildit (2) MySQL, Black Book -by Steven Holzner (2) Understanding SQL – Gruber (3) http://www.mysql.org/ (4) http://www.netbeans.org/ (5) On-line Help of NetBeans ® (6) Informatics Practices for class XII -by Sumita Arora (7) Various Websites of Discussion Forum and software development activities. Otherthan the above-mentionedbooks,the suggestionsandsupervisionof myteacherand my class experience also helped me to develop this software project.