ENGLISH LITERATURE
(Any two)
1. In the modern world, the death of a political leader
is given wide media coverage.
Write a newspaper report on the assassination of Julius
Caesar, in modern english.
Preparation: Read a few newspaper reports from The
Telegraph and The Times of India. Follow the Newspaper
report format to write the report. (500 words)
2. Imagine you’re Martin. You’re trapped in the
elevator, with the fat lady. Describe what happens next.
Write in first person narrative. Limit your answer to 500
words.
3. Write a literary appreciation on the poem “The
Glove and the Lions”, based on the following points :
i) Paraphrase
ii) Theme
iii) Literary devices
Limit your answer to 500 words.
General Instructions:
●Font size of topic 20
●Font style to type the topic: Bookman Old (Bold)
●Font size of sub headings:16
●Font style to type the sub- heading – Bookman Old
(Bold)
●Font size of content:12
●Font style to type the content: Old Bookman
●Leave the date slot empty.
Arrange your project in the following way:
1: School logo, Name, Subject, Class and [Link].
2: Index
Serial
No.
3: Topic
4: The essay
5: Conclusion
. 6: Acknowledgement
7: Bibliography (only for Literature project)
ENGLISH LANGUAGE
Oral/Aural
MATHEMATICS
Project Topic- To demonstrate the angular
properties of circles using string and card board.
Instructions :
The project work done by the candidates must include
the following points in the following order:
Cover Page – It includes the name of the school, name,
class, section and UID number of the students. Students
must write their
UID number given by the council on the cover page. The
students are required to use the cover page attached
below.
Index Page – it includes the indexing of the project with
the page numbers. (The page numbers start form Title
Page of the project).
Title of the project – It is the page containing the title
or name of the project.
Aims and Objectives – Aims define the broader aspect
of the student learning outcome from the project while
Objectives define how the students will achieve the
project.
Previous Knowledge – It is the required knowledge that
student must know to complete the project.
Content— It includes the detailed explanation of the
project with suitable illustrations.
Conclusion – It includes the findings of the project.
Acknowledgement – It includes to whom the student
want to thank for guidance and help in completing the
project.
Bibliography – It includes the references from where the
student has taken any data or part of content in
completing the project to avoid any copyright problem.
NOTE :
Candidates are required to do their project work for
Mathematics in practical file which must be properly
covered. Necessary materials should be brought to school
and the working model should be prepared in school and
submitted to the concerned teacher on that day itself. No
other dates will be given.
Cover Page
PHYSICS
Experiment 1
To verify the principle of moments.
Experiment 2
To determine the refractive index of the material of the
glass block.
Experiment 3
To show that after refraction through the glass slab, the
angle of incidence is equal to angle of emergence.
CHEMISTRY
Session- 2024-25
Name of the project: ‘periodic table & variation in periodic
properties’
Points to remember
The project is to be completed in A4 size blank pages
enclosed in a channel file.
The project should be manually made using pencil, sketch
pens , blue or black pens.
The following chronological order of the content of the
project should be maintained-
Topic name: ‘periodic table & variation in periodic
properties’ [ 2 marks]
The name of the school, nameof the student, class,
section and roll number/enrollment number of the
students. [2 marks]
Content [ 10 marks]
Conclusion [2 marks]
Margin [2 marks]
Cleanliness & presentation [2 marks]
The content must be completed within one page.
HISTORY
A comparative study on the position, functions and
election of the President of India and USA.
GEOGRAPHY
List different types of industries and collect information
about the types of raw materials used,modes of the
procurement and disposal of waste generated. Classify
these industries as polluting or environment friendly and
suggest possible ways of reducing pollution caused by
these units
GUIDELINES
● Choose any 4 industries of your state
● Classify them into polluting and environment
friendly
● These points must be covered for each industry–
types of raw materials used– modes of procurement– How
is the waste disposed
● Conclusion- suggesting possible ways of reducing
pollution( for each industrial unit that you have chosen)
● Paste pictures of industries, raw materials,
vehicles used for transportation of raw materials and
finished goods, garbage disposal.
● Project must start with Topic name, index,
acknowledgment, and end with bibliography
● Project must be done in a hard file.
● Files must be covered with white chart paper and
then with cellophane paper.
● Top of the file must have the school name with
school Logo, your name, Class and section, enrollment
number
OR
‘TOURISM OF INDIA’
Tourism is a social, cultural and economic phenomenon
which entails the movement of people to countries or
places outside their usual environment for personal or
business/professional purposes.
Tourism and Hospitality, as one of India's largest service
industries, plays an extraordinary role in driving the
nation's growth and prosperity.
Objectives:
To identify, manage and design strategies and
management plans for tourist areas and destinations
based on sustainability principles.
To understand the principles of tourism, its spatial, social,
cultural, legal, political, employment and economic
dimensions.
‘TOURISM OF INDIA’ project guidelines:
Cover Page
Page 1- Index
Page 2- Acknowledgement
Page 3- Geographical background of India. (Like
important hills, mountain ranges, plateaus and coastal
plains) Stick appropriate pictures.
Page 4- Introduction to Tourism (eg. What is tourism?
Need of tourism)
Page 5 to 7- Tourism in India
Nature Tourism (Like Reserve forest, waterfalls etc.)
Hill Stations
Cultural & Religious Centres
Sea Beaches
Historical monuments
Adventures tourism
On an outline map of India mark any two examples of
these categories. Stick appropriate pictures.
Growth of tourism in India.
COMPUTER
Write the following programs in JAVA:
1. Write a program in Java to enter a sentence. Frame a
word by joining all the first characters of each word of the
sentence. Display the word. Sample Input: Vital
Information Resource Under Seize Sample Output: VIRUS
2. Write a program to input a sentence and display the
word of the sentence that contains maximum number of
vowels. Sample Input: HAPPY NEW YEAR Sample Output:
The word with maximum number of vowels: YEAR
3. Design a class to overload a function series( ) as
follows:
(a) void series(int a, int n) — To display the sum of the
series given below:
a - (a/2!) + (a/3!) - (a/4!) + …… n terms
(b) void series(int n) — To display the sum of the series
given below:
1/2 - 2/3 + 3/4 - 4/5 + …… n terms
Write a main method to create an object and invoke the
above methods.
4. Write a program to input a sentence and arrange each
word of the string in alphabetical order.
Enter a string: My name is Raman Sample Output is My
name Raman
5. Write a program to input a string and print each word
of the string in the reverse order. Sample Input: Enter a
string: My name is Raman Sample Output
yMemansinamaR
6. Write a program to input a string in uppercase and
print the frequency of each character. Sample Input :
COMPUTER HARDWARE Sample Output
Character Frequency
A2
C1
D1
E2
H1
M1
01
p1
R1
[Link] a program in Java to enter a string/sentence and
display the longest word and the length of the longest
word present in the string.
Sample Input: "Tata football academy will play against
Mohan Bagan"
Sample Output: The longest word: Football The length of
the word: 8
8. Create a class named Pizza that stores details about a
pizza. It should contain the following:
Instance Variables: String pizzaSize — to store the size
of the pizza (small, medium, or large) int cheese — the
number of cheese toppings int pepperoni — the number
of pepperoni toppings int mushroom — the number of
mushroom toppings
Member Methods: Constructor — to initialise all the
instance variables CalculateCost() — A public method
that returns a double value, that is, the cost of the pizza.
Pizza cost is calculated as follows:
Small: Rs.500 + Rs.25 per topping
Medium: Rs.650 + Rs.25 per topping
Large: Rs.800 + Rs.25 per topping
PizzaDescription() — A public method that returns a
String containing the pizza size, quantity of each topping,
and the pizza cost as calculated by CalculateCost().
9. Define a class to overload the method display() as
follows:
void display(): To print the following format using nested
loop.
121211212112121
void display (int n, int m) : To print the quotient of the
division of m and n if m is greater than n otherwise print
the sum of twice n and thrice m.
double display (double a, double b, double c) — to print
the value of z where
z=p×q
p=a+b/c
q=a+b+c
10. Write a program by using a class with the following
specifications:
Class name — Hcflcm
Data members/instance variables:
1. int a
2. int b
Member functions:
1. Hcflcm(int x, int y) — constructor to initialize a=x
and b=y.
2. void calculate( ) — to find and print hcf and lcm of
both the numbers.
The above project should be done in one side of A4
size paper wrapped in channel file with a proper
printed front page including name, ID, class, roll,
section, subject, subject teacher, project topic-
“Programmning with Java”.
All programs should have the following points-
Question (Handwritten)
Coding (Handwritten)
Variable description (Handwritten)
Output (printed)
COMMERCIAL STUDIES
Project Topics
1. Internet Banking
2. E – Commerce
3. Insurance
ECONOMIC APPLICATIONS
Project Topics
[Link] a fast moving consumer good ( FMCG) like
washing machine detergent, shampoo brands etc.
Analyse the factors that determine the demand for this
product . Present your findings in a project format .
2. Monopolistic Competition market in India
[Link] of Commercial bank and RBI
4. Inflation
ECONOMICS
Project Topic
1. Banking in India
BENGALI
HINDI