尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
QUERY HANDLING SYSTEM 
3
Abstract: 
• This project is designed for college students 
to get clarify their doubts by posting their 
queries. 
• The queries posted by the students are 
handled by the administrator. 
• The administrator answers the queries 
posted by students.
Objective Of The Project: 
• The primary goal of the query handling 
system is to provide an environment that 
is both convenient and efficient for the 
students and lecturers. 
• It also provides the safety to the 
information stored, despite system crashes 
or attempts of unauthorized access.
Existing System: 
• The existing system is manual one. 
• When the students want to clear there 
doubts they personally contact the concerned 
person in the college. 
Disadvantages: 
• Difficulty in contacting the concerned person. 
• Difficult to handle more students requests for 
faculty. 
• Difficulty in maintaining frequently asked 
questions manually.
Proposed System: 
• Proposed system has one super user to control 
the data, appointing the administrators in 
each department. 
• The administrator is responsible to answer all 
the questions posted by students. 
Advantages: 
• Faster processing when compared to existing 
one. 
• Easy in maintaining frequently asked questions.
Advantages Contd… 
• Modifications of answers can be carried out 
immediately. 
• Faculty can handle more number of students 
requests. 
• Easy maintenance of faculty and student details.
Modules 
The project contains three modules: 
• Super User 
• Administrator 
• Student
Super User 
Super User performs the following functions: 
• Controls the data. 
• Registers the administrators and appoints 
them in each department. 
• Add/delete departments like physics, 
computer science, etc.. 
• Adding the question with answers and 
storing the data in database.
Administrator 
• The student post a question in certain 
department and the respective administrator 
will answer the question and copy of the 
answer will be sent to the student. 
• If there is any modification to be carried 
out in the answers administrator will 
modify the answers.
Student 
• Student post a question in certain department. 
• Student check the answer for which he posted. 
• Student checks the answers for available 
questions.
Feasiblility Study 
• An important outcome of preliminary 
investigation is the determination that system 
required is feasible. 
• Since data is voluminous and involves a lot of 
overhead. 
• Therefore it is best activity for 
computerization. 
• The proposed system is feasible in following 
aspects.
Technical Feasibility 
The proposed system is technically feasible 
since the equipment,software technology and 
available personal in the organization are 
well suitable for the proposed system.
Operational Feasibility 
• The operational feasibilty system is measured 
by the usage of the system after 
implementation and resistance from the users. 
• Hence it is encouraging to undertake a 
detailed system analysis.
Economical Feasibilty 
• Since necessary hardware and software are 
available in the organization,there is no need 
to procure and install new hardware and 
software. 
• Thus there is no need of extra personal on the 
proposed system. 
• Hence the proposed system is economically 
feasible.
Block Diagram: 
Web user 
interface 
Query 
handler 
Database 
system 
Login management 
handler 
Post query 
handler 
Department 
handler 
Registration form 
handler 
Solution 
Handler
Web User Interface: 
• Web user interface will provide the interface 
to the user to communicate with the system. 
Query Handling System Handler: 
• “Query handling services” maintains various 
frequently asked questions posted by the 
students and keeps them in a database so that 
it can be retrieved easily by students when the 
admin answer that question.
Login Management Handler: 
• This block helps for authentication of user and 
also changing the password. 
Database System: 
• This block helps us to store the data or retrieve 
the data from database. 
Solution handler: 
• This block helps to store and retrieve the solution 
for particular query. Also helps to modify the 
solutions.
Post Query Handler: 
• This block helps for handling various 
frequently asked questions posted by students. 
Department Handler: 
• This block helps for handling different 
departments like computer science ,maths etc… 
Registration Form Handler: 
• This block helps to register the faculty members 
for answering the questions posted by students. 
As well as it also helps to register the students.
UML Diagrams: 
Static Diagrams: 
Class Diagram:
Component Diagram
Object Diagram
Deployment Diagram
Dynamic Diagrams: 
Use Case for Administrator: 
Addministrator 
Add/Delete/Modify 
qestions/answers 
Send Answers to Students 
Student 
Check Posted questions 
Addministrator
Use Case For Student: 
Student 
Registration 
View Question/Answers 
Post a Question 
Administrator 
View Answer for a Posted 
Question 
Student
Sequence Diagram for Super User: 
: SuperUser 
Login Create 
Department 
Reg Admin & Assign 
Department 
Add Topic Delete Topic Delete Dept Delete Admin 
Enter Id ,password,Type 
Verify 
Invalid 
Create Department 
Assign Admin 
Sucess 
Add Topic 
Delete Topic 
Delete Admin 
Delete Dept
Sequence Diagram for Administrator: 
: Administrator 
Login View Posted 
Question 
Answer to Posted 
Questions 
Add 
Question/Answer 
Modify 
Question/Answer 
Delete 
Question/Answer 
Enter Id,password,Type 
Check 
Check Posted que 
Answer to Student 
Check for more Sucess 
Add que/ans 
Sucess 
Modify que/ans 
Sucess 
Delete que/ans 
Sucess
Sequence Diagram for Student: 
Post Question 
: Student 
Register Login Check Available 
Questions 
Check Answer for 
Posted Question 
Enter Details 
Id 
Verify 
Enter Id Details 
Verify 
Sucess 
Check Available Questions 
view 
Post a Question 
Sucess 
Verify Answer 
Check Answer
State Chart Diagram:
Activity Diagram:
Collaboration Diagram for 
Administrator: 
: SuperUser 
Login 
Create 
Department 
Reg Admin & Assign 
Department 
Add 
Topic 
Delete 
Topic 
13: 
15: 
Delete 
Dept Delete 
Admin 
1: Enter Id ,password,Type 
2: Verify 
3: Invalid 
4: Create Department 
5: Assign Admin 
6: Sucess 
7: 
8: Add Topic 
9: 
10: Delete Topic 
11: 
12: Delete Admin 
14: Delete Dept
Collaboration Diagram for Student: 
Answer to Posted 
Questions 
1: Enter Id,password,Type 
11: Sucess 
: Administrator 
8: Add que/ans 
Login Add 
Question/Answer 
Modify 
Question/Answer 
9: Sucess 
View Posted 
Question 
13: Sucess 
Delete 
Question/Answer 
2: Check 
3: 
4: Check Posted que 
6: Sucess 
5: Answer to Student 
7: Check for more 
10: Modify que/ans 
12: Delete que/ans
System Specifications 
Software Requirements: 
• Operating system : Windows XP 
• Programming Platform : j2sdk 
• Backend Database : Mysql 
• Server deployment : Apache Tomcat 
Hardware Requirements: 
• Processor : Pentium IV or higher 
• Hard disk : 160 GB 
• RAM : 1 GB
Testing 
• Software testing is a critical element of 
software quality assurance and represents the 
ultimate review of specifications,design and 
coding. 
• Testing presents an interesting anomaly for 
the software engineer.
Testing Type Methods 
Unit Testing: 
• Unit testing focuses verification effort on the 
smallest unit of software design that is the 
module. 
• The unit test is normally white box testing 
oriented and steps can be conducted in 
parallel for multiple modules.
Integration Testing: 
• The objective is to take unit tested methods 
and build a program structure that has been 
dictated by design. It is of two types 
1.Top down Integration: 
• It is an incremental approach for construction 
of program structure. 
• Modules are integrated by moving downward 
through control hierarchy,beginning with the 
main control program
2.Bottom Up Integration: 
• This method as the name sugggests,begins 
construction and testing with atomic modules 
i.e., modules at the lowest leveling of program 
structure. 
• The modules are integrated in bottom up 
manner.
Validation Testing 
• Validation testing is the next stage which can 
be defined as successful when the software 
functions in the manner reasonably expected 
by the customer
System Testing: 
• System testing is actually a series of different 
tests whose primary purpose is to fully 
exercise the computer-based system. 
Recovery Testing: 
• It is a system test that forces the system to fail 
in a variety of ways and verifies that the 
recovery is properly performed.
Security Testing: 
• Attempts to verify the protection mechanisms 
built into the system. 
Perfomance Testing: 
• This method is designed to test runtime 
perfomance of software within the context of 
an integrated system.
Test Cases
Test Case ID Test Case Description Expected Behavior Actual Behavior Test 
Case 
Result 
1 Admin Login Admin should login to the infoware 
application with his regisetered id and 
password 
Admin logged into the infoware 
application. 
PASS 
2 Student Login Student should login to his account 
with his regisetered id and password 
Student logged into his account PASS 
3 Shuffling admin Superuser should shuffle admin from 
one department to another. 
Superuser shuffled admin’s 
department. 
PASS 
4 Add department Superuser should add a new department 
into our application. 
Superuser added a new department. PASS 
5 Add topic Superuser should add a new topic in the 
department. 
Superuser added a new topic. PASS 
6 Add question. Superuser should add a new question to 
a topic. 
Superuser added a new question. PASS 
7 Delete department Superuser should delete a department 
from the application. 
Superuser deleted a department. PASS 
8 Delete topic Superuser should delete a topic in the 
department. 
Superuser deleted a topic. PASS 
9 Delete question. Superuser should delete a question 
from a topic. 
Superuser deleted a question. PASS
Conclusion 
• The new system of QUERY HANDLING has been 
implemented. 
• The present system has been integrated with the 
already existing. 
• The database was put into the MYSQL server 
.This was connected by JDBC. 
• The database is accessible through internet on 
any geographic location 
• .This system has been found to meet the 
requirements of the students/indenters and also 
very satisfactory.
Screen Shots
Bibliography 
References from the project development were 
taken from the following books and websites: 
Java Technologies 
Java Complete Reference 
Java Script Programming by Yehuda shiran 
Mastering Java Security 
Java2 networking By Pistoria
Bibliography Contd…. 
Java Security By Scotl Oaks 
Head First EJB Sierra Bates 
Java Server pages by Larne Pekowsley 
Java Server pages by Nick Todd 
HTML 
HTML Black Book by Holzner
Bibliography Contd… 
JDBC 
Java Database Programming with JDBC by Patel 
moss. 
Software Engineering by Roger Pressman.
Query Handling System

