SlideShare ist ein Scribd-Unternehmen logo
1 von 51
•Introduction
system analysis
•System requirements
•System design
•Technologies used
•Testing and implementation
•Screen shots
•Conclusion
•Future enhancement
•bibliography
ABSTRACT
In “Info ware Services” maintaining all the
details of frequently asked questions in the database subject wise,
to avail them to all the students. And they will update the
questions as and when required. The primary goal of a Info ware
Services is to provide an environment that is both “convenient” and
“efficient” to use in retrieving and storing database information.
Disadvantages:
PROPOSED SYSTEM
Merits of This System:
 Operating system : windows XP or Linux
 User Interface : HTML,CSS
 Clint-Side Scripting : Java Script
 Programming
Language : Java
 Web Applications : JDBC,JSP
 IDE/Workbench : Eclipse
 Database : Oracle
 Server Deployment : Apache Tomcat 6.0
HARDWARE REQ’S
 Processor : Pentium IV or
i3 Intel processor.
 Hard Disk : 40 GB
 RAM : 256 MB or 512
MODULES
The project contains “three” modules
Super User.
Administrator .
Student.
MODULES
1.Super user:
The responsibility of the super user is to centrally control the
data, appoint administrators to all the departments and shifting
the administrators one department to other and replacing with
others when there is a vacancy in any departments.
The super user can also have a right to change the
questions like adding deleting the records from the database. The
super user provides the login names and password for entire
administrators department wise.
2.Administrator
Each department will have one or more administrator; some departments
may have more than one administrator. The major responsibility of
administrator is to answer all the questions posted by students on a
regular basis.
The administrator can add, modify or remove questions from all the
Categories (about the question categories described below).
All the questions posted by the students will be added to
the list of existing questions only when the administrator answers that
question, simultaneously a copy of answer is sent to student who
initiated that question.
Administrator also reserves a right to post a question into a
particular category even if it is not a question frequently asked. The
administrators have the capability of changing his password as when he
requires.
adminstrator
Students
These are the users at the lower level of our
abstraction. Before posting a question, the student
has to select the department to which it belongs. A
copy of the answer will be sent to the student after the
administrator answered his question.
students
UML DIAGRAMES
Student
Registration
View Question/Answers
Post a Question
Administrator
View Answer for a Posted
Question
Student
Use Case for Administrator:
Addministrator
Send Answers to Students
Add/Delete/Modify
qestions/answers
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
Add Topic
Sucess
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
SucessCheck for more
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
Enter Id Details
Verify
Verify
Sucess
Check Available Questions
view
Post a Question
Sucess
Verify Answer
Check Answer
Collaboration Diagram for
Super User
Collaboration Diagram for
Administrator:
: SuperUser
Login
Create
Department
Reg Admin & Assign
Department
Add
Topic
Delete
Topic
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
13:
14: Delete Dept
15:
Collaboration Diagram for
Student:
Answer to Posted
Questions
: Administrator
Login Add
Question/Answer
Modify
Question/Answer
View Posted
Question
Delete
Question/Answer
1: Enter Id,password,Type
2: Check
3:
4: Check Posted que
5: Answer to Student
6: Sucess
7: Check for more
8: Add que/ans
9: Sucess
10: Modify que/ans
11: Sucess
12: Delete que/ans
13: Sucess
Class Diagram:
Entity-Relationship Diagrams:
DATABASE DESIGN
• The design starts with the end users view of t
he organization called conceptual requiremen
ts and user in a decision-making, which uses
information obtained by accessing the databa
se. The end users also provide data to be sto
red in the database. In considering the end us
er requirements tradeoff have to be taken into
account.
TABLE NAME:
super user: It contains all details about super user.
The following table explains all the fields
Field Name Data Type Size
USER I.D VARCHAR2 5
FIRST NAME VARCHAR2 25
LASTNAME VARCHAR2 20
PASSWORD VARCHAR2 10
AGE NUMBER 3
DATEOFBIRTH VARCHAR2 12
QUALIFICATION VARCHAR2 15
GENDER VARCHAR2 7
MARTIAL STATUS VARCHAR2 15
EMAIL VARCHAR2 20
ADDRESS VARCHAR2 15
CITY VARCHAR2 15
STATE VARCHAR2 16
COUNTRY VARCHAR2 14
ZIPCODE NUMBER 10
DESIGNATION VARCHAR2 19
TABLE NAME: QANDA: It contains all details about Questions
and answers with categories. The following table explains all t
he fields
Field Name Data Type Size
DEPARTMENT VARCHAR2 10
TOPICS VARCHAR2 10
QUESTION VARCHAR2 50
ANSWER VARCHAR2 50
CATEGORY VARCHAR2 15
COUNT NUMBER 15
POSTDATE VARCHAR2 15
Field Name Data Type Size
DEPARTMENT VARCHAR2 10
TOPICS VARCHAR2 10
QUESTION VARCHAR2 50
ANSWER VARCHAR2 50
CATEGORY VARCHAR2 15
COUNT NUMBER 15
POSTDATE VARCHAR2 15
TABLE NAME:
DEPTOPICS:It contains all details about department
s and topics. The following table explains all the fiel
ds
Field Name Data Type Size
DEPARTMENT VARCHAR2 10
TOPICS VARCHAR2 10
Field Name Data Type Size
DEPARTMENT VARCHAR2 10
TOPICS VARCHAR2 10
Home Page:
Super user login page:
Login failure page:
Login success page:
Admin registration page:
Registering success:
Add department’s page:
Add topics page:
Add questions page:
Successfully posted page:
Admin checking for posted
questions page:
Admin answering for posted
question page:
TESTING
Test levels
• Unit testing tests the minimal software compo
nent and sub-component or modules by the p
rogrammers.
• Integration testing exposes defects in the inte
rfaces and interaction between integrated co
mponents (modules).
• Functional testing tests the product accordin
g to programmable work.
• System testing tests an integrated system to
verify/validate that it meets its requirements.
ALPHA TESTING:
• Alpha testing is simulated or actual operation
al testing by potential users/customers or an i
ndependent test team at the developers' site.
Alpha testing is often employed for off-the-sh
elf software as a form of internal acceptance t
esting, before the software goes to beta testin
g
BETA TESTING
• Beta testing comes after alpha testing. Ver
sions of the software, known as beta versio
ns, are released to a limited audience outsi
de of the company. The software is release
d to groups of people so that further testin
g can ensure the product has few faults or
bugs. Sometimes, beta versions are made
available to the open public to increase the
feedback field to a maximal number of futu
re users.
CONCULSION
It has been a great pleasure for us to work on this exciting and
challenging project. This project proved good for me as it provided
practical knowledge of java and servlets.This will provide better
opportunities and guidance in future developing projects
independently and tomcat server, but also about handling
procedure related with ”Info ware Services”. It also provides
knowledge about the latest technology used in web enabled
application and client server technology that will be great demand
in future. This will provide better opportunities and guidance in
future in developing projects independently.
FUTURE ENHANCEMENT
Future enhancement of this project can be achieved
by adding web seminars between the lecturers and
students so that they can interact each other at the
moment. Hence they can clarify their doubts
instantaneously.
BIBLIOGRAPHY
Core Java™ 2 Volume I – Fundamentals 7th Edition - Cay S. Hortsman
Pearson Education – Sun Microsystems Gary Cornell
Core Java™ 2 Volume II – Advanced - Cay S. Hortsman
Pearson Education – Sun Microsystems Gary Cornell
Head First Servlets & JSP - Eric Freeman
O’Reilly – SPD Elisabeth Freeman
The Book of JavaScript 2nd Edition - Thau
SPD
Effective Java – Programming Language Guide - Joshua Bloch
Pearson Education – Sun Microsystems
Java Database Best Practices - George Reese
O’Reilly – SPD
JBoss – A Developers Notebook - Norman Richards
O’Reilly – SPD Sam Griffith
ANY QUIRES
kats.ppt

