Car Parking System Presentation

A mini project presentation on
CAR PARKING SYSTEM
Methodist College of Engineering and
Technology
Batch No
: MIP19CS06                            
Under the guidance of:       Project Coordinators:
N. Gagan Kumar        (160717733004)     Mr. T. Praveen Kumar          Mr. R. Sandeep
D. Likitha Rani          (160717733005)     Assistant Professor, CSE       Assistant Professor, CSE
P. Pushpanjali             (160717733043)                                                   Mrs. P. M. Tulasi
                                                                  
 
                                         Assistant Professor, CSE
INTRODUCTION:
 
In the project “Car Parking System” we have shown the concept of
displaying the number of empty slots in the parking lot and also the data
of each vehicle.
The purpose of this project is to build an application program to reduce
the manual work for managing the parking areas.
This application provides information about the car like car number, check
in and check out time, duration, fare and the occupied slot.
                         SYSTEM ANALYSIS
Existing System
Proposed System
Software and Hardware Requirements
EXISTING SYSTEM:
As car enters the parking area, the concerned worker there check for
the availability of slots.
This checking process involves multiple chains of asking the co-
workers whether the slots are vacant. This involves a lot of manual
work and it is a time consuming process.
 PROPOSED SYSTEM:
Our main aim is to introduce a slot for every individual vehicle to avoid
improper parking and to reduce manual work by replacing the existing
system with this application to manage the parking system.
Benefits of this system
Manage traffic well inside the malls without any havoc.
Limited parking spaces can be utilized efficiently.
Guides the drivers to the available vacant parking slots.
It helps in managing parking space effectively which results in
significant revenue generation.
Entry and exit is very quick and convenient.
Decrease traffic congestion.
Who is going to be benefited?
Consumers
Flexibility and convenience.
Parking space Owners and Management
Parking revenue.
SYSTEM REQUIREMENTS
:
Hardware Requirement:
Disk space:10 GB.
RAM:4GB
Processor : Intel corei5,32bit.
Software Requirement:
Turbo C++ compiler.
Windows 7,8,10.
SYSTEM DESIGN:
 Block Diagram
BLOCK DIAGRAM:
 
Menu(list of
options)
Go for parking
Show details
Delete details
Available slots
Enter details to
register the slot
Display the
details of car
Delete the
details of the
car
Parking fee
Calculate
duration and
fare
IMPLEMENTATION:
In this project we are having following module:
1.
Administrator
ADMINISTRATOR:
The administrator can operate the following features:
1.
Enter details to slot
2.
Display details of slot
3.
Delete details in slot
4.
Displaying duration and fare
5.
Back to main menu
ALGORITHM:
Step 1: Start
Step 2: Main menu
Step 3: If admin select go for parking then, it displays enter the details
of the car.
Step 4: If admin select show details then, it show the details of car with
respect to that slot.
Step 5: : If admin select parking fee then, it displays the duration and
fare of particular car in that particular slot.
Step 6: If admin select delete details then, it delete the details of car with
respect to that slot.
Step 7: If user select the slot which is already occupied then, it gives a
warning that “slot occupied”. So, the user can enter the details to
another slot which is empty.
Start
MENU
1.Go for parking
2.Go to vacate slot
3.Show details
4.Delete details
Case
2
Case
1
Case
3
Case
5
Defa
ult
Available
slots
Enter car info
Slot
occupied
Enter slot
number
Display
duration
and fare
Slot
vacated
Display
parking
data
Delete
parking
data
Enter slot
number
Enter slot
number
Enter valid
option
Case
4
Exit
INPUT
Details of the vehicle, entry time and exit time.
OUTPUT
The computer generates the parking fare according to the duration.
 CONCLUSION AND FUTURE SCOPE
We designed an application named as car parking system which
reduces the manual work and time to calculate the duration and fare of
particular car in that particular slot.
Future Scope:
Feeding data to a database and keeping record of the frequent users
visiting the parking lot and can give them discount.
It can be extended by adding user to directly book slot before going to
parking area.
1) C++: 4th Edition - The Complete Reference(for concepts of C++)
2) Object oriented programming with C++ by Robert Lafore
3) A Complete Guide to Programming in C++
4) Fundamentals of C++ programming Richard L. Halterman
5) beginning 
C
++ programming 
R
ichard 
G
rimes
REFERENCES
Thank You
Slide Note
Embed
Share