More Related Content

What's hot

Sequnce diagram for ONLINE EXAMINATION SYSTEM
Sequnce diagram for ONLINE EXAMINATION SYSTEMSequnce diagram for ONLINE EXAMINATION SYSTEM
Sequnce diagram for ONLINE EXAMINATION SYSTEM
COMSATS Institute of Information Technology
 
Agile and plan based development processes
Agile and plan based development processesAgile and plan based development processes
Agile and plan based development processes
sommerville-videos
 
Library Management System Waterfall Model
Library Management System Waterfall ModelLibrary Management System Waterfall Model
Library Management System Waterfall Model
mitwa1990
 
Client Server Architecture
Client Server ArchitectureClient Server Architecture
Client Server Architecture
Rence Montanes
 
Software Requirements Specification for restaurant management system
Software Requirements Specification for restaurant management systemSoftware Requirements Specification for restaurant management system
Software Requirements Specification for restaurant management system
SM. Aurnob
 
Course Registration System-Problem Statement, SRS,ERD, DFD, Structured Chart
Course Registration System-Problem Statement, SRS,ERD, DFD, Structured ChartCourse Registration System-Problem Statement, SRS,ERD, DFD, Structured Chart
Course Registration System-Problem Statement, SRS,ERD, DFD, Structured Chart
grandhiprasuna
 
