Front Pages Fun Cinema

8
FUN CINEMA TICKET BOOKING A Minor Project Report Submitted for the partial fulfillment of Master of Computer Applications (5 yrs Integrated Course) Under of Supervision of: Submitted by: Mr. Nihar Ranjan Roy Neha Enrolment No.07031242070 DIRECTORATE OF DISTANCE EDUCATION GURU JAMBHESHWAR UNIVERSITY OF SCIENCE AND TECHNOLOGY, HISAR 125001 (2007-2012)

Transcript of Front Pages Fun Cinema

Page 1: Front Pages Fun Cinema

7/29/2019 Front Pages Fun Cinema

http://slidepdf.com/reader/full/front-pages-fun-cinema 1/8

FUN CINEMA TICKET BOOKING

A Minor Project Report

Submitted for the partial fulfillment of Master of Computer Applications

(5 yrs Integrated Course)

Under of Supervision of: Submitted by:

Mr. Nihar Ranjan Roy Neha

Enrolment No.07031242070

DIRECTORATE OF DISTANCE EDUCATION

GURU JAMBHESHWAR UNIVERSITY OF

SCIENCE AND TECHNOLOGY,

HISAR 125001

(2007-2012)

Page 2: Front Pages Fun Cinema

7/29/2019 Front Pages Fun Cinema

http://slidepdf.com/reader/full/front-pages-fun-cinema 2/8

DECLARATION

I hereby declare that the minor project work entitled “FUN CINEMA TICKET

BOOKING” submitted for the MCA (5yrs course) is my original work carried out by me

under the guidance of Mr. Nihar Ranjan Roy for the partial fulfilment of the award of 

the degree of the Master of Computer Applications. The matter embodied in this report

has not submitted anywhere else for the award of any other degree/diploma.

Place:

Date :

Signature of the Candidate

 

Page 3: Front Pages Fun Cinema

7/29/2019 Front Pages Fun Cinema

http://slidepdf.com/reader/full/front-pages-fun-cinema 3/8

ACKNOWLEDGEMENT

It is obvious that the development of a project and the dissertation is the beyond the scope

of one person alone.

The project work mentioned in this report, is the result of cumulative efforts over a period

of an entire semester in course of which, I have received intellectual support from various

sources. It is my pleasure to express my profound sense of gratitude to all those who have

contributed richly to this project and have been highly instrumental in making this a

success.

I am highly indebted to my teacher Mr. Nihar Ranjan Roy for giving me opportunity to

work on this project. He has been an invaluable source of guidance and motivation at all

stages of my work.

 NEHA

Page 4: Front Pages Fun Cinema

7/29/2019 Front Pages Fun Cinema

http://slidepdf.com/reader/full/front-pages-fun-cinema 4/8

TABLE OF CONTENTS

  CONTENTS PAGE NO

Declaration

Certificate

Acknowledgement

List of Tables

List of Figures

List of Abbreviations

1.) Introduction

1

Objective

2

Application areas 3

2.) Problem selection 4

Problem definition 4

Identification of need 5

3.) Project monitoring system 6

About c++ 7

Application of c++ 8

Introduction to software selection 9

User requirements 11

4.) System study 12

Operational feasibility 13

Technical feasibility 13

Feasibility has four solid dimensions 13

5.) System analysis 15

Overall strategy 15

Advantages of computerization. 16

SDLC 17

Page 5: Front Pages Fun Cinema

7/29/2019 Front Pages Fun Cinema

http://slidepdf.com/reader/full/front-pages-fun-cinema 5/8

6.) System design 19

Objective of the design 20

Hardware and software 20

Design and analysis 21

Entity relationship diagram 22

Data flow analysis for the current system 24

Data flow diagram 25

Block diagram 33

Data dictionary 34

7.) System testing and implementation 35

Implementation 36

Program structure 36

Timing 37

Booking 38

Cancellation 39

Display 40

System design data type used 41

Universal variable 42

Software process model 43

System/information engineering and modeling 44

System requirement and analysis 45

Code generation 45

Testing 45

Maintenance 46

8.) Documentation 47

Output 47

9.) Conclusion 57

10.) Scope of the project 58

11.) References 59

Page 6: Front Pages Fun Cinema

7/29/2019 Front Pages Fun Cinema

http://slidepdf.com/reader/full/front-pages-fun-cinema 6/8

12.) Appendices 60

LIST OF TABLES

S. No. Table no. Description of Table

1. 6.1 Data Dictionary

Page 7: Front Pages Fun Cinema

7/29/2019 Front Pages Fun Cinema

http://slidepdf.com/reader/full/front-pages-fun-cinema 7/8

LIST OF FIGURES

S. No. Figure no. Description of Table Page no.

1. 6.1 ER- Diagram 22

2. 6.2 Level 0 DFD 26

3. 6.3 Level 1 DFD 27

4. 6.4 Level 2 DFD 28

4. 6.5 Flow Chart 29

5. 6.6 Block Diagram (Booking) 30

…………………………………………………………………………………

 

Page 8: Front Pages Fun Cinema

7/29/2019 Front Pages Fun Cinema

http://slidepdf.com/reader/full/front-pages-fun-cinema 8/8

LIST OF ABBREVIATIONS

S.

no.

Abbreviations Word

1 MT Multiplex Ticketing

2 Rec Records

3 RA Requirement Analysis

4 Ackn Acknowledgment

5 SSADM Structured System Analysis Methodology

6 Prg Programs

7 WF Waterfall Model

8 PS Preliminary Survey

9 H/w Hardware

10 S/w Software

11 RS Requirement Specification

12 Transaction Trans

13 SA System Analysis

14 DFD Data Flow Diagram

15 ERD Entity Relationship Diagram

16 DD Data Dictionary

17 UT Unit Testing

18 ST System Testing