Weitere ähnliche Inhalte

Was ist angesagt?

Online quiz system
Online quiz systemOnline quiz system
Online quiz systemSatyaki Mitra
 
Online Examination
Online ExaminationOnline Examination
Online Examinationsnelkoli
 
Examination Hall Allocation
Examination Hall Allocation Examination Hall Allocation
Examination Hall Allocation Martina Thampan
 
Project Report Online Test
Project Report Online TestProject Report Online Test
Project Report Online TestAbhishek Kumar
 
Exam system
Exam systemExam system
Exam systemArun Verma
 
14.project online eamination system
14.project online eamination system14.project online eamination system
14.project online eamination systemjbpatel7290
 
Photo Management System PPT
Photo Management System PPTPhoto Management System PPT
Photo Management System PPTShanthan Reddy
 
online examination management system
online examination management systemonline examination management system
online examination management systemPraveen Patel
 
Online examination system of open and distance education kunti
Online examination system of open and distance education kuntiOnline examination system of open and distance education kunti
Online examination system of open and distance education kuntiNawaraj Ghimire
 
Pritam online exam synopsis
Pritam online  exam synopsisPritam online  exam synopsis
Pritam online exam synopsisPritam Bhansali
 
Online examination system of open and distance education
Online examination system of open and distance educationOnline examination system of open and distance education
Online examination system of open and distance educationPallavi Singh
 
