SlideShare a Scribd company logo
1 of 55
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

Context model
Context modelContext model
Context modelUbaid423
 
Multimedia System & Design Ch 1, 2, 3 Multimedia
Multimedia System & Design Ch 1, 2, 3 MultimediaMultimedia System & Design Ch 1, 2, 3 Multimedia
Multimedia System & Design Ch 1, 2, 3 MultimediaBadar Waseer
 
Attributes of Output Primitives
Attributes of Output PrimitivesAttributes of Output Primitives
Attributes of Output PrimitivesRenita Santhmayora
 
Overview of the graphics system
Overview of the graphics systemOverview of the graphics system
Overview of the graphics systemKamal Acharya
 
System Analysis and Design 6th edition chapter 14
System Analysis and Design 6th edition chapter 14System Analysis and Design 6th edition chapter 14
System Analysis and Design 6th edition chapter 14Matthew McKenzie
 
Lecture 14 requirements modeling - flow and behavior
Lecture 14   requirements modeling - flow and  behaviorLecture 14   requirements modeling - flow and  behavior
Lecture 14 requirements modeling - flow and behaviorIIUI
 
Digital image processing
Digital image processingDigital image processing
Digital image processingABIRAMI M
 
Random scan displays and raster scan displays
Random scan displays and raster scan displaysRandom scan displays and raster scan displays
Random scan displays and raster scan displaysSomya Bagai
 
Introduction to Computer Graphics
Introduction to Computer GraphicsIntroduction to Computer Graphics
Introduction to Computer Graphicsarnelllemit2
 
Character generation techniques
Character generation techniquesCharacter generation techniques
Character generation techniquesMani Kanth
 
Image Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):BasicsImage Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):BasicsKalyan Acharjya
 
Chapter 13 software testing strategies
Chapter 13 software testing strategiesChapter 13 software testing strategies
Chapter 13 software testing strategiesSHREEHARI WADAWADAGI
 
Software Architecture and Design Introduction
Software Architecture and Design IntroductionSoftware Architecture and Design Introduction
Software Architecture and Design IntroductionUsman Khan
 
Lecture 15 requirements modeling - scenario, information and analysis class...
Lecture 15   requirements modeling - scenario, information and analysis class...Lecture 15   requirements modeling - scenario, information and analysis class...
Lecture 15 requirements modeling - scenario, information and analysis class...IIUI
 
Connected component labeling algorithm
Connected component labeling algorithmConnected component labeling algorithm
Connected component labeling algorithmManas Mantri
 
Modeling- Object, Dynamic and Functional
Modeling- Object, Dynamic and FunctionalModeling- Object, Dynamic and Functional
Modeling- Object, Dynamic and FunctionalRajani Bhandari
 

What's hot (20)

Context model
Context modelContext model
Context model
 
Multimedia System & Design Ch 1, 2, 3 Multimedia
Multimedia System & Design Ch 1, 2, 3 MultimediaMultimedia System & Design Ch 1, 2, 3 Multimedia
Multimedia System & Design Ch 1, 2, 3 Multimedia
 
Attributes of Output Primitives
Attributes of Output PrimitivesAttributes of Output Primitives
Attributes of Output Primitives
 
Overview of the graphics system
Overview of the graphics systemOverview of the graphics system
Overview of the graphics system
 
System Analysis and Design 6th edition chapter 14
System Analysis and Design 6th edition chapter 14System Analysis and Design 6th edition chapter 14
System Analysis and Design 6th edition chapter 14
 
Lecture 14 requirements modeling - flow and behavior
Lecture 14   requirements modeling - flow and  behaviorLecture 14   requirements modeling - flow and  behavior
Lecture 14 requirements modeling - flow and behavior
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Graphics a buffer
Graphics a bufferGraphics a buffer
Graphics a buffer
 
Random scan displays and raster scan displays
Random scan displays and raster scan displaysRandom scan displays and raster scan displays
Random scan displays and raster scan displays
 
Introduction to Computer Graphics
Introduction to Computer GraphicsIntroduction to Computer Graphics
Introduction to Computer Graphics
 
Character generation techniques
Character generation techniquesCharacter generation techniques
Character generation techniques
 
Hit and-miss transform
Hit and-miss transformHit and-miss transform
Hit and-miss transform
 
Depth Buffer Method
Depth Buffer MethodDepth Buffer Method
Depth Buffer Method
 
Image Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):BasicsImage Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):Basics
 