Software requirement and specification
Software requirement and specificationSoftware requirement and specification
Software requirement and specification
Aman Adhikari
 
E commerce use case documentation.
E commerce use case documentation.E commerce use case documentation.
E commerce use case documentation.
Yaswanth Babu Gummadivelli
 
Online examination system
Online examination systemOnline examination system
Online examination system
Mr. Vikram Singh Slathia
 
Stock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured Chart
Stock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured ChartStock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured Chart
Stock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured Chart
grandhiprasuna
 
Requirement Analysis
Requirement AnalysisRequirement Analysis
Requirement Analysis
SADEED AMEEN
 
Software requirements specification of Library Management System
Software requirements specification of Library Management SystemSoftware requirements specification of Library Management System
Software requirements specification of Library Management System
Soumili Sen
 
Course registration system dfd
Course registration system dfdCourse registration system dfd
Course registration system dfd
Utsav mistry
 
Employee Management System
Employee Management SystemEmployee Management System
Employee Management System
Monotheist Sakib
 
Database design process
Database design processDatabase design process
Database design process
Tayyab Hameed
 
SRS on online auction system
SRS on online auction systemSRS on online auction system
SRS on online auction system
sagar_paperwala
 
Acid properties
Acid propertiesAcid properties
Acid properties
Abhilasha Lahigude
 
Software engineering critical systems
Software engineering   critical systemsSoftware engineering   critical systems
Software engineering critical systems
Dr. Loganathan R
 
Functional and non functional
Functional and non functionalFunctional and non functional
Functional and non functional
Dikshyanta Dhungana
 
Online Quiz System Project PPT
Online Quiz System Project PPTOnline Quiz System Project PPT
Online Quiz System Project PPT
Shanthan Reddy
 

What's hot (20)

Sequnce diagram for ONLINE EXAMINATION SYSTEM
Sequnce diagram for ONLINE EXAMINATION SYSTEMSequnce diagram for ONLINE EXAMINATION SYSTEM
Sequnce diagram for ONLINE EXAMINATION SYSTEM
 
Agile and plan based development processes
Agile and plan based development processesAgile and plan based development processes
Agile and plan based development processes
 
Library Management System Waterfall Model
Library Management System Waterfall ModelLibrary Management System Waterfall Model
Library Management System Waterfall Model
 
Client Server Architecture
Client Server ArchitectureClient Server Architecture
Client Server Architecture
 
Software Requirements Specification for restaurant management system
Software Requirements Specification for restaurant management systemSoftware Requirements Specification for restaurant management system
Software Requirements Specification for restaurant management system
 
Course Registration System-Problem Statement, SRS,ERD, DFD, Structured Chart
Course Registration System-Problem Statement, SRS,ERD, DFD, Structured ChartCourse Registration System-Problem Statement, SRS,ERD, DFD, Structured Chart
Course Registration System-Problem Statement, SRS,ERD, DFD, Structured Chart
 
Software requirement and specification
Software requirement and specificationSoftware requirement and specification
Software requirement and specification
 
E commerce use case documentation.
E commerce use case documentation.E commerce use case documentation.
E commerce use case documentation.
 
Online examination system
Online examination systemOnline examination system
Online examination system
 
Stock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured Chart
Stock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured ChartStock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured Chart
Stock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured Chart
 
Requirement Analysis
Requirement AnalysisRequirement Analysis
Requirement Analysis
 
Software requirements specification of Library Management System
Software requirements specification of Library Management SystemSoftware requirements specification of Library Management System
Software requirements specification of Library Management System
 
Course registration system dfd
Course registration system dfdCourse registration system dfd
Course registration system dfd
 
Employee Management System
Employee Management SystemEmployee Management System
Employee Management System
 
Database design process
Database design processDatabase design process
Database design process
 
SRS on online auction system
SRS on online auction systemSRS on online auction system
SRS on online auction system
 
Acid properties
Acid propertiesAcid properties
Acid properties
 
Software engineering critical systems
Software engineering   critical systemsSoftware engineering   critical systems
Software engineering critical systems
 
Functional and non functional
Functional and non functionalFunctional and non functional
Functional and non functional
 
Online Quiz System Project PPT
Online Quiz System Project PPTOnline Quiz System Project PPT
Online Quiz System Project PPT
 

Viewers also liked

Query Management System- overview
Query Management System- overviewQuery Management System- overview
Query Management System- overview
logeshprabu
 
Collaboration Diagram
Collaboration DiagramCollaboration Diagram
Collaboration Diagram
fahad_uaar
 
Event Management System Document
Event Management System Document Event Management System Document
Event Management System Document
LJ PROJECTS
 
Query Management system-Ist Review presentation
Query Management system-Ist Review presentationQuery Management system-Ist Review presentation
Query Management system-Ist Review presentation
logeshprabu
 
School Management System ppt
School Management System pptSchool Management System ppt
School Management System ppt
Mohsin Ali
 
College Department Management System
College Department Management SystemCollege Department Management System
College Department Management System
JIGAR MAKHIJA
 
ERP on School Management System
ERP on School Management SystemERP on School Management System
ERP on School Management System
Amit Gandhi
 
Presentation on Dance Academy Management System Project
Presentation on Dance Academy Management System ProjectPresentation on Dance Academy Management System Project
Presentation on Dance Academy Management System Project
megha walunj
 
Structured Vs, Object Oriented Analysis and Design
Structured Vs, Object Oriented Analysis and DesignStructured Vs, Object Oriented Analysis and Design
Structured Vs, Object Oriented Analysis and Design
Motaz Saad
 
6 sql query handling
6 sql query handling6 sql query handling
6 sql query handling
Nymphea Saraf
 