Online examination system doc v2
Online examination system doc v2Online examination system doc v2
Online examination system doc v2Textus Intentio
 
Quality Assurance with Manual Testing
Quality Assurance with Manual TestingQuality Assurance with Manual Testing
Quality Assurance with Manual TestingEdureka!
 
Online quiz by danish & sudhanshu techlites
Online quiz by danish & sudhanshu techlitesOnline quiz by danish & sudhanshu techlites
Online quiz by danish & sudhanshu techlitesDanish Anwar
 
ONLINE EXAMINATION SYSTEM
ONLINE EXAMINATION SYSTEM ONLINE EXAMINATION SYSTEM
ONLINE EXAMINATION SYSTEM Aakanksha .
 
Pritam bhansali Online Exam - Project Report
Pritam bhansali  Online Exam - Project ReportPritam bhansali  Online Exam - Project Report
Pritam bhansali Online Exam - Project ReportPritam Bhansali
 
Online Examination System
Online Examination SystemOnline Examination System
Online Examination SystemSamrat Roy
 
online Examination System (project report)
online Examination System (project report)online Examination System (project report)
online Examination System (project report)vivek anand
 
10.project online exam system
10.project  online exam system10.project  online exam system
10.project online exam systemIram hasan
 

Was ist angesagt? (20)

Online quiz system
Online quiz systemOnline quiz system
Online quiz system
 
Online Examination
Online ExaminationOnline Examination
Online Examination
 
Examination Hall Allocation
Examination Hall Allocation Examination Hall Allocation
Examination Hall Allocation
 
Project Report Online Test
Project Report Online TestProject Report Online Test
Project Report Online Test
 
Exam system
Exam systemExam system
Exam system
 
14.project online eamination system
14.project online eamination system14.project online eamination system
14.project online eamination system
 
Photo Management System PPT
Photo Management System PPTPhoto Management System PPT
Photo Management System PPT
 
online examination management system
online examination management systemonline examination management system
online examination management system
 
Online examination system of open and distance education kunti
Online examination system of open and distance education kuntiOnline examination system of open and distance education kunti
Online examination system of open and distance education kunti
 
Pritam online exam synopsis
Pritam online  exam synopsisPritam online  exam synopsis
Pritam online exam synopsis
 
Online examination system of open and distance education
Online examination system of open and distance educationOnline examination system of open and distance education
Online examination system of open and distance education
 
Online examination system doc v2
Online examination system doc v2Online examination system doc v2
Online examination system doc v2
 
Quality Assurance with Manual Testing
Quality Assurance with Manual TestingQuality Assurance with Manual Testing
Quality Assurance with Manual Testing
 
Online quiz by danish & sudhanshu techlites
Online quiz by danish & sudhanshu techlitesOnline quiz by danish & sudhanshu techlites
Online quiz by danish & sudhanshu techlites
 
ONLINE EXAMINATION SYSTEM
ONLINE EXAMINATION SYSTEM ONLINE EXAMINATION SYSTEM
ONLINE EXAMINATION SYSTEM
 
Pritam bhansali Online Exam - Project Report
Pritam bhansali  Online Exam - Project ReportPritam bhansali  Online Exam - Project Report
Pritam bhansali Online Exam - Project Report
 
Online Examination System
Online Examination SystemOnline Examination System
Online Examination System
 
