You are on page 1of 2

Birla International School

Holiday homework for class XI | Subject: Computer Science

Prepare a project on the following topic in C++. Guidelines for preparing the project are given below:-

a) Make a separate file for the project.


b) On the first page of the project Mention School name, Summer holiday project, 2018, Your name,
teacher’s name and names of the concepts used. (ex: Switch case, for loop etc)
c) Type short noted on the following topics and attach these on the next 2-3 pages:-
a. C++ introduction
b. Difference between Procedural programming and Object oriented programming
c. C++ tokens (Short note on each type)
d. Statements in C++ (including conditional and looping statements with their syntaxes)
d) Type the question given below and then copy the coding from original source code attach the
printouts.
e) In the end of the project attach the output’s screen shots also.

Question for the project


Prepare a project on “School Management System”. Since it is a vast topic you are given only 3 modules
of the same. You have to add the following modules in the project:-

a) Admission module (User can select ‘A’ for opening admission module). On opening the
admission module user should be able to enter child’s registration no., name, father’s name,
mother’s name, class in which admission is sought, last class passed, name of the house allotted.
Once all entries are done, an admission slip should be generated including all the details in a bill
form.
b) Tuck shop module (User can select ‘T’ for opening this module). Note that every time when you
open this module, there will be a prompt “Have you registered you child?” yes/no. If the user
selects yes then only the module should open otherwise it should take you to the admission
module. Here in this module student’s registration number and class will be entered. Student can
purchase out of the following items :-
a) Trousers (cost 800 each)
b) Shirts (cost 500 each)
c) T-shirts (cost 400 each)
d) Shorts (cost 400 each)
e) Book set (cost 1500)
f) Socks (cost 50 each)
g) Pencil box (cost 80 each)
h) Geometry box (cost 100 each)

After selecting the item and entering the quantity, amount should be calculated and a bill should
be printed.
c) Sports module:- In this module child will be asked to select a game from the following category:-
a. Type ‘O’ for outdoor games
b. Type ‘I’ for Indoor games

If the user selects ‘O’ then the following options will be available:-

a) Cricket
b) Hockey
c) Football
d) Basketball
e) Swimming

Child can select any two of the above mentioned games. Now if the user wants to select Indoor games
also it will show a prompt “You are already registered for Outdoor games”.

If the user selects ‘I’ then the following options will be available:-

a) Chess
b) Web development
c) Badminton
d) Karate
e) Carom

Child can select any two of the above mentioned games. Now if the user wants to select Indoor games
also it will show a prompt “You are already registered for Indoor games”.

After selecting game type, there should be a slip indicating child’s name and the game/sports he has
chosen.

You can use if-else if, switch case and string operation to make this project.

Happy holidays

You might also like