Cs Practical
Cs Practical
PROJECT REPORT ON
ROLL NO :
CLASS : XII
PGT (CS)
1
PM SHRI Kendriya Vidyalaya Dakshin Dinajpur, Balurghat
CERTIFICATE
External 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 22
09 OUTPUT 25
10 TESTING 25
12 BIBLIOGRAPHY 29
ACKNOWLEDGEMENT
3
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.
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
BRIEF OVERVIEW OF PROJECT
The main objective of the python project on Air ticket reservation is to manage the details
of booking,payments, seats, and flights.The project is totally built at administrative end
and only administrator is guaranteed the access.The purpose of the project is to build an
application program to reduce the manual work for managing the booking, discounts,
seats, and payments. It tracks all the details about seats, flight, and payments; it also
prints various reports as per input given by the user.
The objective of this project is to let the students apply the programming
knowledge into a real- world situ ation/problem and exposed the students how
PROPOSED SYSTEM
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
5
human” no longer valid, it’s outdated 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 unending heaps of flies with a much sophisticated hard disk of the
computer.
One has to use the data management software. Software has been an ascent
markets, which have helped in making the organizations work easier and efficiently.
Data management initially had to maintain a lot of ledgers and a lot of paper work
has to be done but now software product on 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 automated
and any information regarding the organization can be obtained by clicking the
6
The systems development life cycle is a project management technique that
divides complex projects into smaller, more easily managed segments or phases.
Segmenting projects allows managers to verify the successful completion of project
phases before allocating resources to subsequent phases.
Software development projects typically include initiation, planning, design,
development, testing, implementation, and maintenance phases. However, the
phases may be divided differently depending on the organization involved.
For example, initial project activities might be designated as request,
requirements-definition, and planning phases, or initiation, concept-development,
and planning phases. End users of the system under development should be
involved in reviewing the output of each phase to ensure the system is being built to
deliver the needed functionality.
INITIATION PHASE
7
The Initiation Phase begins when a business sponsor identifies a need or an
opportunity.
8
The purpose of the System Concept Development Phase is to:
9
PLANNING PHASE
10
REQUIREMENTS ANALYSIS 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 alevel 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 MasterPlan.
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
11
prototyping tools that build mock-up designs of items such as application screens,
database layouts, and system architectures. End users, 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
The development phase involves converting design specifications into
executable programs. Effective development standards include requirements that
programmers and other project participants discuss design specifications before
programming begins. The procedures help ensure programmers clearly
understand program designs and functional 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 as a deployed system with end users working together with contract
personnel
13
Requirements are traced throughout testing,a final Independent Verification &
Validation evaluation is performed and all documentation is reviewedand
accepted prior to acceptance of the system.
IMPLEMENTATION PHASE
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 userrequirements.
14
FLOW CHART
='',DATABASE ='CCMS'
)
IF
CONN.IS_CONNECTED
():
TRUE
PRINT("SUCCESSFULLY CONNECTED")
C1=CONN.CURSOR()
C1.EXECUTE('CREATE TABL
E CUSTOMERDETAIL(Add_new_customer(
15
C1.EXECUTE('CREATE TABLE TIME_CHARGES(TIME
VARCHAR(30),AMOUNT_CHARGED INT)')
PRINT("TABLE CREATED")
16
PRINT("1.NAME")
PRINT("2.")
PRINT("3.BILL")
CONN = SQL.CONNECT(HOST
PRINT(“5.QUIT”)
='LOCALHOST',USER ='ROOT',PASSWORD
='',DATABASE ='CCMS')
IF FALSE
CONN.IS_CONNECTED
IF A==1:
():
TRUE
TRUE
NAME=INPUT("ENTER YOUR NAME :")
AGE=INT(INPUT("ENTER
PRINT("SUCCESSFULLY YOUR AGE :"))
CONNECTED")
PRINT("*
PHONE_NO=INT(INPUT("ENTER
******WELCOMES TO AIR M
YOUR PHONE NUMBER :"))
******* ")
17
TY="INSERT INTO CUSTOMERDETAIL
VALUES('{}',{},'{}',{})".FORMAT(NAME,AGE,ADDRESS,PHONE_NO)
C1.EXECUTE(TY)
CONN.COMMIT()
FALSE
IF A==2:
TRUE
VALUES('{}',{})".FORMAT(TIME,AMOUNT)
C1.EXECUTE(SS)
CONN.COMMIT()
18
IF A==3:
FALSE
TRUE
NAME=INPUT("ENTE
R YOUR NAME :")
MINUTES :"))
TOTAL=TIME*30
VALUES('{}',{},{})".FORMAT(NAME,TIME,TOTAL)
C1.EXECUTE(QW)
CONN.COMMIT()
FALSE
IF B=="YES":
19
TRUE
IF A==4:
FALSE
TRUE
str(phone_no)
c1.execute(ea)
data=c1.fetchall()
for
row in
data:
TRUE
20
print("Name:",row[0])
print("Age:",row[1])
print("Address:",row[2])
print("Phone number:",row[3])
print("Email ID",row[4])
if
a==5:
TRUE
21
PYTHON CODE:
importos
import platform
importmysql.connector
import pandas as pd
importdatetime
mydb = mysql.connector.connect(user='root',
password='12345',
host='localhost',
database='air')
mycursor=mydb.cursor()
defregistercust():
L=[]
name=input("enter name:")
L.append(name)
addr=input("enter address:")
L.append(addr)
jr_date=input("enter date of journey:")
L.append(jr_date)
source=input("enter source:")
L.append(source)
destination=input("enter destination:")
L.append(destination)
cust=(L)
22
sql="insert into
pdata(custname,addr,jrdate,source,destination)values(%s,%s,
%s,%s,%s)"
mycursor.execute(sql,cust)
mydb.commit()
defclasstypeview():
print("Do you want to see class type available : Enter 1 for
yes :")
ch=int(input("enter your choice:"))
ifch==1:
sql="select * from classtype"
mycursor.execute(sql)
rows=mycursor.fetchall()
for x in rows:
print(x)
defticketprice():
print ("We have the following rooms for you:-")
print ("1. type First class---->rs 6000 PN\-")
print ("2. type Business class---->rs 4000 PN\-")
print ("3. type Economy class---->rs 2000 PN\-")
x=int(input("Enter Your Choice Please->"))
n=int(input("No of passenger:"))
if(x==1):
print ("you have opted First class")
s=6000*n
elif (x==2):
23
print ("you have opted Business class")
s=4000*n
elif (x==3):
print ("you have opted Economy class")
s=2000*n
else:
print ("please choose a class type")
print ("your room rent is =",s,"\n")
defmenuview():
print("Do yoy want to see menu available : Enter 1 for yes :")
ch=int(input("enter your choice:"))
ifch==1:
sql="select * from food"
mycursor.execute(sql)
rows=mycursor.fetchall()
for x in rows:
print(x)
deforderitem():
global s
print("Do yoy want to see menu available : Enter 1 for yes :")
ch=int(input("enter your choice:"))
ifch==1:
sql="select * from food"
mycursor.execute(sql)
rows=mycursor.fetchall()
24
for x in rows:
print(x)
defMenuset():
print(“AIR TICKET RESERVATION”)
print("enter 1: To enter customer data")
print("enter 2 : To view class")
print("enter 3 : for ticketamount")
print("enter 4 : for viewing food menu")
print("enter 5 : for food bill")
print("enter 6 :for lugage bill")
print("enter 7 : for complete amount")
print("enter 8 : for exit")
'''try:
#userinput=int(input("pleaseselect an above option:"))
exceptValueError:
exit("\n hi thats not a number")'''
29
OUTPUT SCREEN
30
TESTING
31
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.
Black box testing treats the software as a "black box," without any knowledge
of internal implementation. Black box testing methods include: equivalence
partitioning, 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
32
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)
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.
33
HARDWARE AND SOFTWARE REQUIREMENTS
SOFTWARE REQUIREMENTS:
I. Windows OS
II. Python
III. Mysql
IV. Mysql python connector
34
BIBLIOGRAPHY
1. http://www.google.com/
2. http://en.wikipedia.org
3. Computer science with
python
by Sumita Arora
***
35