online Examination System (project report)
online Examination System (project report)online Examination System (project report)
online Examination System (project report)
 
10.project online exam system
10.project  online exam system10.project  online exam system
10.project online exam system
 
E-Examination
E-ExaminationE-Examination
E-Examination
 

Andere mochten auch

Integrative Programming and Technology Chapter 4- Dr. J. VijiPriya
Integrative Programming and Technology Chapter 4- Dr. J. VijiPriyaIntegrative Programming and Technology Chapter 4- Dr. J. VijiPriya
Integrative Programming and Technology Chapter 4- Dr. J. VijiPriyaVijiPriya Jeyamani
 
Integrative Programming Technology Chapter 5 - Dr. J. VijiPriya
Integrative Programming Technology Chapter 5 - Dr. J. VijiPriyaIntegrative Programming Technology Chapter 5 - Dr. J. VijiPriya
Integrative Programming Technology Chapter 5 - Dr. J. VijiPriyaVijiPriya Jeyamani
 
IPT Chapter 2 Web Services and Middleware - Dr. J. VijiPriya
IPT Chapter 2 Web Services and Middleware - Dr. J. VijiPriyaIPT Chapter 2 Web Services and Middleware - Dr. J. VijiPriya
IPT Chapter 2 Web Services and Middleware - Dr. J. VijiPriyaVijiPriya Jeyamani
 
Ad Hoc Automation is an Expensive Mistake
Ad Hoc Automation is an Expensive MistakeAd Hoc Automation is an Expensive Mistake
Ad Hoc Automation is an Expensive MistakeBMC Software
 
Case tool lab-Reg2013 by Karthick Raja
Case tool lab-Reg2013 by Karthick RajaCase tool lab-Reg2013 by Karthick Raja
Case tool lab-Reg2013 by Karthick RajaursKarthick Raja
 
Railway reservation(c++ project)
Railway reservation(c++ project)Railway reservation(c++ project)
Railway reservation(c++ project)Debashis Rath
 
2G Spectrum Scam: Case-study
2G Spectrum Scam: Case-study2G Spectrum Scam: Case-study
2G Spectrum Scam: Case-studyAmrita Beri
 
social networking site
social networking sitesocial networking site
social networking siteAbhishek Ranjan
 
project
projectproject
projectdnraj
 
Steps to Submit an Application at Passport Seva Kendra
Steps to Submit an Application at Passport Seva KendraSteps to Submit an Application at Passport Seva Kendra
Steps to Submit an Application at Passport Seva Kendrapassportindia
 
Entity Relationship Diagram
Entity Relationship DiagramEntity Relationship Diagram
Entity Relationship DiagramShakila Mahjabin
 
Social Networking Project (website) full documentation
Social Networking Project (website) full documentation Social Networking Project (website) full documentation
Social Networking Project (website) full documentation Tenzin Tendar
 
Entity relationship diagram (erd)
Entity relationship diagram (erd)Entity relationship diagram (erd)
Entity relationship diagram (erd)tameemyousaf
 

Andere mochten auch (13)

Integrative Programming and Technology Chapter 4- Dr. J. VijiPriya
Integrative Programming and Technology Chapter 4- Dr. J. VijiPriyaIntegrative Programming and Technology Chapter 4- Dr. J. VijiPriya
Integrative Programming and Technology Chapter 4- Dr. J. VijiPriya
 
Integrative Programming Technology Chapter 5 - Dr. J. VijiPriya
Integrative Programming Technology Chapter 5 - Dr. J. VijiPriyaIntegrative Programming Technology Chapter 5 - Dr. J. VijiPriya
Integrative Programming Technology Chapter 5 - Dr. J. VijiPriya
 
IPT Chapter 2 Web Services and Middleware - Dr. J. VijiPriya
IPT Chapter 2 Web Services and Middleware - Dr. J. VijiPriyaIPT Chapter 2 Web Services and Middleware - Dr. J. VijiPriya
IPT Chapter 2 Web Services and Middleware - Dr. J. VijiPriya
 
Ad Hoc Automation is an Expensive Mistake
Ad Hoc Automation is an Expensive MistakeAd Hoc Automation is an Expensive Mistake
Ad Hoc Automation is an Expensive Mistake
 