Query Management system-Iv review
Query Management system-Iv reviewQuery Management system-Iv review
Query Management system-Iv review
logeshprabu
 
Minor Project Report On Intranet database
Minor Project Report On Intranet databaseMinor Project Report On Intranet database
Minor Project Report On Intranet database
Anjeet Kumar
 
How to use Basecamp
How to use BasecampHow to use Basecamp
How to use Basecamp
Marie Eustaquio
 
Use of satellite imagery for the generation of an aquaculture atlas : a case ...
Use of satellite imagery for the generation of an aquaculture atlas : a case ...Use of satellite imagery for the generation of an aquaculture atlas : a case ...
Use of satellite imagery for the generation of an aquaculture atlas : a case ...
Blue BRIDGE
 
Masters Thesis Defense Presentation
Masters Thesis Defense PresentationMasters Thesis Defense Presentation
Masters Thesis Defense Presentation
Vitor Hirota Makiyama
 
Improving the Quality of Existing Software
Improving the Quality of Existing SoftwareImproving the Quality of Existing Software
Improving the Quality of Existing Software
Steven Smith
 
Folien sfps 4
Folien sfps 4Folien sfps 4
Common asp.net design patterns aspconf2012
Common asp.net design patterns aspconf2012Common asp.net design patterns aspconf2012
Common asp.net design patterns aspconf2012
Steven Smith
 
Introduction to MeteorJS
Introduction to MeteorJSIntroduction to MeteorJS
Introduction to MeteorJS
Weiming Chen
 
Tutorial - How to Use Basecamp (A Project Management Application)
Tutorial - How to Use Basecamp (A Project Management Application)Tutorial - How to Use Basecamp (A Project Management Application)
Tutorial - How to Use Basecamp (A Project Management Application)
Jennyx Duarte
 

Viewers also liked (20)

Query Management System- overview
Query Management System- overviewQuery Management System- overview
Query Management System- overview
 
Collaboration Diagram
Collaboration DiagramCollaboration Diagram
Collaboration Diagram
 
Event Management System Document
Event Management System Document Event Management System Document
Event Management System Document
 
Query Management system-Ist Review presentation
Query Management system-Ist Review presentationQuery Management system-Ist Review presentation
Query Management system-Ist Review presentation
 
School Management System ppt
School Management System pptSchool Management System ppt
School Management System ppt
 
College Department Management System
College Department Management SystemCollege Department Management System
College Department Management System
 
ERP on School Management System
ERP on School Management SystemERP on School Management System
ERP on School Management System
 
Presentation on Dance Academy Management System Project
Presentation on Dance Academy Management System ProjectPresentation on Dance Academy Management System Project
Presentation on Dance Academy Management System Project
 
Structured Vs, Object Oriented Analysis and Design
Structured Vs, Object Oriented Analysis and DesignStructured Vs, Object Oriented Analysis and Design
Structured Vs, Object Oriented Analysis and Design
 
6 sql query handling
6 sql query handling6 sql query handling
6 sql query handling
 
Query Management system-Iv review
Query Management system-Iv reviewQuery Management system-Iv review
Query Management system-Iv review
 
Minor Project Report On Intranet database
Minor Project Report On Intranet databaseMinor Project Report On Intranet database
Minor Project Report On Intranet database
 
How to use Basecamp
How to use BasecampHow to use Basecamp
How to use Basecamp
 
Use of satellite imagery for the generation of an aquaculture atlas : a case ...
Use of satellite imagery for the generation of an aquaculture atlas : a case ...Use of satellite imagery for the generation of an aquaculture atlas : a case ...
Use of satellite imagery for the generation of an aquaculture atlas : a case ...
 
Masters Thesis Defense Presentation
Masters Thesis Defense PresentationMasters Thesis Defense Presentation
Masters Thesis Defense Presentation
 
Improving the Quality of Existing Software
Improving the Quality of Existing SoftwareImproving the Quality of Existing Software
Improving the Quality of Existing Software
 
Folien sfps 4
Folien sfps 4Folien sfps 4
Folien sfps 4
 
Common asp.net design patterns aspconf2012
Common asp.net design patterns aspconf2012Common asp.net design patterns aspconf2012
Common asp.net design patterns aspconf2012
 
Introduction to MeteorJS
Introduction to MeteorJSIntroduction to MeteorJS
Introduction to MeteorJS
 
Tutorial - How to Use Basecamp (A Project Management Application)
Tutorial - How to Use Basecamp (A Project Management Application)Tutorial - How to Use Basecamp (A Project Management Application)
Tutorial - How to Use Basecamp (A Project Management Application)
 

Similar to Query Handling System

kats.ppt
kats.pptkats.ppt
kats.ppt
N.CH Karthik
 
Online examination system
Online examination systemOnline examination system
Online examination system
Narendra Sonone
 
Computer Based Assessment.pptx
Computer Based Assessment.pptxComputer Based Assessment.pptx
Computer Based Assessment.pptx
salah327743
 
online examination system
online examination systemonline examination system
online examination system
snelkoli
 
Online Examination
Online ExaminationOnline Examination
Online Examination
snelkoli
 
Online Exam System_Industrial Report
Online Exam System_Industrial ReportOnline Exam System_Industrial Report
Online Exam System_Industrial Report
Manmeet Sinha
 
Online examination system
Online examination systemOnline examination system
Online examination system
Tamoghna Hazra
 
Online course registration system development software engineering project pr...
Online course registration system development software engineering project pr...Online course registration system development software engineering project pr...
Online course registration system development software engineering project pr...
MD.HABIBUR Rahman
 
Distributed Exam system
Distributed Exam systemDistributed Exam system
Distributed Exam system
GCWUF
 
Srs(at)
Srs(at)Srs(at)
Srs(at)
Smit Pateliya
 
