Sie sind auf Seite 1von 11

COMPUTER SCIENCE PROJECT FILE ON

Train-Ticket Generation Management System

PROJECT PREPARED BY:

Arpit Singh XII-A Roll no.-

TABLE OF CONTENTS
1. Acknowledgement 2. Certificate 3. Working Description 4. Header files & their purpose 5. Hardware and Software Requirements 6. Source Code 7. Outputs 8. Limitations 9. Bibliography

ACKNOWLEDGEME NT
It would be our utmost pleasure to express our sincere thanks to our Computer Science Teacher Ms. Annu Saini in providing a helping hand in this project. Her unflagging patience, creativity and immense knowledge that she shared with us has proved highly beneficial to us and have made our Project File both possible and successful.

Arpit Singh XII-A Roll no.-

CERTIFICATE
This is to certify that and Arpit Singh of class XII-A have completed this project titled TrainTicket Generation Management System under my guidance & this project may be considered as the part of the practical exam of AISSCE conducted by CBSE.

Ms. Annu Saini Computer Science N.K.Bagrodia Public School

HEADER FILES AND THEIR PURPOSE

1. IOSTREAM.H for file handling, cin and cout

2. CONIO.H 3. STRING.H 4. STDIO.H 5. PROCESS.H

for clrscr () and getch () functions for string handling for standard I/O operations for exit() function

6. FSTREAM.H- for file handling

Hardware and Software Requirements


HARDWARE SPECIFICATION MEMORY : 984 KB MICRO PROCESSOR: 1.2 HARD DISK: 40 GB PRINTER: hp Laser printer SOFTWARE SPECIFICATION PLATFORM : C++ with or without graphics FRONT END: C++ WINDOWS 7 M.S WORD

WORKING DESCRIPTION
This program is a menu driven program which consists of 7 options as follows:1. Add Data 2. Delete Data 3. Modify Data 4. Search Data 5. Sort Data 6. Display Data 7. Exit This program creates a passenger record for the Railway Department. Objective of this project is to

develop a user friendly software for Railway Department reduce the work load and computerize the working. It replaces all the manual and paper work and makes transactions very fast and easy. User can view any customer status at any time or view list of ticket holders or cancellation of tickets. There are separate functions for adding, displaying, deleting, modifying, searching or sorting data. This makes the code easier to maintain, update or reuse. The compiler reads the source file and creates an executable file. The execution is faster and less tedious than the conventional process.

LIMITATIONS
1. This project is a single user project. 2. This project cannot be shared over a network.

3. While entering data, the user cannot stop midway. 4. The program does not prompt when a value of the wrong data type is entered. 5. While displaying data, there is no way to scroll back. 6. There is no record of payments made by the passenger. 7. This is a stand-alone project, and hence cannot be shared.

BIBLIOGRAPHY
Ms. Annu Saini COMPUTER SCIENCE C++ by Sumita Arora The Internet

Das könnte Ihnen auch gefallen