尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
W3Professors.Com Sample Synopsis
TITLE OF THE PROJECT
“School Management System ”
1 of 17
W3Professors.Com Sample Synopsis
INTRODUCTION
The title of the project is “School Management system”. This project will handle whole
the activities of the school. SMS has most of the facilities that a modern school requires to
computerize its day-to-day jobs. It provides facilities to keep the records of student, fees,
teaching and non-teaching staff with all their required details along with all required
transaction handling. It has facilities to generate various types of reports, which are required
by the management during normal business operations to operate the business effectively.
2 of 17
W3Professors.Com Sample Synopsis
OBJECTIVES
This project is based on the RDBMS technology; the main objective of this project is
to computerize the manual system & reduce the time consumption.
In other words we can say that our project has the following objectives:-
 Make all the system computerize
 Reduce time consumption
 Reduce error scope
 All system managements are automated
 Centralized database management
 Easy operations for operator of the system
 No paper work requirement
3 of 17
W3Professors.Com Sample Synopsis
PROJECT CATEGORY
This project as title “School management system” is comes under the Relational Database
Management System (RDBMS). This application is developed with the help of Visual basic 6.0 and
Oracle 8. This application can also be run on the network environment so it can be said as network
application.
TOOLS/PLATFORM
This project is developed using the tools, which are most suited for development of the
Application Package. These tools are as follows: -
1. Visual Basic 6.0 (For front end)
2. Oracle 8 (For Database Storage as Back end)
4 of 17
W3Professors.Com Sample Synopsis
HARDWARE & SOFTWARE REQUIREMENT
HARDWARE:
Processor Pentium-II or higher
Processor Speed 533 MHZ
Hard Disk Space 20 GB (min.)
Ram Memory 32 MB (64 MB recommended)
SOFTWARE:
Operating System Windows 95/98/NT/2000
Database Server ORACLE 8
Front end Visual Basic 6.0
5 of 17
W3Professors.Com Sample Synopsis
SYSTEM DESIGN
System Design is the solution to the creation of a new system. This is the important aspect
made up of several steps. The complete, efficient and successful system should provide the following
in succession: -
 From where should we start
 Where we have to go
 Where should we stop
If the project is to be successful, we will need answer these question. The answer of these
questions is schema manner and is known as system design.
A systematic manner will be followed so as to achieve beneficial result at the end. It involves
starting with a vague idea and ultimately developing it up into a useful system. The design phase is
transition from a user oriented to a document oriented to the programmers.
Software report can be broken into a series of steps starting with the basic ideas and ending
with the finished project.
6 of 17
W3Professors.Com Sample Synopsis
The steps for the successful project are as follows: -
 We should define problem completely and the goals should be known before our destination
 In the next step, we should specify inputs and outputs of our interest
 Then the structure of various database should be designed which will be used during the
programming
 Next, we should design our programs of user friendly nature and always provide a way to the
user to read back the origin if he/she find any complex problem at any stage
 We should know the function of each and every program which will leads us to or helps us to
read at the specified goal.
 Then we write these individual programs which later on joining solve our problem
 Next step involve then testing of these programs and correction – if necessary
 At last, linking all the programs in a well-specified manner and combining in the form of a
menu, submenu etc. will be our defined problem.
Out of these defined steps, few of the major steps will respect to Project
“School Management System”
7 of 17
W3Professors.Com Sample Synopsis
DATA FLOW DIAGRAMS (DFD’S)
The DFD was first developed by Larry Constiane as a way of expressing system in a graphical
form. A DFD, also known as Bubble Chart, has a purpose of clarifying system requirement and
identifying major transformation that will become the programs in the system design.
DFD SYMBOLS
1. A SQUARE defines a source or destination of system data
2. An ARROW identifies data flow or data in motion. It is a pipeline through which
information flow.
3. A CIRCLE or a BUBBLE (Some people use an over bubble) represents a process transforms
in coming data flow into outgoing data flow.
4. An OPEN RECTANGLE is a data store or data at rest or a temporary rest repository of data.
Note that a DFD describe what data flow (logical) rather than they are processed, so it does not
depend on hardware, software and data structure or file organization.
8 of 17
W3Professors.Com Sample Synopsis
PROCESSING OF SMS
A School has to deal with two external entities: -
 The School
 The management Committee