Case tool lab-Reg2013 by Karthick Raja
Case tool lab-Reg2013 by Karthick RajaCase tool lab-Reg2013 by Karthick Raja
Case tool lab-Reg2013 by Karthick Raja
 
Railway reservation(c++ project)
Railway reservation(c++ project)Railway reservation(c++ project)
Railway reservation(c++ project)
 
2G Spectrum Scam: Case-study
2G Spectrum Scam: Case-study2G Spectrum Scam: Case-study
2G Spectrum Scam: Case-study
 
social networking site
social networking sitesocial networking site
social networking site
 
project
projectproject
project
 
Steps to Submit an Application at Passport Seva Kendra
Steps to Submit an Application at Passport Seva KendraSteps to Submit an Application at Passport Seva Kendra
Steps to Submit an Application at Passport Seva Kendra
 
Entity Relationship Diagram
Entity Relationship DiagramEntity Relationship Diagram
Entity Relationship Diagram
 
Social Networking Project (website) full documentation
Social Networking Project (website) full documentation Social Networking Project (website) full documentation
Social Networking Project (website) full documentation
 
Entity relationship diagram (erd)
Entity relationship diagram (erd)Entity relationship diagram (erd)
Entity relationship diagram (erd)
 

Ähnlich wie kats.ppt

Query Handling System
Query Handling SystemQuery Handling System
Query Handling Systemhimabindu54
 
Online examination documentation
Online examination documentationOnline examination documentation
Online examination documentationWakimul Alam
 
Lab management
Lab managementLab management
Lab managementlogumca
 
Final Project
Final ProjectFinal Project
Final Projecteclumson
 
SRMS-PPT-ftxttm.pptx
SRMS-PPT-ftxttm.pptxSRMS-PPT-ftxttm.pptx
SRMS-PPT-ftxttm.pptxKamalesh5282692
 
Online help desk
Online help deskOnline help desk
Online help deskJoyeeta Bagchi
 
online learning and examination website
online learning and examination websiteonline learning and examination website
online learning and examination websiteAnuj Kumar
 
Synopsis on Online examination system using php
Synopsis on Online examination system using phpSynopsis on Online examination system using php
Synopsis on Online examination system using phpArchana Jha
 
60780174 49594067-cs1403-case-tools-lab-manual
60780174 49594067-cs1403-case-tools-lab-manual60780174 49594067-cs1403-case-tools-lab-manual
60780174 49594067-cs1403-case-tools-lab-manualChitrarasan Kathiravan
 
Online Examination Java Projectreport.docx
Online Examination Java Projectreport.docxOnline Examination Java Projectreport.docx
Online Examination Java Projectreport.docxTanishaPatil4
 
Sample report
Sample reportSample report
Sample reportNiro Thakur
 
java mini project for college students
java mini project for college students java mini project for college students
java mini project for college students SWETALEENA2
 
Bug Tracking Java Project
Bug Tracking Java ProjectBug Tracking Java Project
Bug Tracking Java ProjectTutorial Learners
 
Student_result_management_system_project.doc
Student_result_management_system_project.docStudent_result_management_system_project.doc
Student_result_management_system_project.docAnshChhabra6
 
Chapter 3 Software Process Model.ppt
Chapter 3 Software Process Model.pptChapter 3 Software Process Model.ppt
Chapter 3 Software Process Model.pptRayonJ1
 
Software Process Model in software engineering
Software Process Model in software engineeringSoftware Process Model in software engineering
Software Process Model in software engineeringMuhammadTalha436
 
Software requirement specification
Software requirement specificationSoftware requirement specification
Software requirement specificationAmit Gandhi
 
IRJET- Web-Based System for Creation and Management of Multiple Choices based...
IRJET- Web-Based System for Creation and Management of Multiple Choices based...IRJET- Web-Based System for Creation and Management of Multiple Choices based...
IRJET- Web-Based System for Creation and Management of Multiple Choices based...IRJET Journal
 

Ähnlich wie kats.ppt (20)

Query Handling System
Query Handling SystemQuery Handling System
Query Handling System
 
Online examination documentation
Online examination documentationOnline examination documentation
Online examination documentation
 
Lab management
Lab managementLab management
Lab management
 
Final Project
Final ProjectFinal Project
Final Project
 
