You are on page 1of 4

INTRODUCTION:-

BUS RESERVATION
Online system provides real time
SYSTEM quotations, real time bus booking,
multiple payment options, cost
BY :- Sahil Dahat comparison, last minute booking.
Computer Prog. It helps us in many different ways
Roll no:-20113054 without the need of physical
appearance to get tickets for the bus
First year , Chemical Engg.
or to purchase tickets. It helps to
NIT Raipur. maintain all personal records and a
better solution to physical books
which wastes a lot of resources.
ABSTRACT:-

The Term Paper will give us a basic


BACK END DATABSE :-
overview of bus reservation system.
In this topic we discuss the features It is a database that is accessed by
a programming about Bus system users through an external
have that may include bus seat application.
booking , advance reservation ,
It stores data but does not include
show the seats which are filled or
application elements such as stored
empty etc.
queries, forms, etc.
The objective is two fold – to ensure
that the customers don’t have to
leave the confines of their comfort
to book a ticket , and to help them
get a ticket when they it the most.
FRONT END DATABASE :-
1. Booking Exit :- This feature allows user to
2. Cancelling exit the program or to terminate the
3. From: to: program.
4. Date of journey
5. Payment modes

METHODOLOGY :-

ALLOTMENT OF SEATS :- This


feature allots seats of a particular
bus for a particular time to a person
on the basis of occurrence.

RESERVE A SEAT :-here a person


can reserve a seat in advance on
his/her name and can use it when
the duly time comes.

Empty seats valuation :- The status


of the seats whether it is empty or
filled can be seen through the show
option.

Buses Available :- There can be


more than one bus that would go to
the same location but at different
time. So the available buses feature
tells us about the details of the bus ALGORITHM :-
like to and from location, time , etc.
1. Take a class named as a.
2. Declare variables and arrays 1. PROGRAM RUN INTERFACE
As busn[5] , driver [10] ,
arrival[5] , depart [5] etc.

3. In public class give member


functions as
Void install();
Void allotment();
Void empty();
Void show();
Void avail(); 2. Details about the bus :-
Void position(int i);

4. Allot the max no. of buses.

5. Add function to enter details


from back end system like
bus no. , driver’s name , etc.

6. Now w.r.t allotment function


we allot seats for customers
according to their
preferences.

7. Add empty function ro show that


sets are empty in bus.
8. Show function to tell how many
seats are reserved and which ones (Details about the bus, driver ,
are available. destination , arrival , departure time
, etc.)
RESULTS :-
3. Seat allotment to customers The bus reservation system is
most widely used and is one of
the efficient way of reducing the
burdens on humans. Its
effectiveness has been
increasing since the program
started to get implemented in the
systems.it provides convenient
facilities to the customers and
decreases work on the workser
as the machine works for
them.the most useful feature of
the system program is the
(the seat no. 10 is reserved / reusage of the program can be
alloted). done several times and its user
friendly interface makes it’s the
best method to reserve a seat in
4. Details about the buses bus.
available :-
References:-

1. https://www.slideshare.net/
rushivit/data-structures-
project-2
2. www.cppbuzz.com
3. Computer prog. Books

(balaguruswamy)

Conclusion-

You might also like