Student School
Mgmt
Management
Committee
9 of 17
W3Professors.Com Sample Synopsis
Student School
Management
System
Admission
Staff School
Management
System
Staff
10 of 17
W3Professors.Com Sample Synopsis
DATABASE DESIGN
Database Design in most important in any project. We are using the following table to store
the information related to staff of school
1. STAFF
Field Name NULL Type
EMPNO Not Null NUMBER (5)
EMPNAME VARCAHR (30)
ADDRESS VARCHAR (30)
CITY VARCAHR (15)
PIN VARCAHR (6)
STATE VARCAHR (15)
PHONE VARCAHR (15)
MOBILE VARCAHR (13)
EMAIL VARCAHR (30)
SEX VARCAHR (1)
M_STATUS VARCAHR (15)
DOB DATE
DOJ DATE
DEPT VARCAHR (30)
NATURE_OF_JOB VARCAHR (10)
BASIC_PAY NUMBER (10,2)
11 of 17
W3Professors.Com
2. STUDENT
Sample Synopsis
Field Name NULL Type
REGNO NOT NULL NUMBER (5)
ROLLNO NOTNULL NUMBER (5)
CLASS VARCHAR (4)
NAME VARCHAR (25)
FNAME VARCHAR (25)
MNAME VARCHAR (25)
DOB DATE
DOR DATE
ADDRESS VARCHAR (30)
CITY VARCHAR (15)
STATE VARCHAR (15)
PIN VARCHAR (6)
PHONE VARCHAR (15)
3. FEE
Field Name NULL Type
REGNO NOT NULL NUMBER (5)
ROLLNO NOTNULL NUMBER (5)
CLASS VARCHAR (4)
FEEDEP NUMBER (5)
DEPDATE DATE
FINE NUMBER (3)
12 of 17
W3Professors.Com Sample Synopsis
4 RESULTS
Field Name NULL Type
REGNO NOT NULL NUMBER (5)
SUBJECT_NAME VARCHAR (15)
MAX_MARKS NUMBER (3)
PASS_MARKS NUMBER (3)
MARKS_OBT NUMBER (3)
RESULT VARCHAR (4)
13 of 17
W3Professors.Com Sample Synopsis
MODULES USED IN THE PROJECT
This project includes the following modules for development of the project. These are as
follows: -
1. SPLASH FORM
This is a first form that displays the welcome screen for the user and also shows the
information of developer or version etc.
2. LOGIN FORM
This form shows the Login name and password when user enter a valid user name and
password then he/she can operate the application.
3. MAIN FORM
This form is a menu-based form that displays the menu for operation of the application. It
includes various options for staff, student, fees and report related option.
4. STUDENT FORM
This form provides the option to add, modify, delete or find the information of a student who
seeks the admission in the school.
5. STAFF FORM
This forms provides the option to add, delete, search and delete the information of staff (either
teaching or non-teaching) that is working in the school.
6. FEE FORM
This form provides the option to the user of the system to add, delete, modify and search the
information of the fee deposited by the student.
7. RESULT FORM
14 of 17
W3Professors.Com Sample Synopsis
This form displays the options for the user to add, delete and modify the details of student
related to the marks.
8. REPORT FORM
With the help of this option from menu user of the system can see or take the print out of
various reports provided by the system.
9. GOODBYE FORM
This form is activating when user select the exit option from menu or close the application.
This form shows the good-bye message to the user and also say thanks to the user for using
this application
15 of 17
W3Professors.Com Sample Synopsis
.
NAME OF REPORTS
Following are the reports names that are generated by the Project for the management of school or
staff members of the school.
1. Details of Teaching staff
2. Details of non-teaching staff
3. Class wise detail of students
4. Date wise detail of students based on date of admission
5. Detail of student according to name wise
6. Teacher report based on the Date of joining
16 of 17
W3Professors.Com Sample Synopsis
FUTURE SCOPE OF THE PROJECT
Nothing is perfect in this world. So, we are also no exception. Although, we have tried our
best to present the information effectively, yet, there can be further enhancement in the Application.
We have taken care of all the critical aspects, which need to take care of during the development of
the Project.
Like the things this project also has some limitations and can further be enhances by
some one, because there are certain drawbacks that do not permit the system to be 100%
accurate.
17 of 17

More Related Content

What's hot

Amazon alexa ppt
Amazon alexa pptAmazon alexa ppt
Amazon alexa ppt
VishalHotchandani2
 
Home Appliances
Home AppliancesHome Appliances
Home Appliances
Anmol Bagga
 
Social-media-PPT.pptx
Social-media-PPT.pptxSocial-media-PPT.pptx
Social-media-PPT.pptx
Amit Kumar
 
Waste Heat Recovery from refregeration cycle
Waste Heat Recovery from refregeration cycleWaste Heat Recovery from refregeration cycle
Waste Heat Recovery from refregeration cycle
Mukesh pratap Singh
 
Online Book Portal
Online Book PortalOnline Book Portal
Online Book Portal
lavish19
 
Report of e commerce website
Report of e commerce websiteReport of e commerce website
Report of e commerce website
Farhan Anik
 
Facebook Presentation
Facebook PresentationFacebook Presentation
Facebook Presentation
ahazley
 
Social media Project By Somnath.
Social media Project By Somnath.Social media Project By Somnath.
Social media Project By Somnath.
Amitava Majumder
 
OLX.ppt
OLX.pptOLX.ppt
E commerce presentation
E  commerce presentationE  commerce presentation
E commerce presentation
sachin jain
 
Whatsapp
WhatsappWhatsapp
Whatsapp
Sean Rodrigues
 
Increasing trends of online shopping in india
Increasing trends of online shopping in indiaIncreasing trends of online shopping in india
Increasing trends of online shopping in india
Unmana123
 
Billing System
Billing SystemBilling System
Billing System
drake kjm
 