Requirement and system analysis
Requirement and system analysisRequirement and system analysis
Requirement and system analysis
Alqalam University Katsina, Nigeria
 
Requirement and System Analysis
Requirement and System AnalysisRequirement and System Analysis
Requirement and System Analysis
Aminu Sa'eed Haruna
 
Lab management
Lab managementLab management
Lab management
logumca
 
Library Management System.pptx
Library Management System.pptxLibrary Management System.pptx
Library Management System.pptx
MuskanKhan320706
 
Generic Software Process Models
Generic Software Process ModelsGeneric Software Process Models
Generic Software Process Models
Education Front
 
87329340-87005502-Student-Database-Management-System.pptx
87329340-87005502-Student-Database-Management-System.pptx87329340-87005502-Student-Database-Management-System.pptx
87329340-87005502-Student-Database-Management-System.pptx
SatishKulkarni91
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
Kamal Acharya
 
Creating Functional Testing Strategy.pptx
Creating Functional Testing Strategy.pptxCreating Functional Testing Strategy.pptx
Creating Functional Testing Strategy.pptx
Mohit Rajvanshi
 
Schools management system project presentation
Schools management system project presentationSchools management system project presentation
Schools management system project presentation
Md.zahedul Karim Tuhin
 
Development Guideline
Development GuidelineDevelopment Guideline
Development Guideline
Mohammad Nasir Uddin
 

Similar to Query Handling System (20)

kats.ppt
kats.pptkats.ppt
kats.ppt
 
Online examination system
Online examination systemOnline examination system
Online examination system
 
Computer Based Assessment.pptx
Computer Based Assessment.pptxComputer Based Assessment.pptx
Computer Based Assessment.pptx
 
online examination system
online examination systemonline examination system
online examination system
 
Online Examination
Online ExaminationOnline Examination
Online Examination
 
Online Exam System_Industrial Report
Online Exam System_Industrial ReportOnline Exam System_Industrial Report
Online Exam System_Industrial Report
 
Online examination system
Online examination systemOnline examination system
Online examination system
 
Online course registration system development software engineering project pr...
Online course registration system development software engineering project pr...Online course registration system development software engineering project pr...
Online course registration system development software engineering project pr...
 
Distributed Exam system
Distributed Exam systemDistributed Exam system
Distributed Exam system
 
Srs(at)
Srs(at)Srs(at)
Srs(at)
 
Requirement and system analysis
Requirement and system analysisRequirement and system analysis
Requirement and system analysis
 
Requirement and System Analysis
Requirement and System AnalysisRequirement and System Analysis
Requirement and System Analysis
 
Lab management
Lab managementLab management
Lab management
 
Library Management System.pptx
Library Management System.pptxLibrary Management System.pptx
Library Management System.pptx
 
Generic Software Process Models
Generic Software Process ModelsGeneric Software Process Models
Generic Software Process Models
 
87329340-87005502-Student-Database-Management-System.pptx
87329340-87005502-Student-Database-Management-System.pptx87329340-87005502-Student-Database-Management-System.pptx
87329340-87005502-Student-Database-Management-System.pptx
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Creating Functional Testing Strategy.pptx
Creating Functional Testing Strategy.pptxCreating Functional Testing Strategy.pptx
Creating Functional Testing Strategy.pptx
 
Schools management system project presentation
Schools management system project presentationSchools management system project presentation
Schools management system project presentation
 
Development Guideline
Development GuidelineDevelopment Guideline
Development Guideline
 

Recently uploaded

Call Girls In Bangalore 7339748667 available hotel and home full enjoy
Call Girls In Bangalore 7339748667  available hotel and home full enjoyCall Girls In Bangalore 7339748667  available hotel and home full enjoy
Call Girls In Bangalore 7339748667 available hotel and home full enjoy
akbard9823
 
Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...
Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...
Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...
ss728938
 
Beyond the Veil: Unraveling the Secrets of Your Dreams
Beyond the Veil: Unraveling the Secrets of Your DreamsBeyond the Veil: Unraveling the Secrets of Your Dreams
Beyond the Veil: Unraveling the Secrets of Your Dreams
amerhanoor20
 
Call Girls Hyderabad 👯‍♀️ 7339748667 🔥 Escorts at your Door Step Available 2...
Call Girls Hyderabad 👯‍♀️ 7339748667 🔥 Escorts  at your Door Step Available 2...Call Girls Hyderabad 👯‍♀️ 7339748667 🔥 Escorts  at your Door Step Available 2...
Call Girls Hyderabad 👯‍♀️ 7339748667 🔥 Escorts at your Door Step Available 2...
nagunakhan
 
Data Processing in PHP - PHPers 2024 Poznań
Data Processing in PHP - PHPers 2024 PoznańData Processing in PHP - PHPers 2024 Poznań
Data Processing in PHP - PHPers 2024 Poznań
Norbert Orzechowicz
 
一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理
一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理
一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理
gfysze
 
🔥Tall & Slim Models Call Girls Chandigarh 💯Call Us 🔝 7737669865 🔝💃Independent...
🔥Tall & Slim Models Call Girls Chandigarh 💯Call Us 🔝 7737669865 🔝💃Independent...🔥Tall & Slim Models Call Girls Chandigarh 💯Call Us 🔝 7737669865 🔝💃Independent...
🔥Tall & Slim Models Call Girls Chandigarh 💯Call Us 🔝 7737669865 🔝💃Independent...
$A19
 
VVIP Call Girls Rajkot ☎️ +91-987394 😍 Rajkot 🔥 Independent Girls In Home And...
VVIP Call Girls Rajkot ☎️ +91-987394 😍 Rajkot 🔥 Independent Girls In Home And...VVIP Call Girls Rajkot ☎️ +91-987394 😍 Rajkot 🔥 Independent Girls In Home And...
VVIP Call Girls Rajkot ☎️ +91-987394 😍 Rajkot 🔥 Independent Girls In Home And...
shima sharma
 
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
mamekyn
 