Chapter 13 software testing strategies
Chapter 13 software testing strategiesChapter 13 software testing strategies
Chapter 13 software testing strategies
 
unit-1-intro
 unit-1-intro unit-1-intro
unit-1-intro
 
Software Architecture and Design Introduction
Software Architecture and Design IntroductionSoftware Architecture and Design Introduction
Software Architecture and Design Introduction
 
Lecture 15 requirements modeling - scenario, information and analysis class...
Lecture 15   requirements modeling - scenario, information and analysis class...Lecture 15   requirements modeling - scenario, information and analysis class...
Lecture 15 requirements modeling - scenario, information and analysis class...
 
Connected component labeling algorithm
Connected component labeling algorithmConnected component labeling algorithm
Connected component labeling algorithm
 
Modeling- Object, Dynamic and Functional
Modeling- Object, Dynamic and FunctionalModeling- Object, Dynamic and Functional
Modeling- Object, Dynamic and Functional
 

Viewers also liked

Query Management System- overview
Query Management System- overviewQuery Management System- overview
Query Management System- overviewlogeshprabu
 
Collaboration Diagram
Collaboration DiagramCollaboration Diagram
Collaboration Diagramfahad_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 presentationlogeshprabu
 
School Management System ppt
School Management System pptSchool Management System ppt
School Management System pptMohsin Ali
 
College Department Management System
College Department Management SystemCollege Department Management System
College Department Management SystemJIGAR MAKHIJA
 
ERP on School Management System
ERP on School Management SystemERP on School Management System
ERP on School Management SystemAmit 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 Projectmegha 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 DesignMotaz Saad
 
6 sql query handling
6 sql query handling6 sql query handling
6 sql query handlingNymphea Saraf
 
Query Management system-Iv review
Query Management system-Iv reviewQuery Management system-Iv review
Query Management system-Iv reviewlogeshprabu
 
Minor Project Report On Intranet database
Minor Project Report On Intranet databaseMinor Project Report On Intranet database
Minor Project Report On Intranet databaseAnjeet Kumar
 
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
 
Improving the Quality of Existing Software
Improving the Quality of Existing SoftwareImproving the Quality of Existing Software
Improving the Quality of Existing SoftwareSteven Smith
 
Common asp.net design patterns aspconf2012
Common asp.net design patterns aspconf2012Common asp.net design patterns aspconf2012
Common asp.net design patterns aspconf2012Steven Smith
 
Introduction to MeteorJS
Introduction to MeteorJSIntroduction to MeteorJS
Introduction to MeteorJSWeiming 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

Online examination system
Online examination systemOnline examination system
Online examination systemNarendra Sonone
 
Computer Based Assessment.pptx
Computer Based Assessment.pptxComputer Based Assessment.pptx
Computer Based Assessment.pptxsalah327743
 
online examination system
online examination systemonline examination system
online examination systemsnelkoli
 
Online Examination
Online ExaminationOnline Examination
Online Examinationsnelkoli
 
Online Exam System_Industrial Report
Online Exam System_Industrial ReportOnline Exam System_Industrial Report
Online Exam System_Industrial ReportManmeet Sinha
 
Online examination system
Online examination systemOnline examination system
Online examination systemTamoghna 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 systemGCWUF
 
Lab management
Lab managementLab management
Lab managementlogumca
 
Library Management System.pptx
Library Management System.pptxLibrary Management System.pptx
Library Management System.pptxMuskanKhan320706
 
Generic Software Process Models
Generic Software Process ModelsGeneric Software Process Models
Generic Software Process ModelsEducation 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.pptxSatishKulkarni91
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Creating Functional Testing Strategy.pptx
Creating Functional Testing Strategy.pptxCreating Functional Testing Strategy.pptx
Creating Functional Testing Strategy.pptxMohit Rajvanshi
 
Schools management system project presentation
Schools management system project presentationSchools management system project presentation
Schools management system project presentationMd.zahedul Karim Tuhin
 

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...
 
SDLC
SDLCSDLC
SDLC
 
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
 

Recently uploaded

If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaKayode Fayemi
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxraffaeleoman
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIINhPhngng3
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoKayode Fayemi
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatmentnswingard
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfMahamudul Hasan
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfSenaatti-kiinteistöt
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lodhisaajjda
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalFabian de Rijk
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...David Celestin
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfSkillCertProExams
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...amilabibi1
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Baileyhlharris
 

Recently uploaded (15)

If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 

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.