Summer Break Assignment Xii 2024 2025
Summer Break Assignment Xii 2024 2025
Class XII
ENGLISH
1. Write synopsis of the following in about 200−250 words:
• The Last Lesson
• The Third Level
2. Central idea in about 100−150 words of:
• My Mother at Sixty−Six
• Keeping Quiet
3. Write biography of the following literary figures in about 200−250 words:
• Kamla Das
• Tishani Doshi
हिन्दी
(i) पढ़ाए गए सभी प़ाठ ों क़ा अपने शब् ों में स़ाऱाोंश तथ़ा मूल सोंदेश ललखऩा।
(ii) प़ाठ ों से सोंबोंलित अभ्य़ास के सभी प्रश् ों क़ा उत्तर प्रस्तुत करऩा।
(iii) लनम्नललखखत में से लकसी एक लिषय पर पररय जऩा क़ायय प्रस्तुत करऩा:
क-कलि हररिोंश ऱाय बच्चन के व्यखित्व और कृलतत्व पर प्रक़ाश ड़ालते हुए यह लसद्ध कीलजए लक प़ाठ्यक्रम में सोंकललत
उनकी द न ों रचऩाएों ितयम़ान दौर में हर लकसी के ललए अत्योंत उपय गी हैं।
ख- लेखखक़ा मह़ादे िी िम़ाय के द्व़ाऱा रलचत " भखिन " ऩामक सोंस्मरण लकसी एक मलहल़ा की नहीों बखि भ़ारतीय सम़ाज में
पलने-बढने ि़ाली लगभग हर मध्यमिगीय ऩारी की सोंघषयपूणय ग़ाथ़ा है । लेखखक़ा के व्यखिगत और स़ालहखत्यक जीिन
पर भी प्रक़ाश ड़ाललए।
ग- " हिल्वर वेह िं ग " कह़ानी की मूल सोंिेदऩाओों पर लिप्पणी करते हुए यह लसद्ध कीलजए लक ितयम़ान समय की भी सबसे
बडी समस्य़ाएों पीढी अोंतऱाल, प़ाश्च़ात्य सोंस्कृलत क़ा बढत़ा प्रभ़ाि और ह़ालशए पर सरकते म़ानिीय मूल्य ही हैं।
MATHEMATICS
1. To verify that the relation R on the set of L of all the lines in a plane defined by R = {l1 l2 : l1 ⊥ l2} is
symmetric but not Reflexive and Transitive.
2. To demonstrate whether a given relation is a function or not.
3. To demonstrate a function which is one−one but not onto.
4. To demonstrate the graph of function f (x) = 𝑎 𝑥 and f (x) = 𝑙𝑜𝑔𝑎 (𝑥), 𝑎 > 0 𝑎 1 are mirror image of each
other in the line mirror y = x.
5. To draw the graph of function 𝑠𝑖𝑛−1 (𝑥) using the graph of sin(𝑥) and to demonstrate the concept of
mirror reflection about the line y = x.
6. Solve 10 questions from each exercise.
7. Frame 10 questions from each topic.
PHYSICS
1. Activity file [3 Activities from Section A and 3 from section B].
2. Investigatory Project (Details to be given by the concerned subject teachers to the students).
BIOLOGY
Each and every student will prepare individual project on individual topic as allotted related to Board
Practical Exam (2024−2025)
[Details to be given by the concerned subject teachers to the students]
CHEMISTRY
I. Write answers to all the questions from NCERT for the chapters Solutions & Electrochemistry.
II. Prepare a detailed Project report as per the list & instructions given below:
Roll Nos. Project Title
01 to 03 ‘Micro-contaminants & microbes in Household water supply’
04 to 06 ‘Acidic Foods and Tooth Decay’
07 to 09 ‘Antioxidants in Food Processing Industry’
10 to 12 ‘Ozone Friendly refrigerating agents’
13 to 15 Waste Water Treatment (Collect all related details)
16 to 18 ‘Artificial Sweeteners & Their Adverse Effects on Human Health ’
19 to 21 ‘Common Food Adulterants & Their Harmful Effects’
22 to 24 ‘Steel−The Back−bone of Industries’
25 to 27 ‘Role of Chemistry in Pharmaceutical Industry’
28 to 30 ‘Importance of Organic Chemistry in Everyday Life’
31 to 36 ‘Industrial Applications of Electrolytes & Electrolysis’
37 to 39 ‘Different Types of Dyes & Their Role in textile Industry’
40 to 42 ‘Environmental Pollution’ (Include details of air, water & soil pollution)
43 to 46 ‘Road Deicers as Corroding Agents’ (Details of related phenomena)
Note:
• Entire work must be hand written
• Collect relevant & latest data and pictures related to the topic
• The project file must contain:
➢ Front page
➢ Certificate
➢ Acknowledgement
➢ Aim
➢ Index
➢ Requirements if any
➢ Theory involved
➢ Bibliography
➢ Thank You page with Science Quote
COMPUTER SCIENCE
Note- Write answer of all questions in a file.
Q1. Write a menu driven program to perform various list operations, such as:
• Append an element
• Insert an element
• Append a list to the given list
• Modify an existing element
• Delete an existing element from its position
• Delete an existing element with a given value
• Sort the list in ascending order
• Sort the list in descending order
• Display the list.
Q2. Write a program to take in the roll number, name and percentage of marks for n students of Class X.
Write user defined functions to
• accept details of the n students (n is the number of students)
• search details of a particular student on the basis of roll number and display result
• display the result of all the students
• find the topper amongst them
• find the subject toppers amongst them
Q3. Write a program to input line(s) of text from the user until enter is pressed. Count the total number of
characters in the text (including white spaces),total number of alphabets, total number of digits, total
number of special symbols and total number of words in the given text. (Assume that each word is
separated by one space).
Q4.A user defined function trafficLight() that accepts input from the user, displays an error message if the
user enters anything other than RED, YELLOW, and GREEN. Function light() is called and following
is displayed depending upon return value from light(). a) “STOP, your life is precious” if the value
returned by light() is 0. b) “Please WAIT, till the light is Green “ if the value returned by light() is 1
c) “GO! Thank you for being patient” if the value returned by light() is 2.
2. A user defined function light() that accepts a string as input and returns 0 when the input is RED, 1
when the input is YELLOW and 2 when the input is GREEN. The input should be passed as an
argument.
3. Display “ SPEED THRILLS BUT KILLS” after the function trafficLight( ) is executed.
Q5. To secure your account, whether it be an email, online bank account or any other account, it is
important that we use authentication. Use your programming expertise to create a program using user
defined function named login that accepts user id and password as parameters (login(uid,pwd)) that
displays a message “account blocked” in case of three wrong attempts. The login is successful if the
user enters user ID as "ADMIN" and password as "St0rE@1". On successful login, display a message
“login successful”.
ACCOUNTANCY
1. Prepare chart on :
(i) Profit & Loss App A/C and Interest on Drawing Rules
(ii) Interest on Capital and Methods of valuation of Goodwill
2. Make a project report on specific project:
• Common size statement
• Comparative size statement
• Ratio Analysis
• Cash flow statement
[Details to be given by the concerned subject teachers to the students]
BUSINESS STUDIES
1. Solve 25 case study questions from the textbook NCERT.
2. Project report on:
• Business Environment
• Marketing Management
• Financial market
• Financial Management
[Details to be given by the concerned subject teachers to the students]
3. Solve two sample papers of previous three years in practice note-book.
ECONOMICS
1. Write about 20 largest economies of the world in terms of GDP. Write their leading contributing sector.
2. Prepare a list of 10 richest persons of the world by 31.03.2024.
3. Write a short introduction about Amartya Sen.
4. Prepare a list of 10 largest companies of the world in terms of their annual turn-over.
5. Write a short note about your village/town where you live. Focus on the main occupation of
villagers/people.
6. Write about National Income & Per capita Income and also prepare a list of 10 countries of the world
Which have maximum National Income & Per capita Income.
7. Project Report/File for Practical & Viva [Details to be given by the concerned subject teachers to the
students]
8. Prepare a chart on National Income with all elements & components.
HISTORY
1. Indus Valley Civilization Pottery Artefacts on chart paper.
2. TEACHINGS OF BUDDHA WERE MORE EFFECTIVE IN THEIR AGE. Write an essay in your
class-work copy.
3. Compare the construction of VITTHAL TEMPLE with RAM TEMPLE.
GEOGRAPHY
1. Draw a graph/chart of birth rate and death rate of seven largest populated countries and seven smallest
Populated countries.
2. Draw a chart on classification of ports on the basis of international trade.
POLITICAL SCIENCE
1. ROLE OF SLOGANS IN ELECTION 2024. How to change the mode of elections during every phase
of election. Analyse it.
2. COLD WAR ERA brought a new era in the western politics. Analyse this with examples.
[Details to be given by the concerned subject teachers to the students]
PHYSICAL EDUCATION