The Car Parking System presentation showcases a project aimed at managing parking areas efficiently by displaying available slots, vehicle data, check-in/out times, and more. The proposed system aims to replace manual processes with an application for improved parking management, benefiting consumers, parking space owners, and management through increased revenue generation and convenience.

  • Parking system
  • Vehicle management
  • Efficient parking
  • Revenue generation
  • Convenience

Uploaded on Feb 26, 2025 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. A mini project presentation on CAR PARKING SYSTEM Batch No: MIP19CS06 Under the guidance of: Project Coordinators: N. Gagan Kumar (160717733004) Mr. T. Praveen Kumar Mr. R. Sandeep D. Likitha Rani (160717733005) Assistant Professor, CSE Assistant Professor, CSE P. Pushpanjali (160717733043) Mrs. P. M. Tulasi Assistant Professor, CSE Methodist College of Engineering and Technology

  2. INTRODUCTION: In the project Car Parking System we have shown the concept of displaying the number of empty slots in the parking lot and also the data of each vehicle. The purpose of this project is to build an application program to reduce the manual work for managing the parking areas. This application provides information about the car like car number, check in and check out time, duration, fare and the occupied slot.

  3. SYSTEM ANALYSIS Existing System Proposed System Software and Hardware Requirements

  4. EXISTING SYSTEM: As car enters the parking area, the concerned worker there check for the availability of slots. This checking process involves multiple chains of asking the co- workers whether the slots are vacant. This involves a lot of manual work and it is a time consuming process.

  5. PROPOSED SYSTEM: Our main aim is to introduce a slot for every individual vehicle to avoid improper parking and to reduce manual work by replacing the existing system with this application to manage the parking system.

  6. Benefits of this system Manage traffic well inside the malls without any havoc. Limited parking spaces can be utilized efficiently. Guides the drivers to the available vacant parking slots. It helps in managing parking space effectively which results in significant revenue generation. Entry and exit is very quick and convenient. Decrease traffic congestion.

  7. Who is going to be benefited? Consumers Flexibility and convenience. Parking space Owners and Management Parking revenue.

  8. SYSTEM REQUIREMENTS: Hardware Requirement: Disk space:10 GB. RAM:4GB Processor : Intel corei5,32bit. Software Requirement: Turbo C++ compiler. Windows 7,8,10.

  9. SYSTEM DESIGN: Block Diagram

  10. BLOCK DIAGRAM: Menu(list of options) Show details Go for parking Delete details Parking fee Calculate duration and fare Delete the details of the car Available slots Display the details of car Enter details to register the slot

  11. IMPLEMENTATION: In this project we are having following module: 1. Administrator

  12. ADMINISTRATOR: The administrator can operate the following features: 1. Enter details to slot 2. Display details of slot 3. Delete details in slot 4. Displaying duration and fare 5. Back to main menu

  13. ALGORITHM: Step 1: Start Step 2: Main menu Step 3: If admin select go for parking then, it displays enter the details of the car. Step 4: If admin select show details then, it show the details of car with respect to that slot. Step 5: : If admin select parking fee then, it displays the duration and fare of particular car in that particular slot. Step 6: If admin select delete details then, it delete the details of car with respect to that slot.

  14. Step 7: If user select the slot which is already occupied then, it gives a warning that slotoccupied . So, the user can enter the details to another slot which is empty.

  15. Start MENU 1.Go for parking 2.Go to vacate slot 3.Show details 4.Delete details Defa ult Case 4 Case 5 Case 1 Case 2 Case 3 Enter slot number Enter valid option Available slots Enter slot number Enter slot number Display duration and fare Enter car info Display parking data Delete parking data Exit Slot occupied Slot vacated

  16. INPUT Details of the vehicle, entry time and exit time. OUTPUT The computer generates the parking fare according to the duration.

  17. CONCLUSION AND FUTURE SCOPE We designed an application named as car parking system which reduces the manual work and time to calculate the duration and fare of particular car in that particular slot. Future Scope: Feeding data to a database and keeping record of the frequent users visiting the parking lot and can give them discount. It can be extended by adding user to directly book slot before going to parking area.

  18. REFERENCES 1) C++: 4th Edition - The Complete Reference(for concepts of C++) 2) Object oriented programming with C++ by Robert Lafore 3) A Complete Guide to Programming in C++ 4) Fundamentals of C++ programming Richard L. Halterman 5) beginning C++ programming Richard Grimes

  19. Thank You

Related


More Related Content

giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#