Adobe Scan 24 May 2024
Adobe Scan 24 May 2024
Front page
Project Title page.
Index
Acknowledgement
Bibliography
Total number of pages must be 20 or more.
C.P.VIDYANIKETAN
KAIMGANJ
C.PVIDYA NIKETAN
Affiliated to CISCE, New Delhi (UP102)
Session: 2024-25
TOPIC:.
Class : X, Section:.....
History
Compare the Parliamentary and Presidential forms of Government with reference to India and
the U.S.A.
Conduct a mock Court and record the proceedings. Present a life sketch and contributions
of any one of the following Presidents of India -
Dr. Rajendra Prasad, Dr. S. Radhakrishnan and Dr. A.PJ. Abdul Kalam (or any other).
Present a book review of any one of the following Works:
Dadabai Naoroji's Poverty and un-British rule in India', Gandhi's 'The Story of my Experiments
with Truth, Nehru's "Discovery of India', Bhagat Singh's Why I am an Atheist', Vijayalakshmi
Pandit's The Scope of Happiness: APersonal Memoir, Abdul Kalam's "Wings of Fire'.
Prepare a report on the contributions of any one of the following agencies of the United
Nations -UNESCO / WHO / UNICEF / IL0/UNDP / FAO
Geography:
1. Environment: Wildlife conservation efforts in India.
2. Current Geographical Issues: Development of tourism in India.
3. Transport in India: Development of Road, Rail, Water and Air routes.
4. List different type of industries in the States and collect information about the types of raw
materials used, modes of their procurenent and disposal of wastes generated. Classify
these industries as polluting or environment friendly and suggest possible ways of reducing
pollution caused by these units.
atfti
English
Julius Caesar
1. Character sketch of Julius Caesar by Willan Shakespeare.
2. How does Brutus show that he has performed on honourable deed? How does it tell
us about Brutus?
3. Character sketch of Cassius by William Shakespeare.
4. what does Antony wish for? why does he make such a wish?
5. State the reason for Cassius downfall where Brutus is concerned.
Poetry
1. What is surprising about these uninvited ghosts?
2. What kind of the spirit world is conceived by the poet later in the context?
3. What brings about balance in our short lives?
4. What is speck? What did it turn it to be?
Prose
What do you think the photographer did not look at the narrator with enthusiasm?
2. What was the photographer trying to do in his studio?
3. Do you think the narrator is happy and satisfied with the photographer?
4. What kind of teacher was M. Hamel? What did he teach?
In Total English: -
Complete the answer of Test Papers from 1 to 5 as questions are already discussed in class.
Mathematics
1, Survey of various types of bank account & rate of interest offered by the bank.
Planning of a home budget.
Computer Applications
Q. No. 1. Write a menu driven prograrm to accept a number from the user and check
whether it is a Prime number or an Automorphic number.
(a) Prime number: (A number is said to be prime, if it is only divisible by 1 and itself)
Example: 3,5,7,11
(b) Automorphic number: (Automorphic number is the number which is contained in the
last digit(s) of its square.)
Example: 25 is an Automorphic numnber as its square is 625 and 25 is present as the last
two digits.
Q. No. 2. Shasha Travels Pvt. Ltd. gives the
following discount to its custorners:
Write a program to input the name and ticket amount for the
customer and calculate the
discount amount and net amount to be paid. Display the
for each customer: output in the following format
Q. No. 3. Write a program to input a number and print whether the number is a special
number or not.
(A number is said to be a special number, if the sumn of the factorial of the digits of the
number is same as the original number).
Example:
145 is a special number, because 1! + 4! + 5l=1 + 24 + 120 = 145.
(Where Istands for factorial of the number and the factorial value ofa number is the
product of all integers from 1 to that number, example 5! =1 *2 *3 *4*5=120)
Q. No. 4. A tech number has even number of digits. If the number is split in two egual
halves, then the square of sum of these halves is equal to the number itself. Write a
program to generate and print all four digits tech numbers.
Example:
Consider the number 3025
1 void input() - To input and store the accession number, title and author.
2. void compute() To accept the number of days late, calculate and display the fine
charged at the rate of Rs. 2 per day.
3. void display() To display the details in the following format:
Accession Number Title Author
methods.
Write a main method to create an object of the class and call the above member