CSC Project
CSC Project
CSC Project
MOVIE
TICKET
BOOKING
NAME ……………………………………………..
REGISTER NO……………………………………
STD.….…………………
SEC……………………..SUBJECT.
………………………………………….
1
ZION INTERNATIONAL PUBLIC SCHOOL
Puthur, Mappedu, Chennai – 600 126
BONAFIDE CERTIFICATE
This is to certify that the project titled
___________ ___________________________ is a Bonafide
work done by _________________ in partial fulfillment of
the requirements in computer science practical as
prescribed by CBSE for AISSCE 2022 – 2023.
REGISTER NO. ______________
TEACHER-IN-CHARGE SENIOR
PRINCIPAL
2
TABLE OF CONTENTS [ T O C ]
3
SER DESCRIPTION PAGE NO
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
INTRODUCTION
4
This program helps the users to add a UPSC registration form,
Number and displays it. The user can use the registration number to view their
Registered details. This program can be used only if the Login ID and the
Password is correct.
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
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 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
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 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 automated
and any information regarding the organization can be obtained by clicking the
6
SYSTEM DEVELOPMENT LIFE CYCLE (SDLC)
7
PHASES OF SYSTEM DEVELOPMENT LIFE CYCLE
INITIATION PHASE
8
SYSTEM CONCEPT DEVELOPMENT PHASE
9
PICTORIAL REPRESENTATION OF SDLC:
PLANNING PHASE
10
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, is necessary 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 specific activities and
resources required to complete a project.
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.
11
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
12
Performing a security risk assessment.
Developing a conversion plan to migrate current data to the new system.
Determining the operating environment.
Defining major subsystems and their inputs and outputs.
Allocating processes to resources.
Preparing detailed logic specifications for each software module. The result is
a draft System Design Document which captures the preliminary design for
the system.
Everything requiring user input or approval is documented and reviewed by
the user. Once these documents have been approved by the Agency CIO and
Business Sponsor, the final System Design Document is created to serve as
the Critical/Detailed Design for the system.
This document receives a rigorous review by Agency technical and functional
representatives to ensure that it satisfies the business requirements.
Concurrent with the development of the system design, the Agency Project
Manager begins development of the Implementation Plan, Operations and
Maintenance Manual, and the Training Plan.
DEVELOPMENT PHASE
13
Testing individual elements (units) for usability.
Preparing for integration and testing of the IT system.
Testing as a deployed system with end users working together with contract
personnel
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,
14
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
15
con = input ("do you want to continue or not :")
ch=int(input("Enter your choice :"))
if ch==1:
conn.commit()
if ch =2:
16
c = input ("Enter your movie name :")
a = input ("Enter your name :")
d = input ("Enter total tickets :")
b = input ("Enter your ph_no :")
pswd= input("Enter the password :")
sks = input(" Order your snacks :")
if ch ==3:
if ch == 4:
17
print ("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WELCOME TO 2nd CLASS TICKET
BOOKING !!!!!!!!!!!!!!!!!!!!!!!!!!!!")
stop
SOURCE CODE
import mysql.connector as sql
conn=sql.connect(host =
'localhost',user='root',passwd='manager',database='soft')
c1=conn.cursor()
if conn.is_connected():
print ("Enter your choice as 1,2,3&4")
print ("$$$$$$$$$$$$ PALLVAN THEATRE BOOKING (AC & NON AC) $$$$$
$$$$$$$$$")
print ("SIGN UP")
print ("LOG IN")
print ("PALLAVAN THEATRE")
con = input ("do you want to continue or not :")
ch=int(input("Enter your choice :"))
if ch==1:
v_mname = input("Enter the movie name :")
v_phno = input("Enter phone number :")
v_tic = input("Enter total tickets :" )
v_gender = input ("Enter your gender :" )
v_fname = input ("Enter your first name :")
v_lname = input ("Enter your last name :")
v_passwd = input ("Enter your passwd :")
v_userID = input ("Enter your userID :")
18
v_snacks = input ("Order your snacks :")
v_ins="insert into theatre
values( '{}','{}','{}','{}','{}','{}','{}','{}','{}')".format(v_mnam
e,v_phno,v_tic,v_gender,v_fname,v_lname,v_passwd,v_userID,v_snacks)
c1.execute(v_ins)
conn.commit()
print (" ticket booked congrats")
print ("Thank you for visiting pallavan theatre")
print ("ratings")
ch=int(input("Enter your choice :"))
if ch ==2:
print ("##############WELCOME TO THE BOX OFFICE
(AC)##################")
c = input ("Enter your movie name :")
a = input ("Enter your name :")
d = input ("Enter total tickets :")
b = input ("Enter your ph_no :")
pswd= input("Enter the password :")
sks = input(" Order your snacks :")
print ("*********************TICKET
BOOKED***********************")
ch=int(input("Enter your choice :"))
if ch ==3:
print ("************welcome to 1st class ticket booking
**************")
c = input ("Enter your movie name :")
a = input ("Enter your name :")
d = input ("Enter total tickets :")
b = input ("Enter your ph_no :")
pswd= input("Enter the password :")
sks = input(" Order your snacks :")
print ("**TICKET BOOKED**")
ch=int(input("Enter your choice :"))
if ch == 4:
print ("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WELCOME TO 2nd CLASS
TICKET BOOKING !!!!!!!!!!!!!!!!!!!!!!!!!!!!")
a = input ("Enter your name :")
b = input ("Enter your movie name :")
c = input ("Enter your ph_no :")
d = input ("Enter total tickets :")
pswd= input("Enter the password :")
sks = input(" Order your snacks :")
print ("///////////////ENJOY THE MOVIE AND HAVE
FUN/////////////////")
19
OUTPUT
# adding details:
20
TESTING
21
process, however the most test effort is employed after the requirements have been
defined and coding process has been completed.
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.
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
22
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.
23
HARDWARE AND SOFTWARE REQUIREMENTS
24
VIII. MONITOR 14.1 or 15 -17 inch
SOFTWARE REQUIREMENTS:
I. Windows OS
II. Python
25
BIBLIOGRAPHY
***
26