SASi-SPi Science Policy Lab Pre-engagement
SASi-SPi Science Policy Lab Pre-engagementSASi-SPi Science Policy Lab Pre-engagement
SASi-SPi Science Policy Lab Pre-engagement
Francois Stepman
 
Client Management Skills.pptx for corporate world
Client Management Skills.pptx for corporate worldClient Management Skills.pptx for corporate world
Client Management Skills.pptx for corporate world
artemacademy2
 
🔥High Profile Call Girls Pune 💯Call Us 🔝 7737669865 🔝💃Top Class Call Girl Ser...
🔥High Profile Call Girls Pune 💯Call Us 🔝 7737669865 🔝💃Top Class Call Girl Ser...🔥High Profile Call Girls Pune 💯Call Us 🔝 7737669865 🔝💃Top Class Call Girl Ser...
🔥High Profile Call Girls Pune 💯Call Us 🔝 7737669865 🔝💃Top Class Call Girl Ser...
aditiverma91885
 
Cybersecurity Presentation PowerPoint!!!
Cybersecurity Presentation PowerPoint!!!Cybersecurity Presentation PowerPoint!!!
Cybersecurity Presentation PowerPoint!!!
arichardson21686
 
Call Girls In Patiala 👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hote...
Call Girls In Patiala 👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hote...Call Girls In Patiala 👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hote...
Call Girls In Patiala 👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hote...
fufa9823#S0007
 
Bridging the visual gap between cultural heritage and digital scholarship
Bridging the visual gap between cultural heritage and digital scholarshipBridging the visual gap between cultural heritage and digital scholarship
Bridging the visual gap between cultural heritage and digital scholarship
Inesm9
 
Call Girls Pune, Pune Cantonment 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independ...
Call Girls Pune, Pune Cantonment 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independ...Call Girls Pune, Pune Cantonment 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independ...
Call Girls Pune, Pune Cantonment 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independ...
kumarashok4639000
 
MASTERCARD FOR FINTECHS PROGRAM 2024 BROCHURE
MASTERCARD FOR FINTECHS PROGRAM 2024 BROCHUREMASTERCARD FOR FINTECHS PROGRAM 2024 BROCHURE
MASTERCARD FOR FINTECHS PROGRAM 2024 BROCHURE
events25
 
Call Girls In Malegaon 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
Call Girls In Malegaon 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 MinutesCall Girls In Malegaon 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
Call Girls In Malegaon 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
pradeepkumar66952#S007
 
Entrepreneurship competences in I4.0 and A.I lead migrants to inclusion
Entrepreneurship competences in I4.0 and A.I lead migrants to inclusionEntrepreneurship competences in I4.0 and A.I lead migrants to inclusion
Entrepreneurship competences in I4.0 and A.I lead migrants to inclusion
Claudia Lanteri
 
2023 Ukraine Crisis Media Center Financial Report
2023 Ukraine Crisis Media Center Financial Report2023 Ukraine Crisis Media Center Financial Report
2023 Ukraine Crisis Media Center Financial Report
UkraineCrisisMediaCenter
 

Recently uploaded (20)

Call Girls In Bangalore 7339748667 available hotel and home full enjoy
Call Girls In Bangalore 7339748667  available hotel and home full enjoyCall Girls In Bangalore 7339748667  available hotel and home full enjoy
Call Girls In Bangalore 7339748667 available hotel and home full enjoy
 
Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...
Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...
Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...
 
Beyond the Veil: Unraveling the Secrets of Your Dreams
Beyond the Veil: Unraveling the Secrets of Your DreamsBeyond the Veil: Unraveling the Secrets of Your Dreams
Beyond the Veil: Unraveling the Secrets of Your Dreams
 
Call Girls Hyderabad 👯‍♀️ 7339748667 🔥 Escorts at your Door Step Available 2...
Call Girls Hyderabad 👯‍♀️ 7339748667 🔥 Escorts  at your Door Step Available 2...Call Girls Hyderabad 👯‍♀️ 7339748667 🔥 Escorts  at your Door Step Available 2...
Call Girls Hyderabad 👯‍♀️ 7339748667 🔥 Escorts at your Door Step Available 2...
 
Data Processing in PHP - PHPers 2024 Poznań
Data Processing in PHP - PHPers 2024 PoznańData Processing in PHP - PHPers 2024 Poznań
Data Processing in PHP - PHPers 2024 Poznań
 
一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理
一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理
一比一原版(unc毕业证书)美国北卡罗来纳大学教堂山分校毕业证如何办理
 
🔥Tall & Slim Models Call Girls Chandigarh 💯Call Us 🔝 7737669865 🔝💃Independent...
🔥Tall & Slim Models Call Girls Chandigarh 💯Call Us 🔝 7737669865 🔝💃Independent...🔥Tall & Slim Models Call Girls Chandigarh 💯Call Us 🔝 7737669865 🔝💃Independent...
🔥Tall & Slim Models Call Girls Chandigarh 💯Call Us 🔝 7737669865 🔝💃Independent...
 
VVIP Call Girls Rajkot ☎️ +91-987394 😍 Rajkot 🔥 Independent Girls In Home And...
VVIP Call Girls Rajkot ☎️ +91-987394 😍 Rajkot 🔥 Independent Girls In Home And...VVIP Call Girls Rajkot ☎️ +91-987394 😍 Rajkot 🔥 Independent Girls In Home And...
VVIP Call Girls Rajkot ☎️ +91-987394 😍 Rajkot 🔥 Independent Girls In Home And...
 
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
 
