0% found this document useful (0 votes)
12 views

INVESTIGATORY PROJECT Cs

Uploaded by

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

INVESTIGATORY PROJECT Cs

Uploaded by

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

INVESTIGATORY

PROJECT
COMPUTER SCIENCE
TABLE OF CONTENTS
S.No. Topic Page No.
1 Project Synopsis 5
2 Objective 7
3 Requirements 8
4 References 9
5 General Information 10
6 Code
7 Output
ACKNOWLEDGEMENT
I would like to express my greatest appreciation to the all individuals
who have helped and supported me throughout the project. I am
thankful to my computer teacher for her ongoing support during the
project, from initial advice, and encouragement, which led to the final
report of this project.

I would also like to thank my fellow team members for their


teamwork and determination due to which we were able to complete
this project.

A special acknowledgement goes to my classmates who helped me in


completing the project by exchanging interesting ideas and sharing
their experience.

I wish to thank my parents as well for their undivided support and


interest who inspired me and encouraged me to go my own way,
without whom I would be unable to complete my project.

At the end, I want to thank my friends who displayed appreciation to


my work and motivated me to continue my work.
PROJECT SYNOPSIS
TITLE OF PROJECT
Travel Booking System

DEFINITION
Travel Booking System is an all in one application designed and programmed
with the sole aim of helping the users to book a travel to
Contribution / Team members:
The role wise composition of our team was:

Sarvagya Joshi (The Thinker): Thought of the various ideas


which served as the base for our program such as Topics i.e
Calculator, Database Management system etc.

Devansh Vats (The Coder): Came up with the rough sketches


of the program’s GUI and wrote all the involved codes &
integrated MYSQL & Python to give life to the skeleton of the
program.
Reason for choosing the Topic:
PROJECT ON DAILY TRAVEL BOOKING
INTRODUCTION
This software is helpful to citizens, being exploring in nature and also in
urgency to go for a board towards achieving their respective objectives. For
booking the transport, this application allows user friendly environment.

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 science.
SOURCE CODE
i

sys.exit()
if choice==4:
import sys
sys.exit()

if choice!=1 and 2 and 3:


print()
print()
print("********************INVALID
CHOICE**********************")

You might also like