"Whatsapp Marketing: Big Opportunity For Businesses"
"Whatsapp Marketing: Big Opportunity For Businesses""Whatsapp Marketing: Big Opportunity For Businesses"
"Whatsapp Marketing: Big Opportunity For Businesses"
Regalix
 
Olx presentation
Olx presentationOlx presentation
Olx presentation
Ashir Ali
 
Nielsen social-media-report
Nielsen social-media-reportNielsen social-media-report
Nielsen social-media-report
Jennifer Pricci
 
Olxxxxxxx
OlxxxxxxxOlxxxxxxx
Olxxxxxxx
Divya Pandey
 
Online shopping portal: Software Project Plan
Online shopping portal: Software Project PlanOnline shopping portal: Software Project Plan
Online shopping portal: Software Project Plan
piyushree nagrale
 
Vending machine ppt
Vending machine pptVending machine ppt
Vending machine ppt
remya r nair
 
The impact\effects of e-commerce
The impact\effects of e-commerceThe impact\effects of e-commerce
The impact\effects of e-commerce
Kumar Poreddy
 

What's hot (20)

Amazon alexa ppt
Amazon alexa pptAmazon alexa ppt
Amazon alexa ppt
 
Home Appliances
Home AppliancesHome Appliances
Home Appliances
 
Social-media-PPT.pptx
Social-media-PPT.pptxSocial-media-PPT.pptx
Social-media-PPT.pptx
 
Waste Heat Recovery from refregeration cycle
Waste Heat Recovery from refregeration cycleWaste Heat Recovery from refregeration cycle
Waste Heat Recovery from refregeration cycle
 
Online Book Portal
Online Book PortalOnline Book Portal
Online Book Portal
 
Report of e commerce website
Report of e commerce websiteReport of e commerce website
Report of e commerce website
 
Facebook Presentation
Facebook PresentationFacebook Presentation
Facebook Presentation
 
Social media Project By Somnath.
Social media Project By Somnath.Social media Project By Somnath.
Social media Project By Somnath.
 
OLX.ppt
OLX.pptOLX.ppt
OLX.ppt
 
E commerce presentation
E  commerce presentationE  commerce presentation
E commerce presentation
 
Whatsapp
WhatsappWhatsapp
Whatsapp
 
Increasing trends of online shopping in india
Increasing trends of online shopping in indiaIncreasing trends of online shopping in india
Increasing trends of online shopping in india
 
Billing System
Billing SystemBilling System
Billing System
 
"Whatsapp Marketing: Big Opportunity For Businesses"
"Whatsapp Marketing: Big Opportunity For Businesses""Whatsapp Marketing: Big Opportunity For Businesses"
"Whatsapp Marketing: Big Opportunity For Businesses"
 
Olx presentation
Olx presentationOlx presentation
Olx presentation
 
Nielsen social-media-report
Nielsen social-media-reportNielsen social-media-report
Nielsen social-media-report
 
Olxxxxxxx
OlxxxxxxxOlxxxxxxx
Olxxxxxxx
 
Online shopping portal: Software Project Plan
Online shopping portal: Software Project PlanOnline shopping portal: Software Project Plan
Online shopping portal: Software Project Plan
 
Vending machine ppt
Vending machine pptVending machine ppt
Vending machine ppt
 
The impact\effects of e-commerce
The impact\effects of e-commerceThe impact\effects of e-commerce
The impact\effects of e-commerce
 

Similar to TITLE_OF_THE_PROJECT_School_Management_S by SS gupta743.pptx

Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Project report
Project report Project report
Project report
Vikram Singh
 
Documentation project of college management [1]
Documentation project of college management [1]Documentation project of college management [1]
Documentation project of college management [1]
Priyaranjan Verma
 
ASSIGNMENT
ASSIGNMENT ASSIGNMENT
A CRUD Matrix
A CRUD MatrixA CRUD Matrix
A CRUD Matrix
Cheryl Brown
 
Student report
Student reportStudent report
Student report
anuragsharma12nov
 
CampusRecruitment Django.pptx
CampusRecruitment Django.pptxCampusRecruitment Django.pptx
CampusRecruitment Django.pptx
PoojaG86
 
Final Project presentation (on App devlopment)
Final Project presentation (on App devlopment)Final Project presentation (on App devlopment)
Final Project presentation (on App devlopment)
S.M. Fazla Rabbi
 
Ch # 11
Ch # 11Ch # 11
Blue book
Blue bookBlue book
1c
1c1c
Project Documentation Student Management System format.pptx
Project Documentation Student Management System format.pptxProject Documentation Student Management System format.pptx
Project Documentation Student Management System format.pptx
AjayPatre1
 
Caim
CaimCaim
Caim
ravi kant
 
Lab management
Lab managementLab management
Lab management
logumca
 
Project PlanFor our Project Plan, we are going to develop.docx
Project PlanFor our Project Plan, we are going to develop.docxProject PlanFor our Project Plan, we are going to develop.docx
Project PlanFor our Project Plan, we are going to develop.docx
wkyra78
 
Ems
EmsEms
Formal Definition of Collaborative Spaces
Formal Definition of Collaborative Spaces Formal Definition of Collaborative Spaces
Formal Definition of Collaborative Spaces
Juan Manuel Gonzalez Calleros
 