SRMS-PPT-ftxttm.pptx
SRMS-PPT-ftxttm.pptxSRMS-PPT-ftxttm.pptx
SRMS-PPT-ftxttm.pptx
 
Online help desk
Online help deskOnline help desk
Online help desk
 
Online Exam
Online ExamOnline Exam
Online Exam
 
online learning and examination website
online learning and examination websiteonline learning and examination website
online learning and examination website
 
Synopsis on Online examination system using php
Synopsis on Online examination system using phpSynopsis on Online examination system using php
Synopsis on Online examination system using php
 
60780174 49594067-cs1403-case-tools-lab-manual
60780174 49594067-cs1403-case-tools-lab-manual60780174 49594067-cs1403-case-tools-lab-manual
60780174 49594067-cs1403-case-tools-lab-manual
 
Online Examination Java Projectreport.docx
Online Examination Java Projectreport.docxOnline Examination Java Projectreport.docx
Online Examination Java Projectreport.docx
 
Sample report
Sample reportSample report
Sample report
 
java mini project for college students
java mini project for college students java mini project for college students
java mini project for college students
 
Srs(at)
Srs(at)Srs(at)
Srs(at)
 
Bug Tracking Java Project
Bug Tracking Java ProjectBug Tracking Java Project
Bug Tracking Java Project
 
Student_result_management_system_project.doc
Student_result_management_system_project.docStudent_result_management_system_project.doc
Student_result_management_system_project.doc
 
Chapter 3 Software Process Model.ppt
Chapter 3 Software Process Model.pptChapter 3 Software Process Model.ppt
Chapter 3 Software Process Model.ppt
 
Software Process Model in software engineering
Software Process Model in software engineeringSoftware Process Model in software engineering
Software Process Model in software engineering
 
Software requirement specification
Software requirement specificationSoftware requirement specification
Software requirement specification
 
IRJET- Web-Based System for Creation and Management of Multiple Choices based...
IRJET- Web-Based System for Creation and Management of Multiple Choices based...IRJET- Web-Based System for Creation and Management of Multiple Choices based...
IRJET- Web-Based System for Creation and Management of Multiple Choices based...
 

Mehr von N.CH Karthik

KARTHIK.MBAPRJ
KARTHIK.MBAPRJKARTHIK.MBAPRJ
KARTHIK.MBAPRJN.CH Karthik
 
Main document
Main documentMain document
Main documentN.CH Karthik
 
Hawk eye technology
Hawk eye technologyHawk eye technology
Hawk eye technologyN.CH Karthik
 
zigbee technology
zigbee technology zigbee technology
zigbee technology N.CH Karthik
 
digital image processing
digital image processingdigital image processing
digital image processingN.CH Karthik
 
ONLINE-CD STORES..........I HOPE HELP FULL TO OTHERS
ONLINE-CD STORES..........I HOPE HELP FULL TO OTHERSONLINE-CD STORES..........I HOPE HELP FULL TO OTHERS
ONLINE-CD STORES..........I HOPE HELP FULL TO OTHERSN.CH Karthik
 
selfrelfecting robotos
selfrelfecting robotosselfrelfecting robotos
selfrelfecting robotosN.CH Karthik
 
Time managementpresentation1 ppt2
Time managementpresentation1 ppt2Time managementpresentation1 ppt2
Time managementpresentation1 ppt2N.CH Karthik
 

Mehr von N.CH Karthik (12)

KARTHIK.MBAPRJ
KARTHIK.MBAPRJKARTHIK.MBAPRJ
KARTHIK.MBAPRJ
 
karthiknch
karthiknchkarthiknch
karthiknch
 
Karthik.ppt
Karthik.pptKarthik.ppt
Karthik.ppt
 
Main document
Main documentMain document
Main document
 
Hawk eye technology
Hawk eye technologyHawk eye technology
Hawk eye technology
 
zigbee technology
zigbee technology zigbee technology
zigbee technology
 
Digital.cc
Digital.ccDigital.cc
Digital.cc
 
digital image processing
digital image processingdigital image processing
digital image processing
 
ONLINE-CD STORES..........I HOPE HELP FULL TO OTHERS
ONLINE-CD STORES..........I HOPE HELP FULL TO OTHERSONLINE-CD STORES..........I HOPE HELP FULL TO OTHERS
ONLINE-CD STORES..........I HOPE HELP FULL TO OTHERS
 