SASi-SPi Science Policy Lab Pre-engagement
SASi-SPi Science Policy Lab Pre-engagementSASi-SPi Science Policy Lab Pre-engagement
SASi-SPi Science Policy Lab Pre-engagement
 
Client Management Skills.pptx for corporate world
Client Management Skills.pptx for corporate worldClient Management Skills.pptx for corporate world
Client Management Skills.pptx for corporate world
 
🔥High Profile Call Girls Pune 💯Call Us 🔝 7737669865 🔝💃Top Class Call Girl Ser...
🔥High Profile Call Girls Pune 💯Call Us 🔝 7737669865 🔝💃Top Class Call Girl Ser...🔥High Profile Call Girls Pune 💯Call Us 🔝 7737669865 🔝💃Top Class Call Girl Ser...
🔥High Profile Call Girls Pune 💯Call Us 🔝 7737669865 🔝💃Top Class Call Girl Ser...
 
Cybersecurity Presentation PowerPoint!!!
Cybersecurity Presentation PowerPoint!!!Cybersecurity Presentation PowerPoint!!!
Cybersecurity Presentation PowerPoint!!!
 
Call Girls In Patiala 👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hote...
Call Girls In Patiala 👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hote...Call Girls In Patiala 👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hote...
Call Girls In Patiala 👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hote...
 
Bridging the visual gap between cultural heritage and digital scholarship
Bridging the visual gap between cultural heritage and digital scholarshipBridging the visual gap between cultural heritage and digital scholarship
Bridging the visual gap between cultural heritage and digital scholarship
 
Call Girls Pune, Pune Cantonment 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independ...
Call Girls Pune, Pune Cantonment 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independ...Call Girls Pune, Pune Cantonment 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independ...
Call Girls Pune, Pune Cantonment 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independ...
 
MASTERCARD FOR FINTECHS PROGRAM 2024 BROCHURE
MASTERCARD FOR FINTECHS PROGRAM 2024 BROCHUREMASTERCARD FOR FINTECHS PROGRAM 2024 BROCHURE
MASTERCARD FOR FINTECHS PROGRAM 2024 BROCHURE
 
Call Girls In Malegaon 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
Call Girls In Malegaon 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 MinutesCall Girls In Malegaon 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
Call Girls In Malegaon 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
 
Entrepreneurship competences in I4.0 and A.I lead migrants to inclusion
Entrepreneurship competences in I4.0 and A.I lead migrants to inclusionEntrepreneurship competences in I4.0 and A.I lead migrants to inclusion
Entrepreneurship competences in I4.0 and A.I lead migrants to inclusion
 
2023 Ukraine Crisis Media Center Financial Report
2023 Ukraine Crisis Media Center Financial Report2023 Ukraine Crisis Media Center Financial Report
2023 Ukraine Crisis Media Center Financial Report
 

