0% found this document useful (0 votes)
5 views10 pages

CS PROJECT FILE

The document is a project report on a Ticket Booking System developed by Bhavya Pathak for Class XI at K.D. Ambani Reliance Foundation School. It outlines the project's objectives, hardware and software requirements, and provides an overview of the system's functionality, including a sample output of the booking process. The report emphasizes the importance of programming skills in real-world applications and acknowledges the support received during the project.

Uploaded by

Bhavya Pathak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views10 pages

CS PROJECT FILE

The document is a project report on a Ticket Booking System developed by Bhavya Pathak for Class XI at K.D. Ambani Reliance Foundation School. It outlines the project's objectives, hardware and software requirements, and provides an overview of the system's functionality, including a sample output of the booking process. The report emphasizes the importance of programming skills in real-world applications and acknowledges the support received during the project.

Uploaded by

Bhavya Pathak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

ACKNOLEDGEMENT

 Apart from the efforts of my team, 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 helped 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 Principal Smt.


Anvita Kackar, who has been continuously motivating and
extending her helping hand to us. I shall fail in my duty if I didn't
thank Mrs. Surjya Bebortha, Comp. Sc. Teacher, A guide, who
helped in conceptual issues faced.

 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.
K.D. AMBANI RELIANCE
FOUNDATION SCHOOL
ACADEMIC YEAR: 2022-23

PROJECT REPORT ON

"TICKET BOOKING SYSTEM"

ROLL NO: 11805

NAME: Bhavya Pathak

CLASS: XI- Η

SUBJECT: Computer Science

SUB CODE: 083


INTRODUCTION
 This programme helps the users to buy a ticket online.
Today's world is full of completions and the only
winner of this race is the one who challenges
everybody in that specific field.
 This program is one example of how one link can be
deferent in function from the other. Today's world is
full of competitions, and in this race the winner is only
who has mastered the art of TIME MANAGEMENT,
SPEED AND SMART WORK STYLE.
 There are many TICKET BOOKING SYSTEMS in this
world but the best of all is the one which satisfy all
above criteria. The computers in this world are taking
various heights today, they are present from school
using database to very high businessmen people.
 This is TICKET BOOKING SYSTEM database created for
saving time for customers, this makes sufficient
management of the store.
 This is TICKET BOOKING SYSTEM management
programme where data of customers are taken and
tickets are easily booked for them saving their time and
also in less prices.
Further if in any case the data of any specific customer is to
be revealed, one can get access of data from database.
PREFACE
 A Ticket Booking System is a platform that allows people to
easily reserve and purchase tickets for events, travel, or services
online. Whether it's for a concert, a flight, or a movie, these
systems make it simple for users to find available tickets, select
the ones they want, and pay for them all from their computer or
phone. It helps to avoid long lines and saves time, providing a
fast and convenient way to book tickets from anywhere.

 These systems also help businesses manage ticket sales more


efficiently. They show real-time availability, keep track of
bookings, and ensure that people can’t book the same ticket
twice. Additionally, they often allow users to store their
information for future bookings and offer various payment
options. Overall, a ticket booking system benefits both
customers and businesses by simplifying the process and
improving the experience for everyone involved.

 The primary goal of a ticket booking system is to make the


process seamless for both the consumer and the service
provider, while enhancing customer satisfaction and operational
efficiency.
HARDWARE AND SOFTWARE REQUIREMENTS

I. OPERATING SYSTEM : WINDOWS 10


II. PROCESSOR : Dual core or above
III. RAM : 512MB+
IV. Hard disk : 40 GB OR ABOVE
V MONITOR 14.1 or 15-17 inch
VI. Key board and mouse
VII. Printer : (if print is required - [Hard
copy])

SOFTWARE REQUIREMENTS:

I. Windows OS
II. Python
III. MYSQL
OBJECTIVES OF THE PROJECT

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 skills helps in developing a good software.

1. Write programs utilizing modern software tools.


2. Apply object-oriented programming principles effectively
when developing small to medium sized projects.
3. Write effective procedural code to solve small to medium
sized problems
4. Students will demonstrate a breadth of knowledge in
computer science, as exemplified in the areas of systems,
theory and software development.
5. Students will demonstrate ability to conduct a research or
applied Computer Science project, requiring writing and
presentation skills which exemplify scholarly style in
computer
OUTPUT
Welcome to the Ticket Booking System
Please enter your name: John
Please enter the place you are starting from: New York
Please enter the place you want to go to: Los Angeles

Hello John, you are booking a ticket from New York to Los Angeles.
Total available tickets: 20
Ticket Price: 150
Your balance: 600
You can book tickets now. You have 3 attempts to complete your booking.

Attempt 1 of 3
How many tickets would you like to book? 3
Booking successful! You have booked 3 tickets.
Remaining tickets: 17
Remaining balance: 450
Would you like to make another booking? (yes/no): yes

Attempt 2 of 3
How many tickets would you like to book? 5
Booking successful! You have booked 5 tickets.
Remaining tickets: 12
Remaining balance: 150
Would you like to make another booking? (yes/no): no

Thank you for using the Ticket Booking System.


CONCLUSION

This Bus Booking System is an ideal project


for Class 11 students, helping them practice
core programming concepts in Python, such
as using classes to represent entities,
functions to implement system functionality,
and lists or dictionaries to store data. It offers
an opportunity to understand how object-
oriented programming can be applied to real-
world problems, making it an engaging and
practical project.
BIBLIOGRAPHY
 COMPUTER SCIENCE TEXTBOOK

 PYTHON.ORG SITE FOR TOPICS

 COMPUTER SCIENCE MANUAL


CONTENTS

SRNO TITLE
1 ACKNOLEDGMENT
2 INTRODUCTION
3 OBJECTIVES
4 CODE
5 OUTPUT
6 HARDWARE AND SOFTWARE
REQUIREMENTS
7 CONCLUSION
8 BIBLIOGRAPHY

You might also like