IS Untangle Agile IT Management On-Demand
IS Untangle Agile IT Management On-DemandIS Untangle Agile IT Management On-Demand
IS Untangle Agile IT Management On-Demand
lonniemc
 
College information management system.doc
College information management system.docCollege information management system.doc
College information management system.doc
Kamal Acharya
 
22598435 project-on-banking-system-in-mis-pdf
22598435 project-on-banking-system-in-mis-pdf22598435 project-on-banking-system-in-mis-pdf
22598435 project-on-banking-system-in-mis-pdf
Deepak Malusare
 

Similar to TITLE_OF_THE_PROJECT_School_Management_S by SS gupta743.pptx (20)

Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Project report
Project report Project report
Project report
 
Documentation project of college management [1]
Documentation project of college management [1]Documentation project of college management [1]
Documentation project of college management [1]
 
ASSIGNMENT
ASSIGNMENT ASSIGNMENT
ASSIGNMENT
 
A CRUD Matrix
A CRUD MatrixA CRUD Matrix
A CRUD Matrix
 
Student report
Student reportStudent report
Student report
 
CampusRecruitment Django.pptx
CampusRecruitment Django.pptxCampusRecruitment Django.pptx
CampusRecruitment Django.pptx
 
Final Project presentation (on App devlopment)
Final Project presentation (on App devlopment)Final Project presentation (on App devlopment)
Final Project presentation (on App devlopment)
 
Ch # 11
Ch # 11Ch # 11
Ch # 11
 
Blue book
Blue bookBlue book
Blue book
 
1c
1c1c
1c
 
Project Documentation Student Management System format.pptx
Project Documentation Student Management System format.pptxProject Documentation Student Management System format.pptx
Project Documentation Student Management System format.pptx
 
Caim
CaimCaim
Caim
 
Lab management
Lab managementLab management
Lab management
 
Project PlanFor our Project Plan, we are going to develop.docx
Project PlanFor our Project Plan, we are going to develop.docxProject PlanFor our Project Plan, we are going to develop.docx
Project PlanFor our Project Plan, we are going to develop.docx
 
Ems
EmsEms
Ems
 
Formal Definition of Collaborative Spaces
Formal Definition of Collaborative Spaces Formal Definition of Collaborative Spaces
Formal Definition of Collaborative Spaces
 
IS Untangle Agile IT Management On-Demand
IS Untangle Agile IT Management On-DemandIS Untangle Agile IT Management On-Demand
IS Untangle Agile IT Management On-Demand
 
College information management system.doc
College information management system.docCollege information management system.doc
College information management system.doc
 
22598435 project-on-banking-system-in-mis-pdf
22598435 project-on-banking-system-in-mis-pdf22598435 project-on-banking-system-in-mis-pdf
22598435 project-on-banking-system-in-mis-pdf
 

Recently uploaded

🔥Kissing FuCking Call Girls Chennai 💯Call Us 🔝 8094342248 🔝💃Top Class Call Gi...
🔥Kissing FuCking Call Girls Chennai 💯Call Us 🔝 8094342248 🔝💃Top Class Call Gi...🔥Kissing FuCking Call Girls Chennai 💯Call Us 🔝 8094342248 🔝💃Top Class Call Gi...
🔥Kissing FuCking Call Girls Chennai 💯Call Us 🔝 8094342248 🔝💃Top Class Call Gi...
shivangimorya083
 
169+ Call Girls In Bangalore | 8824825030 | Reliability Escort Service Near You
169+ Call Girls In Bangalore | 8824825030 | Reliability Escort Service Near You169+ Call Girls In Bangalore | 8824825030 | Reliability Escort Service Near You
169+ Call Girls In Bangalore | 8824825030 | Reliability Escort Service Near You
gitachadda4 #v08
 
❣VIP Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai Escorts S...
❣VIP Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai Escorts S...❣VIP Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai Escorts S...
❣VIP Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai Escorts S...
kumarilali919
 
一比一原版美国罗格斯大学毕业证(rutgers学位证)如何办理
一比一原版美国罗格斯大学毕业证(rutgers学位证)如何办理一比一原版美国罗格斯大学毕业证(rutgers学位证)如何办理
一比一原版美国罗格斯大学毕业证(rutgers学位证)如何办理
lyurzi7r
 
Counter Terrorism Department Jobs 2024 | CTD Jobs in Punjab Police
Counter Terrorism Department Jobs 2024 | CTD Jobs in Punjab PoliceCounter Terrorism Department Jobs 2024 | CTD Jobs in Punjab Police
Counter Terrorism Department Jobs 2024 | CTD Jobs in Punjab Police
Merrie rp
 
Chennai Call Girls 7023059433 Escorts Service in Chennai
Chennai Call Girls 7023059433 Escorts Service in ChennaiChennai Call Girls 7023059433 Escorts Service in Chennai
Chennai Call Girls 7023059433 Escorts Service in Chennai
rajni kaurn06
 
