6081.hostel Management MANISH
6081.hostel Management MANISH
6081.hostel Management MANISH
PROJECT REPORT ON
HOSTEL MANAGEMENT
ROLL NO : 12115
NAME : Manish
CLASS : XII
SUBJECT : COMPUTER SCIENCE
SUB CODE : 083
New Delhi-02
1
Jain Senoir Secondary School
CERTIFICATE
This is to certify that Cadet MANISH Roll No: 12115 has successfully
completed the project Work entitled HOSTEL MANAGEMENT in the subject Computer
Science (083) laid down in the regulations of CBSE for the purpose of Practical
2024.
(Mrs. Sonika )
PGT Comp Sci
Examiner:
Name: _______________
Signature:
2
TABLE OF CONTENTS [ T O C ]
01 ACKNOWLEDGEMENT 04
02 INTRODUCTION 05
04 PROPOSED SYSTEM 06
07 FLOW CHART 15
08 SOURCE CODE 16
09 OUTPUT 19
10 TESTING 20
12 BIBLIOGRAPHY 24
3
ACKNOWLEDGEMENT
Apart from the efforts of me, the success of any project depends largely on the
encouragement and guidelines of many others. I take this opportunity to express my
gratitude to the people who have been instrumental in the successful completion of this
project.
I express deep sense of gratitude to almighty God for giving me strength for the
successful completion of the project.
I express my deep sense of gratitude to the luminary The Principal, Jain Senoir
Secondary School who has been continuously motivating andextending their helping hand to
us.
I express my sincere thanks to the academician The Vice Principal, Jain Senoir
Secondary School, for constant encouragement and the guidance provided during this
project
My sincere thanks to Mrs. Sonika Chaudhary , Master In-charge, A guide, Mentor all
the above a friend,who critically reviewed my project and helpedin solving each and every
problem, occurred during implementation of the project
The guidance and support received from all the members who contributed and who
are contributing to this project, was vital for the success of the project. I am grateful for
their constant support and help.
4
INTRODUCTION
students such as his\her roll number , in department they belong to , etc. These
information can be stored in the data and can be verified whenever we want.this
The objective of this project is to let the students apply the programming
knowledge into a real- world situation/problem and exposed the students how programming
PROPOSED SYSTEM
5
Today one cannot afford to rely on the fallible human beings of be really wants to
stand against today’s merciless competition where not to wise saying “to err is human” no
longer valid, it’s out-dated to rationalize your mistake. So, to keep pace with time, to bring
about the best result without malfunctioning and greater efficiency so to replace the
One has to use the data management software. Software has been an ascent in
which have helped in making the organizations work easier and efficiently. Data
management initially hadto maintain a lot of ledgers and a lot of paperwork has to be done
but now software producton this organization has made their work fasterand easier. Now
only this software has to beloaded on the computer and work can be done.
This prevents a lot of time and money. Thework becomes fully automated and any
information regarding the organization can beobtained by clicking the button. Moreover,
nowit’s an age of computers of and automatingsuch an organization gives the better look.
6
The systems development life cycle is a projectmanagement technique that divides
complexprojects into smaller, more easily managedsegments or phases. Segmenting
projectsallows managers to verify the successfulcompletion of project phases before
allocatingresources to subsequent phases.
Software developmentprojects typically include initiation, planning,design,
development, testing, implementation,and maintenance phases. However, the phasesmay be
divided differently depending on theorganization involved.
For example, initialproject activities might be designated asrequest,
requirements-definition, and planningphases, or initiation, concept-development,and
planning phases. End users of the systemunder development should be involved inreviewing
the output of each phase to ensurethe system is being built to deliver the
neededfunctionality.
7
INITIATION PHASE
The Initiation Phase begins when a business sponsor identifies a need or an opportunity.
8
The System Concept Development Phase begins after a business need or opportunity is
validated by the Agency/Organization Program Leadership and the Agency/Organization
CIO.
9
PLANNING PHASE
The planning phase is the most critical step in completing development, acquisition,
and maintenance projects. Careful planning, particularly in the early stages of a project,
isnecessary to coordinate activities and manage project risks effectively. The depth and
formality of project plans should be commensurate with the characteristics and risks of a
given project. Project plans refine the information gathered during the initiation phase by
further identifying the specificactivities and resources required to complete a project.
10
REQUIREMENTSANALYSIS PHASE
This phase formally defines the detailed functional user requirements using
high-level requirements identified in the Initiation, System Concept, and Planning phases. It
also delineates the requirements in terms of data, system performance, security, and
maintainability requirements for the system. The requirements are defined in this phase to
a level of detail sufficient for systems design to proceed. They need to be measurable,
testable, and relate to the business need or opportunity identified in the Initiation Phase.
The requirements that will be used to determine acceptance of the system are captured in
the Test and Evaluation Master Plan.
Further define and refine the functional and data requirements and document them
in the Requirements Document,
Complete business process reengineering of the functions to be supported (i.e., verify
what information drives the business process, what information is generated, who
generates it, where does the information go, and who processes it),
Develop detailed data and process models (system inputs, outputs, and the process.
Develop the test and evaluation requirements that will be used to determine
acceptable system performance.
DESIGN PHASE
The design phase involves converting the informational, functional, and network
requirements identified during the initiation and planning phases into unified design
specifications that developers use to script programs during the development phase.
Program designs areconstructed in various ways. Using a top-down approach, designers
first identify and link major program components and interfaces, then expand design
layouts as they identify and link smaller subsystems and connections. Using a bottom-up
approach, designers first identify and link minor program components and interfaces, then
expand design layouts as they identify and link larger systems and connections.
Contemporary design techniques often use prototyping tools that build mock-up designs of
items such as application screens, database layouts, and system architectures. End users,
11
designers, developers, database managers, and network administrators should review and
refine the prototyped designs in an iterative process until they agree on an acceptable
design. Audit, security, and quality assurance personnel should be involved in the review
and approval process. During this phase, the system is designed to satisfy the functional
requirements identified in the previous phase. Since problems in the design phase could be
very expensive to solve in the later stage of the software development, a variety of
elements are considered in the design to mitigate risk. These include:
DEVELOPMENT PHASE
12
requirements. Programmers use various techniques to develop computer programs. The
large transaction oriented programs associated with financial institutions have
traditionally been developed using procedural programming techniques. Procedural
programming involves the line-by-line scripting of logical instructions that are
combined to form a program. Effective completion of the previous stages is a key factor
in the success of the Development phase. The Development phase consists of:
Testing at the development facility by the contractor and possibly supported by end
users
Testing as a deployed system with end users working together with contract
personnel
Operational testing by the end user alone performing all functions. Requirements
are traced throughout testing, a final Independent Verification & Validation
evaluation is performed and all documentation is reviewed and accepted prior to
acceptance of the system.
IMPLEMENTATION PHASE
13
This phase is initiated after the system has been tested and accepted by the user. In
this phase, the system is installed to support the intended business functions. System
performance is compared to performance objectives established during the planning phase.
Implementation includes user notification, user training, installation of hardware,
installation of software onto production computers, and integration of the system into
daily work processes. This phase continues until the system is operating in production in
accordance with the defined user requirements.
start
CHOICE=INT(INPUT(“ENTER THE
CHOICE”))
14
IF CHOICE==1:
print(abc)
Elif
Choice==2;
15
roll_no=int(input("enter your roll number"))
c1.execute(mysql)
data=c1.fetchall()
print("roll_no:",data[0][0])
print("name:",data[0][1])
print("address:",data[0][2])
print("room_no:",data[0][3])
print("dept:",data[0][4])
print("fees:",data[0][5])
print("bal:",data[0][6])
print("2.BIO")
print("3.TECH")
print("4.PHYSICS")
print("5.ECO")
print("6.ENG")
16
department=input("ENTER YOUR DEPARTMENT")
c1.execute(mysql)
data=c1.fetchall()
elif choice==4:
17
print( "SORRY,YOU ARE NOT
AUTHORIZED TO USE THIS SITE ")
else
print("QUITTING!!!!!!!!!")
stop
SOURCE CODE
conn=sql.connect(host='localhost',user='root',passwd='admin@12
3',database='hostel_management')
conn.autocommit=True
18
if conn.is_connected():
print('connected succesfully')
else:
print('not connected')
c1=conn.cursor()
MANAGEMENT ")
print(" 4.EXIT")
if choice==1:
19
v_dept=input("ENTER YOUR DEPARTMENT")
("+v_roll+",'"+v_name+"','"+v_add+"',"+v_room_no+",'"+v_dept+"
',"+v_fees+","+v_bal+")")
print(abc)
c1.execute(abc)
conn.commit()
elif choice==3:
roll_no={}".format(roll_no)
c1.execute(mysql)
data=c1.fetchall()
print("roll_no:",data[0][0])
print("name:",data[0][1])
print("address:",data[0][2])
print("room_no:",data[0][3])
print("dept:",data[0][4])
print("fees:",data[0][5])
print("bal:",data[0][6])
elif choice==2:
print("1.COMPUTER")
20
print("2.BIO")
print("3.TECH")
print("4.PHYSICS")
print("5.ECO")
print("6.ENG")
department='{}'".format(department)
c1.execute(mysql)
data=c1.fetchall()
else:
print("QUITTING!!!!!!!!!")
21
22
TESTING
TESTING METHODS
Software testing methods are traditionally divided into black box testing and white
box testing. These two approaches are used to describe the point of view that a test
engineer takes when designing test cases.
23
boundary value analysis, all-pairs testing, fuzz testing, model-based testing, traceability
matrix, exploratory testing and specification-based testing.
SPECIFICATION-BASED TESTING
The black box tester has no "bonds" with the code, and a tester's perception is very
simple: a code must have bugs. Using the principle, "Ask and you shall receive," black box
testers find bugs where programmers don't. But, on the other hand, black box testing has
been said to be "like a walk in a dark labyrinth without a flashlight," because the tester
doesn't know how the software being tested was actually constructed.
That's why there are situations when (1) a black box tester writes many test cases
to check something that can be tested by only one test case, and/or (2) some parts of the
back end are not tested at all. Therefore, black box testing has the advantage of "an
unaffiliated opinion," on the one hand, and the disadvantage of "blind exploring," on the
other.
White box testing, by contrast to black box testing, is when the tester has access to
the internal data structures and algorithms (and the code that implement these)
24
Code coverage - creating tests to satisfy some criteria of code coverage.
For example, the test designer can create tests to cause all statements in the
program to be executed at least once.
fault injection methods.
mutation testing methods.
static testing - White box testing includes all static testing.
White box testing methods can also be used to evaluate the completeness of a test
suite that was created with black box testing methods. This allows the software team to
examine parts of a system that are rarely tested and ensures that the most important
function points have been tested.
25
ATHALON(3800+- 4200+ DUALCORE)
SOFTWARE REQUIREMENTS:
I. Windows OS
II. Python
BIBLIOGRAPHY
26
3. https://www.w3resource.com
27