Anda di halaman 1dari 10

CERTIFICATE

This is to certify that Mr. [Student’s Name] a bonafide student of

Class XII-[Section] has successfully completed the project titled

“[TITLE OF THE PROJECT]” in the Computer Lab during the Year

2010 – 2011 for the A.I.S.S.C.E Computer Science Practical

Examination -2011.

It is further certified that this project is the individual work of the

Candidate.

______________ ______________

External Examiner Internal Examiner

DATED: ________

SEAL : ________
acknowledgement

I gratefully acknowledge my sincere thanks to our Computer Science

Teacher Mr.Sudarshan Kumar Manna for his remarkable, valuable

guidance and supervision throughout the project work. I’m also

utmost indebted to all my batch mates for their encouragement, help,

suggestion and readily helpful service in the successful completion of

the project.

I wish to express my deep gratitude and sincere thanks to the

Principal, Mrs. A. Ghose, Delhi Public School, School, Ruby Park for

her encouragement and for all the facilities that she provided for this

project work.

[NAME OF THE STUDENT]


INDEX
1. Certificate

2. Acknowledgment

3. Hardware and Software Requirements

4. Objectives of the Project

5. Header Files (used in the Project along with the functions)

6. Classes & Objects(Description of user defined classes and their purpose)

7. Functions (Description of user defined functions and their purpose)

8. Source Code(listing of all the programs prepared as part of project. )

9. Output Screens

10. Limitations

11. Bibliography & References


HARDWARE AND SOFTWARE REQUIREMENTS

HARDWARE REQUIREMENTS

Processor: Intel® Celeron® CPU 2.66 GHz

Memory: 1GB (2x512MB)DDR2-667 RAM

Hard Disk: 80 GB (SATA)

SOFTWARE REQUIREMENTS

Operating System : Windows XP (SP3)

Programming IDE : TURBOC C++ Version 3.0 Borland Inc.


OBJECTIVES OF THE PROJECT
USER-DEFINED CLASSES AND THEIR PURPOSE

[Example Format]

Class Name : Student

Purpose: To represent Student’s Entity and to keep information pertaining


to a Student

Private Member:

Roll

Name

Class

Section

Address

City

Public Member:

Student() - Constructor

Input () – read values for the data members

Show() – display values for the data members

USER-DEFINED FUNCTIONS AND THEIR PURPOSE


[Example Format]

Student::Input() – Provides an interface to accept data from the user

Student::show() – Provides an interface to display data to the user

SOURCE CODE
LIMITATIONS

[Examples:]

1. A prototype model for real life system


2. Database can be used for back-end
3. Graphical Interface for better interaction
4. Limited to less number of records
BIBLIOGRAPHY & REFERENCES

1. Computer Science for class XII by Sumita Arora


2. Object Oriented Programming in C++ by Balaguruswamy

Anda mungkin juga menyukai