0% found this document useful (0 votes)
3 views5 pages

XI

The document outlines holiday homework assignments for Class XI across various subjects including History, Political Science, Geography, Chemistry, Physics, Biology, Maths, Accountancy, Business Studies, Economics, English, Computer Science, and Hindi. Each subject has specific tasks, such as project files, portfolios, and various exercises, with a submission deadline of June 25, 2025. Students are advised to contact their subject teachers for any queries regarding the homework.

Uploaded by

aarfak201
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views5 pages

XI

The document outlines holiday homework assignments for Class XI across various subjects including History, Political Science, Geography, Chemistry, Physics, Biology, Maths, Accountancy, Business Studies, Economics, English, Computer Science, and Hindi. Each subject has specific tasks, such as project files, portfolios, and various exercises, with a submission deadline of June 25, 2025. Students are advised to contact their subject teachers for any queries regarding the homework.

Uploaded by

aarfak201
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Holiday Homework

Session- 2025-26
Class- XI
Subject :-History
Topic
 Ancient History in Depth Mesopotamia (Roll No. 1 to 5)
 Contributions of Roman Civilization (Roll No. 6 to 10)
Note- Make a project file on a given topics
--------------------------------------------------------------------------------------------------
Subject :- Political Science
1. Project Work-
 Preparation of MCQ based on constitution.
---------------------------------------------------------------------------------------------------
Subject- Geography
Name Topic-
Ojaswa / Swati Locate all the rivers of India.
Sumant/ Laxmi Locate all the Physical Features (Hill and ranges of India).
Ashutosh / Garima Locate all the Sea ports of India.
Vihan / Anamika Locate all the physiographic divisions of India.
Kashish Locate all the National Parks, biosphere reserves and bird century.
Ankit Draw a different type of drains pattern creates by the rivers.
Note- Locate all these Points on the physical map of India. Use only White Chart paper.
---------------------------------------------------------------------------------------------------
Subject- Chemistry
 All the NCERT Intext and exercise questions on separate notebook from Ch- 1 and 2.
 Make the Electronic configuration of elements 1 to 30.
---------------------------------------------------------------------------------------------------
Subject- Physics
 Make a portfolio on UNITS & MEASUREMENTS & MOTION IN A STRAIGHT LINE.
----------------------------------------------------------------------------------------------------
Subject - Biology-
Name Topics
Aarfa Noori Taxanomy and Taxonomic categories
Aaryveer Nervous system
Arushi Endocrime system
Anshika Gnagwar Kingdom , Protista
Anushul Gangwar Five Kingdom classification
Arohi Sharma Algae and its classification
Ayush Gangwar Phylum – Arthropoda
Anushka Gangwar Respiration in Plants
Humaira Phylum – Annelida
Muskan Bi Phylum – chordata
Shama Khan Family- Solanaceae
Saksham Excretory system
Sumit Kumar Anatomy of frog
Vanshika Dodwal Cell types and cell organelles.
Zainab Fatima Cell division.
Zara Biomolecules- protein
Zubiya Barkati Photosynthesis

Note- Prepare Notes of Chapter- 4 Animal Kingdom.


----------------------------------------------------------------------------------------------------
Subject- Maths
 Portfolio file
 Case based study Questions.
---------------------------------------------------------------------------------------------------
Subject- Account-
Q1. You are employed with M/S Radha Garments as Accountant your company sold goods to M/s
kanha traders for Rs. 3,50,000 and immediately received payment by cheque. Prepare a voucher, file a
pay in slip for depositing the cheque into account of Radha Garments in PNB.
Q2. It is a nationwide Tax seeking to unify several indirect taxes and is based on principles of one
nations, one tax. Identify it and explain any two features of it.
Q3. What is an account?
Q4. Explain the meaning of assets with suitable diagram. Also paste some pictures of fixed assets.
Q5. Distinguish between stock and inventory.
Q6. Differentiate between Book keeping, Accounting and Accountancy.
Q7. What is the traditional function of accounting? Explain it.
Q8. Explain the role of accounting in practical life.
Q9. Why accounting is affected by window dressing?
Q10. Explain the difference concept and conventions of accounting.
---------------------------------------------------------------------------------------------------
Subject- Business Studies-
Q1. Explain different types of accounts which are opened in a commercial bank.
Q2. Write down the uses of ATM Cards in our daily life. Write the uses of credit card also.
Q3. Explain the concept of business with suitable diagram.
Q4. Differentiate between MOA and AOA.
Q5. Explain the classification of business activities on the basis of function.
Q6. Differentiate between business, profession and employment.
Q7. Explain different causes of business risk.
Q8. Write down the different function of commerce.
Q9. Explain the different stages in the formation of a company.
Q10. Explain the different services provided by insurance companies by way of a diagram.
--------------------------------------------------------------------------------------------------
Subject :- Economics
1. Assignment work-
 Micro Economic- An difference curve analysis of consumer equilibrium.