GUIA_LEGAL_CHAPTER_12_GOVERNMENT PROCUREMENT.pdf
GUIA_LEGAL_CHAPTER_12_GOVERNMENT PROCUREMENT.pdfGUIA_LEGAL_CHAPTER_12_GOVERNMENT PROCUREMENT.pdf
GUIA_LEGAL_CHAPTER_12_GOVERNMENT PROCUREMENT.pdf
ProexportColombia1
 
Top 3 Digital Marketing Agencies in Lucknow.pdf
Top 3 Digital Marketing Agencies in Lucknow.pdfTop 3 Digital Marketing Agencies in Lucknow.pdf
Top 3 Digital Marketing Agencies in Lucknow.pdf
tuhinmondaldigitech
 
Desi Call Girls Kolkata 🔥 7737669865 🔥 Available Nearby Escort Is Live Ready ...
Desi Call Girls Kolkata 🔥 7737669865 🔥 Available Nearby Escort Is Live Ready ...Desi Call Girls Kolkata 🔥 7737669865 🔥 Available Nearby Escort Is Live Ready ...
Desi Call Girls Kolkata 🔥 7737669865 🔥 Available Nearby Escort Is Live Ready ...
yashusingh54876
 
🔥Newly Married Women Call Girls Lucknow 💯Call Us 🔝 8923113531 🔝💃Independent L...
🔥Newly Married Women Call Girls Lucknow 💯Call Us 🔝 8923113531 🔝💃Independent L...🔥Newly Married Women Call Girls Lucknow 💯Call Us 🔝 8923113531 🔝💃Independent L...
🔥Newly Married Women Call Girls Lucknow 💯Call Us 🔝 8923113531 🔝💃Independent L...
AK47
 
一比一原版(ukc学位证书)肯特大学毕业证如何办理
一比一原版(ukc学位证书)肯特大学毕业证如何办理一比一原版(ukc学位证书)肯特大学毕业证如何办理
一比一原版(ukc学位证书)肯特大学毕业证如何办理
uecoxy
 
一比一原版(isu学位证书)爱荷华州立大学毕业证如何办理
一比一原版(isu学位证书)爱荷华州立大学毕业证如何办理一比一原版(isu学位证书)爱荷华州立大学毕业证如何办理
一比一原版(isu学位证书)爱荷华州立大学毕业证如何办理
auagoh
 
一比一原版(天普毕业证书)美国天普大学毕业证如何办理
一比一原版(天普毕业证书)美国天普大学毕业证如何办理一比一原版(天普毕业证书)美国天普大学毕业证如何办理
一比一原版(天普毕业证书)美国天普大学毕业证如何办理
sf3cfttw
 
一比一原版加拿大特伦特大学毕业证如何办理
一比一原版加拿大特伦特大学毕业证如何办理一比一原版加拿大特伦特大学毕业证如何办理
一比一原版加拿大特伦特大学毕业证如何办理
ofogyhw
 
Are College Degrees Necessary for everyone.pptx
Are College Degrees Necessary for everyone.pptxAre College Degrees Necessary for everyone.pptx
Are College Degrees Necessary for everyone.pptx
Kunal Kumar Gupta
 
UZZAL MAZUMDER, IT Consultant/Head of IT, Frannan International Ltd. (UK), Fu...
UZZAL MAZUMDER, IT Consultant/Head of IT, Frannan International Ltd. (UK), Fu...UZZAL MAZUMDER, IT Consultant/Head of IT, Frannan International Ltd. (UK), Fu...
UZZAL MAZUMDER, IT Consultant/Head of IT, Frannan International Ltd. (UK), Fu...
UzzalMazumder1
 
Call Girls Kochi 8824825030 Escort In Kochi service 24X7
Call Girls Kochi 8824825030 Escort In Kochi service 24X7Call Girls Kochi 8824825030 Escort In Kochi service 24X7
Call Girls Kochi 8824825030 Escort In Kochi service 24X7
ruhikachadda
 
Kolkata Call Girls 👉 7374876321 🔝 👈 Top Escorts Experiences With Foreignerj11
Kolkata Call Girls 👉 7374876321 🔝 👈 Top Escorts Experiences With Foreignerj11 Kolkata Call Girls 👉 7374876321 🔝 👈 Top Escorts Experiences With Foreignerj11
Kolkata Call Girls 👉 7374876321 🔝 👈 Top Escorts Experiences With Foreignerj11
sunilverma7884
 
1 Year Plan for UPSC CSE 2025 - UPSCprep.com - Daily Plan.pdf
1 Year Plan for UPSC CSE 2025 - UPSCprep.com - Daily Plan.pdf1 Year Plan for UPSC CSE 2025 - UPSCprep.com - Daily Plan.pdf
1 Year Plan for UPSC CSE 2025 - UPSCprep.com - Daily Plan.pdf
SUJANATheManifester
 
Top Recruitment Agencies in Pakistan - Delta International Recruitment Agency
Top Recruitment Agencies in Pakistan -  Delta International Recruitment AgencyTop Recruitment Agencies in Pakistan -  Delta International Recruitment Agency
Top Recruitment Agencies in Pakistan - Delta International Recruitment Agency
Delta International Recruitment Agency
 

Recently uploaded (20)

🔥Kissing FuCking Call Girls Chennai 💯Call Us 🔝 8094342248 🔝💃Top Class Call Gi...
🔥Kissing FuCking Call Girls Chennai 💯Call Us 🔝 8094342248 🔝💃Top Class Call Gi...🔥Kissing FuCking Call Girls Chennai 💯Call Us 🔝 8094342248 🔝💃Top Class Call Gi...
🔥Kissing FuCking Call Girls Chennai 💯Call Us 🔝 8094342248 🔝💃Top Class Call Gi...
 
169+ Call Girls In Bangalore | 8824825030 | Reliability Escort Service Near You
169+ Call Girls In Bangalore | 8824825030 | Reliability Escort Service Near You169+ Call Girls In Bangalore | 8824825030 | Reliability Escort Service Near You
169+ Call Girls In Bangalore | 8824825030 | Reliability Escort Service Near You
 
❣VIP Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai Escorts S...
❣VIP Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai Escorts S...❣VIP Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai Escorts S...
❣VIP Call Girls Chennai 💯Call Us 🔝 7737669865 🔝💃Independent Chennai Escorts S...
 
一比一原版美国罗格斯大学毕业证(rutgers学位证)如何办理
一比一原版美国罗格斯大学毕业证(rutgers学位证)如何办理一比一原版美国罗格斯大学毕业证(rutgers学位证)如何办理
一比一原版美国罗格斯大学毕业证(rutgers学位证)如何办理
 
Counter Terrorism Department Jobs 2024 | CTD Jobs in Punjab Police
Counter Terrorism Department Jobs 2024 | CTD Jobs in Punjab PoliceCounter Terrorism Department Jobs 2024 | CTD Jobs in Punjab Police
Counter Terrorism Department Jobs 2024 | CTD Jobs in Punjab Police
 
Chennai Call Girls 7023059433 Escorts Service in Chennai
Chennai Call Girls 7023059433 Escorts Service in ChennaiChennai Call Girls 7023059433 Escorts Service in Chennai
Chennai Call Girls 7023059433 Escorts Service in Chennai
 
GUIA_LEGAL_CHAPTER_12_GOVERNMENT PROCUREMENT.pdf
GUIA_LEGAL_CHAPTER_12_GOVERNMENT PROCUREMENT.pdfGUIA_LEGAL_CHAPTER_12_GOVERNMENT PROCUREMENT.pdf
GUIA_LEGAL_CHAPTER_12_GOVERNMENT PROCUREMENT.pdf
 
Top 3 Digital Marketing Agencies in Lucknow.pdf
Top 3 Digital Marketing Agencies in Lucknow.pdfTop 3 Digital Marketing Agencies in Lucknow.pdf
Top 3 Digital Marketing Agencies in Lucknow.pdf
 
Desi Call Girls Kolkata 🔥 7737669865 🔥 Available Nearby Escort Is Live Ready ...
Desi Call Girls Kolkata 🔥 7737669865 🔥 Available Nearby Escort Is Live Ready ...Desi Call Girls Kolkata 🔥 7737669865 🔥 Available Nearby Escort Is Live Ready ...
Desi Call Girls Kolkata 🔥 7737669865 🔥 Available Nearby Escort Is Live Ready ...
 
🔥Newly Married Women Call Girls Lucknow 💯Call Us 🔝 8923113531 🔝💃Independent L...
🔥Newly Married Women Call Girls Lucknow 💯Call Us 🔝 8923113531 🔝💃Independent L...🔥Newly Married Women Call Girls Lucknow 💯Call Us 🔝 8923113531 🔝💃Independent L...
🔥Newly Married Women Call Girls Lucknow 💯Call Us 🔝 8923113531 🔝💃Independent L...
 
一比一原版(ukc学位证书)肯特大学毕业证如何办理
一比一原版(ukc学位证书)肯特大学毕业证如何办理一比一原版(ukc学位证书)肯特大学毕业证如何办理
一比一原版(ukc学位证书)肯特大学毕业证如何办理
 
一比一原版(isu学位证书)爱荷华州立大学毕业证如何办理
一比一原版(isu学位证书)爱荷华州立大学毕业证如何办理一比一原版(isu学位证书)爱荷华州立大学毕业证如何办理
一比一原版(isu学位证书)爱荷华州立大学毕业证如何办理
 
一比一原版(天普毕业证书)美国天普大学毕业证如何办理
一比一原版(天普毕业证书)美国天普大学毕业证如何办理一比一原版(天普毕业证书)美国天普大学毕业证如何办理
一比一原版(天普毕业证书)美国天普大学毕业证如何办理
 
一比一原版加拿大特伦特大学毕业证如何办理
一比一原版加拿大特伦特大学毕业证如何办理一比一原版加拿大特伦特大学毕业证如何办理
一比一原版加拿大特伦特大学毕业证如何办理
 
Are College Degrees Necessary for everyone.pptx
Are College Degrees Necessary for everyone.pptxAre College Degrees Necessary for everyone.pptx
Are College Degrees Necessary for everyone.pptx
 
UZZAL MAZUMDER, IT Consultant/Head of IT, Frannan International Ltd. (UK), Fu...
UZZAL MAZUMDER, IT Consultant/Head of IT, Frannan International Ltd. (UK), Fu...UZZAL MAZUMDER, IT Consultant/Head of IT, Frannan International Ltd. (UK), Fu...
UZZAL MAZUMDER, IT Consultant/Head of IT, Frannan International Ltd. (UK), Fu...
 
Call Girls Kochi 8824825030 Escort In Kochi service 24X7
Call Girls Kochi 8824825030 Escort In Kochi service 24X7Call Girls Kochi 8824825030 Escort In Kochi service 24X7
Call Girls Kochi 8824825030 Escort In Kochi service 24X7
 
Kolkata Call Girls 👉 7374876321 🔝 👈 Top Escorts Experiences With Foreignerj11
Kolkata Call Girls 👉 7374876321 🔝 👈 Top Escorts Experiences With Foreignerj11 Kolkata Call Girls 👉 7374876321 🔝 👈 Top Escorts Experiences With Foreignerj11
Kolkata Call Girls 👉 7374876321 🔝 👈 Top Escorts Experiences With Foreignerj11
 
1 Year Plan for UPSC CSE 2025 - UPSCprep.com - Daily Plan.pdf
1 Year Plan for UPSC CSE 2025 - UPSCprep.com - Daily Plan.pdf1 Year Plan for UPSC CSE 2025 - UPSCprep.com - Daily Plan.pdf
1 Year Plan for UPSC CSE 2025 - UPSCprep.com - Daily Plan.pdf
 
Top Recruitment Agencies in Pakistan - Delta International Recruitment Agency
Top Recruitment Agencies in Pakistan -  Delta International Recruitment AgencyTop Recruitment Agencies in Pakistan -  Delta International Recruitment Agency
Top Recruitment Agencies in Pakistan - Delta International Recruitment Agency
 