selfrelfecting robotos
selfrelfecting robotosselfrelfecting robotos
selfrelfecting robotos
 
Time managementpresentation1 ppt2
Time managementpresentation1 ppt2Time managementpresentation1 ppt2
Time managementpresentation1 ppt2
 
4 g ppt
4 g ppt4 g ppt
4 g ppt
 

KĂźrzlich hochgeladen

4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 

KĂźrzlich hochgeladen (20)

4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 

kats.ppt

  • 1.
  • 2. •Introduction system analysis •System requirements •System design •Technologies used •Testing and implementation •Screen shots •Conclusion •Future enhancement •bibliography
  • 3. ABSTRACT In “Info ware Services” maintaining all the details of frequently asked questions in the database subject wise, to avail them to all the students. And they will update the questions as and when required. The primary goal of a Info ware Services is to provide an environment that is both “convenient” and “efficient” to use in retrieving and storing database information.
  • 4.
  • 7. Merits of This System:
  • 8.
  • 9.
  • 10.  Operating system : windows XP or Linux  User Interface : HTML,CSS  Clint-Side Scripting : Java Script  Programming Language : Java  Web Applications : JDBC,JSP  IDE/Workbench : Eclipse  Database : Oracle  Server Deployment : Apache Tomcat 6.0
  • 11. HARDWARE REQ’S  Processor : Pentium IV or i3 Intel processor.  Hard Disk : 40 GB  RAM : 256 MB or 512
  • 12. MODULES The project contains “three” modules Super User. Administrator . Student. MODULES
  • 13. 1.Super user: The responsibility of the super user is to centrally control the data, appoint administrators to all the departments and shifting the administrators one department to other and replacing with others when there is a vacancy in any departments. The super user can also have a right to change the questions like adding deleting the records from the database. The super user provides the login names and password for entire administrators department wise.
  • 14. 2.Administrator Each department will have one or more administrator; some departments may have more than one administrator. The major responsibility of administrator is to answer all the questions posted by students on a regular basis. The administrator can add, modify or remove questions from all the Categories (about the question categories described below). All the questions posted by the students will be added to the list of existing questions only when the administrator answers that question, simultaneously a copy of answer is sent to student who initiated that question. Administrator also reserves a right to post a question into a particular category even if it is not a question frequently asked. The administrators have the capability of changing his password as when he requires. adminstrator
  • 15. Students These are the users at the lower level of our abstraction. Before posting a question, the student has to select the department to which it belongs. A copy of the answer will be sent to the student after the administrator answered his question. students
  • 16. UML DIAGRAMES Student Registration View Question/Answers Post a Question Administrator View Answer for a Posted Question Student
  • 17. Use Case for Administrator: Addministrator Send Answers to Students Add/Delete/Modify qestions/answers Student Check Posted questions Addministrator
  • 18. Use case for student • Student Registration View Question/Answers Post a Question Administrator View Answer for a Posted Question Student
  • 19. 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 Add Topic Sucess Delete Topic Delete Admin Delete Dept
  • 20. 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 SucessCheck for more Add que/ans Sucess Modify que/ans Sucess Delete que/ans Sucess
  • 21. Sequence Diagram for Student: Post Question : Student Register Login Check Available Questions Check Answer for Posted Question Enter Details Id Enter Id Details Verify Verify Sucess Check Available Questions view Post a Question Sucess Verify Answer Check Answer
  • 23. Collaboration Diagram for Administrator: : SuperUser Login Create Department Reg Admin & Assign Department Add Topic Delete Topic 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 13: 14: Delete Dept 15:
  • 24. Collaboration Diagram for Student: Answer to Posted Questions : Administrator Login Add Question/Answer Modify Question/Answer View Posted Question Delete Question/Answer 1: Enter Id,password,Type 2: Check 3: 4: Check Posted que 5: Answer to Student 6: Sucess 7: Check for more 8: Add que/ans 9: Sucess 10: Modify que/ans 11: Sucess 12: Delete que/ans 13: Sucess
  • 27. DATABASE DESIGN • The design starts with the end users view of t he organization called conceptual requiremen ts and user in a decision-making, which uses information obtained by accessing the databa se. The end users also provide data to be sto red in the database. In considering the end us er requirements tradeoff have to be taken into account.
  • 28. TABLE NAME: super user: It contains all details about super user. The following table explains all the fields Field Name Data Type Size USER I.D VARCHAR2 5 FIRST NAME VARCHAR2 25 LASTNAME VARCHAR2 20 PASSWORD VARCHAR2 10 AGE NUMBER 3 DATEOFBIRTH VARCHAR2 12 QUALIFICATION VARCHAR2 15 GENDER VARCHAR2 7 MARTIAL STATUS VARCHAR2 15 EMAIL VARCHAR2 20 ADDRESS VARCHAR2 15 CITY VARCHAR2 15 STATE VARCHAR2 16 COUNTRY VARCHAR2 14 ZIPCODE NUMBER 10 DESIGNATION VARCHAR2 19
  • 29. TABLE NAME: QANDA: It contains all details about Questions and answers with categories. The following table explains all t he fields Field Name Data Type Size DEPARTMENT VARCHAR2 10 TOPICS VARCHAR2 10 QUESTION VARCHAR2 50 ANSWER VARCHAR2 50 CATEGORY VARCHAR2 15 COUNT NUMBER 15 POSTDATE VARCHAR2 15 Field Name Data Type Size DEPARTMENT VARCHAR2 10 TOPICS VARCHAR2 10 QUESTION VARCHAR2 50 ANSWER VARCHAR2 50 CATEGORY VARCHAR2 15 COUNT NUMBER 15 POSTDATE VARCHAR2 15
  • 30. TABLE NAME: DEPTOPICS:It contains all details about department s and topics. The following table explains all the fiel ds Field Name Data Type Size DEPARTMENT VARCHAR2 10 TOPICS VARCHAR2 10 Field Name Data Type Size DEPARTMENT VARCHAR2 10 TOPICS VARCHAR2 10
  • 31.
  • 42. Admin checking for posted questions page:
  • 43. Admin answering for posted question page:
  • 44. TESTING Test levels • Unit testing tests the minimal software compo nent and sub-component or modules by the p rogrammers. • Integration testing exposes defects in the inte rfaces and interaction between integrated co mponents (modules). • Functional testing tests the product accordin g to programmable work. • System testing tests an integrated system to verify/validate that it meets its requirements.
  • 45. ALPHA TESTING: • Alpha testing is simulated or actual operation al testing by potential users/customers or an i ndependent test team at the developers' site. Alpha testing is often employed for off-the-sh elf software as a form of internal acceptance t esting, before the software goes to beta testin g
  • 46. BETA TESTING • Beta testing comes after alpha testing. Ver sions of the software, known as beta versio ns, are released to a limited audience outsi de of the company. The software is release d to groups of people so that further testin g can ensure the product has few faults or bugs. Sometimes, beta versions are made available to the open public to increase the feedback field to a maximal number of futu re users.
  • 47. CONCULSION It has been a great pleasure for us to work on this exciting and challenging project. This project proved good for me as it provided practical knowledge of java and servlets.This will provide better opportunities and guidance in future developing projects independently and tomcat server, but also about handling procedure related with ”Info ware Services”. It also provides knowledge about the latest technology used in web enabled application and client server technology that will be great demand in future. This will provide better opportunities and guidance in future in developing projects independently.
  • 48. FUTURE ENHANCEMENT Future enhancement of this project can be achieved by adding web seminars between the lecturers and students so that they can interact each other at the moment. Hence they can clarify their doubts instantaneously.
  • 49. BIBLIOGRAPHY Core Java™ 2 Volume I – Fundamentals 7th Edition - Cay S. Hortsman Pearson Education – Sun Microsystems Gary Cornell Core Java™ 2 Volume II – Advanced - Cay S. Hortsman Pearson Education – Sun Microsystems Gary Cornell Head First Servlets & JSP - Eric Freeman O’Reilly – SPD Elisabeth Freeman The Book of JavaScript 2nd Edition - Thau SPD Effective Java – Programming Language Guide - Joshua Bloch Pearson Education – Sun Microsystems Java Database Best Practices - George Reese O’Reilly – SPD JBoss – A Developers Notebook - Norman Richards O’Reilly – SPD Sam Griffith