Query Handling System

  • 2. Abstract: • This project is designed for college students to get clarify their doubts by posting their queries. • The queries posted by the students are handled by the administrator. • The administrator answers the queries posted by students.
  • 3. Objective Of The Project: • The primary goal of the query handling system is to provide an environment that is both convenient and efficient for the students and lecturers. • It also provides the safety to the information stored, despite system crashes or attempts of unauthorized access.
  • 4. Existing System: • The existing system is manual one. • When the students want to clear there doubts they personally contact the concerned person in the college. Disadvantages: • Difficulty in contacting the concerned person. • Difficult to handle more students requests for faculty. • Difficulty in maintaining frequently asked questions manually.
  • 5. Proposed System: • Proposed system has one super user to control the data, appointing the administrators in each department. • The administrator is responsible to answer all the questions posted by students. Advantages: • Faster processing when compared to existing one. • Easy in maintaining frequently asked questions.
  • 6. Advantages Contd… • Modifications of answers can be carried out immediately. • Faculty can handle more number of students requests. • Easy maintenance of faculty and student details.
  • 7. Modules The project contains three modules: • Super User • Administrator • Student
  • 8. Super User Super User performs the following functions: • Controls the data. • Registers the administrators and appoints them in each department. • Add/delete departments like physics, computer science, etc.. • Adding the question with answers and storing the data in database.
  • 9. Administrator • The student post a question in certain department and the respective administrator will answer the question and copy of the answer will be sent to the student. • If there is any modification to be carried out in the answers administrator will modify the answers.
  • 10. Student • Student post a question in certain department. • Student check the answer for which he posted. • Student checks the answers for available questions.
  • 11. Feasiblility Study • An important outcome of preliminary investigation is the determination that system required is feasible. • Since data is voluminous and involves a lot of overhead. • Therefore it is best activity for computerization. • The proposed system is feasible in following aspects.
  • 12. Technical Feasibility The proposed system is technically feasible since the equipment,software technology and available personal in the organization are well suitable for the proposed system.
  • 13. Operational Feasibility • The operational feasibilty system is measured by the usage of the system after implementation and resistance from the users. • Hence it is encouraging to undertake a detailed system analysis.
  • 14. Economical Feasibilty • Since necessary hardware and software are available in the organization,there is no need to procure and install new hardware and software. • Thus there is no need of extra personal on the proposed system. • Hence the proposed system is economically feasible.
  • 15. Block Diagram: Web user interface Query handler Database system Login management handler Post query handler Department handler Registration form handler Solution Handler
  • 16. Web User Interface: • Web user interface will provide the interface to the user to communicate with the system. Query Handling System Handler: • “Query handling services” maintains various frequently asked questions posted by the students and keeps them in a database so that it can be retrieved easily by students when the admin answer that question.
  • 17. Login Management Handler: • This block helps for authentication of user and also changing the password. Database System: • This block helps us to store the data or retrieve the data from database. Solution handler: • This block helps to store and retrieve the solution for particular query. Also helps to modify the solutions.
  • 18. Post Query Handler: • This block helps for handling various frequently asked questions posted by students. Department Handler: • This block helps for handling different departments like computer science ,maths etc… Registration Form Handler: • This block helps to register the faculty members for answering the questions posted by students. As well as it also helps to register the students.
  • 19. UML Diagrams: Static Diagrams: Class Diagram:
  • 23. Dynamic Diagrams: Use Case for Administrator: Addministrator Add/Delete/Modify qestions/answers Send Answers to Students Student Check Posted questions Addministrator
  • 24. Use Case For Student: Student Registration View Question/Answers Post a Question Administrator View Answer for a Posted Question Student
  • 25. Sequence Diagram for Super User: : SuperUser Login Create Department Reg Admin & Assign Department Add Topic Delete Topic Delete Dept Delete Admin Enter Id ,password,Type Verify Invalid Create Department Assign Admin Sucess Add Topic Delete Topic Delete Admin Delete Dept
  • 26. Sequence Diagram for Administrator: : Administrator Login View Posted Question Answer to Posted Questions Add Question/Answer Modify Question/Answer Delete Question/Answer Enter Id,password,Type Check Check Posted que Answer to Student Check for more Sucess Add que/ans Sucess Modify que/ans Sucess Delete que/ans Sucess
  • 27. Sequence Diagram for Student: Post Question : Student Register Login Check Available Questions Check Answer for Posted Question Enter Details Id Verify Enter Id Details Verify Sucess Check Available Questions view Post a Question Sucess Verify Answer Check Answer
  • 30. Collaboration Diagram for Administrator: : SuperUser Login Create Department Reg Admin & Assign Department Add Topic Delete Topic 13: 15: Delete Dept Delete Admin 1: Enter Id ,password,Type 2: Verify 3: Invalid 4: Create Department 5: Assign Admin 6: Sucess 7: 8: Add Topic 9: 10: Delete Topic 11: 12: Delete Admin 14: Delete Dept
  • 31. Collaboration Diagram for Student: Answer to Posted Questions 1: Enter Id,password,Type 11: Sucess : Administrator 8: Add que/ans Login Add Question/Answer Modify Question/Answer 9: Sucess View Posted Question 13: Sucess Delete Question/Answer 2: Check 3: 4: Check Posted que 6: Sucess 5: Answer to Student 7: Check for more 10: Modify que/ans 12: Delete que/ans
  • 32. System Specifications Software Requirements: • Operating system : Windows XP • Programming Platform : j2sdk • Backend Database : Mysql • Server deployment : Apache Tomcat Hardware Requirements: • Processor : Pentium IV or higher • Hard disk : 160 GB • RAM : 1 GB
  • 33. Testing • Software testing is a critical element of software quality assurance and represents the ultimate review of specifications,design and coding. • Testing presents an interesting anomaly for the software engineer.
  • 34. Testing Type Methods Unit Testing: • Unit testing focuses verification effort on the smallest unit of software design that is the module. • The unit test is normally white box testing oriented and steps can be conducted in parallel for multiple modules.
  • 35. Integration Testing: • The objective is to take unit tested methods and build a program structure that has been dictated by design. It is of two types 1.Top down Integration: • It is an incremental approach for construction of program structure. • Modules are integrated by moving downward through control hierarchy,beginning with the main control program
  • 36. 2.Bottom Up Integration: • This method as the name sugggests,begins construction and testing with atomic modules i.e., modules at the lowest leveling of program structure. • The modules are integrated in bottom up manner.
  • 37. Validation Testing • Validation testing is the next stage which can be defined as successful when the software functions in the manner reasonably expected by the customer
  • 38. System Testing: • System testing is actually a series of different tests whose primary purpose is to fully exercise the computer-based system. Recovery Testing: • It is a system test that forces the system to fail in a variety of ways and verifies that the recovery is properly performed.
  • 39. Security Testing: • Attempts to verify the protection mechanisms built into the system. Perfomance Testing: • This method is designed to test runtime perfomance of software within the context of an integrated system.
  • 41. Test Case ID Test Case Description Expected Behavior Actual Behavior Test Case Result 1 Admin Login Admin should login to the infoware application with his regisetered id and password Admin logged into the infoware application. PASS 2 Student Login Student should login to his account with his regisetered id and password Student logged into his account PASS 3 Shuffling admin Superuser should shuffle admin from one department to another. Superuser shuffled admin’s department. PASS 4 Add department Superuser should add a new department into our application. Superuser added a new department. PASS 5 Add topic Superuser should add a new topic in the department. Superuser added a new topic. PASS 6 Add question. Superuser should add a new question to a topic. Superuser added a new question. PASS 7 Delete department Superuser should delete a department from the application. Superuser deleted a department. PASS 8 Delete topic Superuser should delete a topic in the department. Superuser deleted a topic. PASS 9 Delete question. Superuser should delete a question from a topic. Superuser deleted a question. PASS
  • 42. Conclusion • The new system of QUERY HANDLING has been implemented. • The present system has been integrated with the already existing. • The database was put into the MYSQL server .This was connected by JDBC. • The database is accessible through internet on any geographic location • .This system has been found to meet the requirements of the students/indenters and also very satisfactory.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52. Bibliography References from the project development were taken from the following books and websites: Java Technologies Java Complete Reference Java Script Programming by Yehuda shiran Mastering Java Security Java2 networking By Pistoria
  • 53. Bibliography Contd…. Java Security By Scotl Oaks Head First EJB Sierra Bates Java Server pages by Larne Pekowsley Java Server pages by Nick Todd HTML HTML Black Book by Holzner
  • 54. Bibliography Contd… JDBC Java Database Programming with JDBC by Patel moss. Software Engineering by Roger Pressman.
  翻译: