Class 12 Cs Project
Class 12 Cs Project
❖ CERTIFICATE Of EXCELLENCE
❖ ACKNOWLEDGEMENT
❖ INTRODUCTION
❖ OBJECTIVE
❖ PROPOSED SYSTEM
❖ SYSTEM DEVELOPMENT LIFE CYCLE
❖ SOFTWARE REQUIRED
❖ AIM
❖ FLOWCHART OF THE TOPIC
❖ SOURCE CODE
❖ OUTPUT
❖ FUTURE ENCHANCEMENT
❖ BIBLOGRAPHY
PROJECT ON HOSTEL MANAGEMENT
INTRODUCTION
a good software.
sized problems.
computer science.
PROPOSED SYSTEM
Today one cannot afford to rely on the fallible human beings of be
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
One has to use the data management software. Software has been
maintain a lot of ledgers and a lot of paperwork has to be done but now
software production this organization has made their work faster and
easier. Now only this software has to be loaded on the computer and work
can be done.
This prevents a lot of time and money. The work becomes fully
SOFTWARE REQUIREMENTS:
I. Windows OS
II. Python
AIM
conn=sql.connect(host='localhost',user='root',passwd='r
oot',database='hostel_management')
conn.autocommit=True
if conn.is_connected():
else:
print('not connected')
c1=conn.cursor()
ans="Y"
while ans.lower()=="y":
if choice==1:
print("1.COMPUTER")
print("2.BIO")
print("3.TECH")
print("4.PHYSICS")
print("5.ECO")
print("6.ENG")
("+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:
c1.execute(mysql)
data=c1.fetchall()
print("Deleted Successfully")
elif choice==2:
print("1.COMPUTER")
print("2.BIO")
print("3.TECH")
print("4.PHYSICS")
print("5.ECO")
print("6.ENG")
c1.execute(mysql)
data=c1.fetchall()
else:
ans="N"
❖ This project will help the staff of the school in storing the
students’ data as well as the data of the hostel in a very
ordered way.