---------------------------------------------------------------------------------------------------
Subject :- English
Prepare a Project -Portfolio on the topic ‘Mother's Day’ (Snapshots)
Note:
The Portfolio may include the following:-
1- Project Content:
The project should include a variety of information, presented in a structured
manner, and should be handwritten.
2- Project Size:
A minimum of 20-25 sheets is recommended, with the project being compiled in
spiral binding.
3- Visual Aids:
The use of pictures and photographs is encouraged to enhance the project.

---------------------------------------------------------------------------------------------------
Subject :- Computer Science:-
1. Write a program to accept the radius
of a sphere from the user and display
its area and volume.
Area=π*r**2and volume=4*π*r**3
2-Write a program to accept a
number from the user and display
its factorial.
3- Write a program to accept a number
from the user and display whether it
is a palindrome number or not.
4- Write a program to accept a number
from the user and display whether it
is a prime number or not.
5 -Write a program to display the
following pattern :
1
12
123
1234
12345
6- Write a program to display the
following pattern :
1
23
456
7 8 9 10
11 12 13 14 15
7- Write a program that reads a string
and print its statistics like :
Number of Uppercase letters, Number
of lowercase letters, Number of
alphabets, Number of digits, Number
symbols.
8- Write a program that asks the user for
a string s and character c and then it
prints the location of the character c in
the string s.
9- Write a program to input a list and an
element, and remove all occurrences
of the given element from the list.
10- Extract two list slices out of the given
list of numbers. Display and print the
sum of elements of list slice which
contains every other element of the
list between indexes 5 to 15.
Program should display the average
of elements in second list slice that
contains every fourth element of the
given list. The list contains numbers
1 to 20.
11- Write a program to input two lists
and display the maximum element
from the elements of both the list
combined, along with the index in its
list.
12- Write a program to input names of n
students and store them in a tuple.
Also input a name from the user and
find if this student is present in the
tuple or not.
13- Write a program to check if a tuple
contains any duplicate elements.
14- Write a program to create a dictionary
with the roll number, name and marks
of n students in a class and displays
the names of students who have
marks above 75.
15 -Write a Python program that takes a
value and checks whether the given
value is part of a given dictionary or not.
16- What is cyber security define?

Subject :- Hindi
 ^fuEufyf[kr fn, x, fo’k;ksa ij yxHkx 120 “kCnksa esa ys[k fyf[k,\
¼d½ vktknh dss ckn Hkh gekjs ns”k ds lkeus cgqr lkjh pqukSfr;k¡ gSA vki lekpkj i=ksa dks
muds izfr fdl gn rd laosnu ikrs gSA
¼[k½ baVjusV i=dkfjrk us nqfu;k¡ dks fdl izdkj lesV fy;k gS] mnkgj.k lfgr Li’V
dhft,A
¼x½ fdlh Hkh nSfud v[kckj esa jktuhfrd [kcjs T;knk LFkku D;ksa ?ksjrh gS\ bl ij ,d
laf{kIr fVIi.kh fyf[k,A
iz02- fuEufyf[kr iz”uksa dks /;kuiwioZd i<+dj iz”uksa ds yxHkx 40 “kCnksa esa mRrj nhft,A
¼d½ fofHkUu tulapkj ek/;eksa & fizaV ] jsfM;ks] Vsyhfotu] baVjusV ls tqM+h ik¡p&ik¡p [kwfc;ksa
vkSj dfe;ksa dks fy[krs gq, ,d rkfydk rS;kj dhft,A
¼[k½ fdlh ?kVuk] leL;k ;k eqn~ns dh xgu Nkuchu vkSj fo”ys’k.k dks D;k dgrs gS\
¼x½ lekpkj ds varxZr fdlh ?kVuk dk uohure vkSj egRoiw.kZ igyw fdls dgrs gS\
¼?k½ vki v[kckj ds eq[k i`’B ij dkSu& ls Ng lekpkj “kh’kZd @ lqf[kZ;k¡ ¼gsMykbu½ ns[kuk
pkgsax\s mUgsa fyf[k,A
¼M-½ foKku ds {ks= esa dke dj jgh Hkkjr dh ik¡p laLFkvksa ds uke fyf[k,A
¼p½ i;kZoj.k ij Nius okyh fdUgha rhu if=dkvksa ds uke fy[ksaA

iz03- fuEufyf[kr iz”uksa dks /;kuiwoZd i<+dj iz”uksa ds mRrj fyf[k,A


¼d½ laokn dgkuh esa dbZ egRoiw.kZ Hkwfedk,¡ fuHkkrk gSA egRo ds fglkc ls Øe ckj laokn
dh Hkwfedk dk mYys[k dhft,A
¼[k½ vkt vkius igyh ckj ukVd esa Hkkx fy;k ij Mk;jh fyf[k,A
¼x½ dksbZ ,slk fnu ftldh vki Mk;jh fy[kuk pkgrs gSaA
¼?k½ Loo`Rr essa dkSu&dkSu ls fcanqvksa dks “kkfey fd;k tkrk gS vkSj mudh izLrwfr dk D;k
izHkko iM+rk gS\ mnkgj.k lfgr Li’V dhft,A
---------------------------------------------------------------------------------------------------

 If you have any query related to holiday homework, contact your subject
teacher’s.
 Submission date - 25-06-2025

You might also like