TITLE_OF_THE_PROJECT_School_Management_S by SS gupta743.pptx

  • 1. W3Professors.Com Sample Synopsis TITLE OF THE PROJECT “School Management System ” 1 of 17
  • 2. W3Professors.Com Sample Synopsis INTRODUCTION The title of the project is “School Management system”. This project will handle whole the activities of the school. SMS has most of the facilities that a modern school requires to computerize its day-to-day jobs. It provides facilities to keep the records of student, fees, teaching and non-teaching staff with all their required details along with all required transaction handling. It has facilities to generate various types of reports, which are required by the management during normal business operations to operate the business effectively. 2 of 17
  • 3. W3Professors.Com Sample Synopsis OBJECTIVES This project is based on the RDBMS technology; the main objective of this project is to computerize the manual system & reduce the time consumption. In other words we can say that our project has the following objectives:-  Make all the system computerize  Reduce time consumption  Reduce error scope  All system managements are automated  Centralized database management  Easy operations for operator of the system  No paper work requirement 3 of 17
  • 4. W3Professors.Com Sample Synopsis PROJECT CATEGORY This project as title “School management system” is comes under the Relational Database Management System (RDBMS). This application is developed with the help of Visual basic 6.0 and Oracle 8. This application can also be run on the network environment so it can be said as network application. TOOLS/PLATFORM This project is developed using the tools, which are most suited for development of the Application Package. These tools are as follows: - 1. Visual Basic 6.0 (For front end) 2. Oracle 8 (For Database Storage as Back end) 4 of 17
  • 5. W3Professors.Com Sample Synopsis HARDWARE & SOFTWARE REQUIREMENT HARDWARE: Processor Pentium-II or higher Processor Speed 533 MHZ Hard Disk Space 20 GB (min.) Ram Memory 32 MB (64 MB recommended) SOFTWARE: Operating System Windows 95/98/NT/2000 Database Server ORACLE 8 Front end Visual Basic 6.0 5 of 17
  • 6. W3Professors.Com Sample Synopsis SYSTEM DESIGN System Design is the solution to the creation of a new system. This is the important aspect made up of several steps. The complete, efficient and successful system should provide the following in succession: -  From where should we start  Where we have to go  Where should we stop If the project is to be successful, we will need answer these question. The answer of these questions is schema manner and is known as system design. A systematic manner will be followed so as to achieve beneficial result at the end. It involves starting with a vague idea and ultimately developing it up into a useful system. The design phase is transition from a user oriented to a document oriented to the programmers. Software report can be broken into a series of steps starting with the basic ideas and ending with the finished project. 6 of 17
  • 7. W3Professors.Com Sample Synopsis The steps for the successful project are as follows: -  We should define problem completely and the goals should be known before our destination  In the next step, we should specify inputs and outputs of our interest  Then the structure of various database should be designed which will be used during the programming  Next, we should design our programs of user friendly nature and always provide a way to the user to read back the origin if he/she find any complex problem at any stage  We should know the function of each and every program which will leads us to or helps us to read at the specified goal.  Then we write these individual programs which later on joining solve our problem  Next step involve then testing of these programs and correction – if necessary  At last, linking all the programs in a well-specified manner and combining in the form of a menu, submenu etc. will be our defined problem. Out of these defined steps, few of the major steps will respect to Project “School Management System” 7 of 17
  • 8. W3Professors.Com Sample Synopsis DATA FLOW DIAGRAMS (DFD’S) The DFD was first developed by Larry Constiane as a way of expressing system in a graphical form. A DFD, also known as Bubble Chart, has a purpose of clarifying system requirement and identifying major transformation that will become the programs in the system design. DFD SYMBOLS 1. A SQUARE defines a source or destination of system data 2. An ARROW identifies data flow or data in motion. It is a pipeline through which information flow. 3. A CIRCLE or a BUBBLE (Some people use an over bubble) represents a process transforms in coming data flow into outgoing data flow. 4. An OPEN RECTANGLE is a data store or data at rest or a temporary rest repository of data. Note that a DFD describe what data flow (logical) rather than they are processed, so it does not depend on hardware, software and data structure or file organization. 8 of 17
  • 9. W3Professors.Com Sample Synopsis PROCESSING OF SMS A School has to deal with two external entities: -  The School  The management Committee Student School Mgmt Management Committee 9 of 17
  • 10. W3Professors.Com Sample Synopsis Student School Management System Admission Staff School Management System Staff 10 of 17
  • 11. W3Professors.Com Sample Synopsis DATABASE DESIGN Database Design in most important in any project. We are using the following table to store the information related to staff of school 1. STAFF Field Name NULL Type EMPNO Not Null NUMBER (5) EMPNAME VARCAHR (30) ADDRESS VARCHAR (30) CITY VARCAHR (15) PIN VARCAHR (6) STATE VARCAHR (15) PHONE VARCAHR (15) MOBILE VARCAHR (13) EMAIL VARCAHR (30) SEX VARCAHR (1) M_STATUS VARCAHR (15) DOB DATE DOJ DATE DEPT VARCAHR (30) NATURE_OF_JOB VARCAHR (10) BASIC_PAY NUMBER (10,2) 11 of 17
  • 12. W3Professors.Com 2. STUDENT Sample Synopsis Field Name NULL Type REGNO NOT NULL NUMBER (5) ROLLNO NOTNULL NUMBER (5) CLASS VARCHAR (4) NAME VARCHAR (25) FNAME VARCHAR (25) MNAME VARCHAR (25) DOB DATE DOR DATE ADDRESS VARCHAR (30) CITY VARCHAR (15) STATE VARCHAR (15) PIN VARCHAR (6) PHONE VARCHAR (15) 3. FEE Field Name NULL Type REGNO NOT NULL NUMBER (5) ROLLNO NOTNULL NUMBER (5) CLASS VARCHAR (4) FEEDEP NUMBER (5) DEPDATE DATE FINE NUMBER (3) 12 of 17
  • 13. W3Professors.Com Sample Synopsis 4 RESULTS Field Name NULL Type REGNO NOT NULL NUMBER (5) SUBJECT_NAME VARCHAR (15) MAX_MARKS NUMBER (3) PASS_MARKS NUMBER (3) MARKS_OBT NUMBER (3) RESULT VARCHAR (4) 13 of 17
  • 14. W3Professors.Com Sample Synopsis MODULES USED IN THE PROJECT This project includes the following modules for development of the project. These are as follows: - 1. SPLASH FORM This is a first form that displays the welcome screen for the user and also shows the information of developer or version etc. 2. LOGIN FORM This form shows the Login name and password when user enter a valid user name and password then he/she can operate the application. 3. MAIN FORM This form is a menu-based form that displays the menu for operation of the application. It includes various options for staff, student, fees and report related option. 4. STUDENT FORM This form provides the option to add, modify, delete or find the information of a student who seeks the admission in the school. 5. STAFF FORM This forms provides the option to add, delete, search and delete the information of staff (either teaching or non-teaching) that is working in the school. 6. FEE FORM This form provides the option to the user of the system to add, delete, modify and search the information of the fee deposited by the student. 7. RESULT FORM 14 of 17
  • 15. W3Professors.Com Sample Synopsis This form displays the options for the user to add, delete and modify the details of student related to the marks. 8. REPORT FORM With the help of this option from menu user of the system can see or take the print out of various reports provided by the system. 9. GOODBYE FORM This form is activating when user select the exit option from menu or close the application. This form shows the good-bye message to the user and also say thanks to the user for using this application 15 of 17
  • 16. W3Professors.Com Sample Synopsis . NAME OF REPORTS Following are the reports names that are generated by the Project for the management of school or staff members of the school. 1. Details of Teaching staff 2. Details of non-teaching staff 3. Class wise detail of students 4. Date wise detail of students based on date of admission 5. Detail of student according to name wise 6. Teacher report based on the Date of joining 16 of 17
  • 17. W3Professors.Com Sample Synopsis FUTURE SCOPE OF THE PROJECT Nothing is perfect in this world. So, we are also no exception. Although, we have tried our best to present the information effectively, yet, there can be further enhancement in the Application. We have taken care of all the critical aspects, which need to take care of during the development of the Project. Like the things this project also has some limitations and can further be enhances by some one, because there are certain drawbacks that do not permit the system to be 100% accurate. 17 of 17
  翻译: