0% found this document useful (0 votes)
24 views13 pages

Class Xii (II Revision Test) Syllabus

Uploaded by

akshkhanna647
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)
24 views13 pages

Class Xii (II Revision Test) Syllabus

Uploaded by

akshkhanna647
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/ 13

DARBARI LAL D.A.V.

MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII A
SYLLABUS FOR II REVISION TEST (2024 – 2025)

ENGLISH PHYSICS
SECTION A: READING SKILLS
(i) One unseen passage to assess comprehension, Chapter 1 – Electric Charges and Fields
interpretation, inference, Analysis and Chapter 2 – Electrostatic Potential & Capacitance
vocabulary. The passage may be factual, Chapter 3 – Current Electricity
descriptive or literary Chapter 4 – Moving Charges and Magnetism
(ii) One unseen case-based passage with verbal/ Chapter 5 – Magnetism and Matter
visual inputs like statistical data, charts etc. Chapter 6 – Electromagnetic Induction
Chapter 7 – Alternating Current
SECTION B: CREATIVE WRITING SKILLS Chapter 8 – Electromagnetic Waves
• Notices Chapter 9 – Ray Optics and Optical Instruments
• Formal / Informal Invitations and their replies Chapter 10 –Wave Optics
• Letters - application for a job with bio data or Chapter 11 – Dual Nature of Radiation and Matter.
resume ; to the editor (giving suggestions Chapter 12 – Atoms
or opinion on issues of public interest) Chapter 13 – Nuclei
• Article writing Chapter 14 – Semiconductor Electronics: Materials,
• Report Writing Devices and Simple Circuits
SECTION C: LITERATURE
CHEMISTRY
Flamingo (Prose)
• The Last Lesson 1. Solutions
• Lost Spring 2. Electrochemistry
• Deep Water 3. Chemical Kinetics
• The Rattrap 4. d -and f -Block Elements
• Indigo 5. Coordination Compounds
• Poets and Pancakes 6. Haloalkanes and Haloarenes
• The Interview 7. Alcohols, Phenols and Ethers
• Going Places 8. Aldehydes, Ketones and Carboxylic Acids
(Poetry) 9. Amines
• My Mother at Sixty-six 10. Biomolecules
• Keeping Quiet
• A Thing of Beauty MATHEMATICS
• A Roadside Stand
• Aunt Jennifer’s Tigers Ch 1 – Relations and Functions
Ch 2 – Inverse Trigonometric Functions
Vistas: Ch 3 – Matrices
• The Third Level Ch 4 – Determinants
• The Tiger King Ch 5 – Continuity and Differentiability
• Journey to the End of the Earth Ch 6 – Applications of Derivatives
• The Enemy Ch 7 – Integrals
• On the face of It Ch 8 – Applications of Integrals
• Memories of Childhood Ch 9 – Differential Equations
Ch 10 – Vectors
INTERNAL ASSESSMENT Ch 11 – Three Dimensional Geometry
Assessment of Listening Skills – 05 Marks Ch 12 – Linear Programming
Assessment of Speaking Skills – 05 Marks Ch 13 – Probability
Project Work – 10 Marks
Page 1 of 3
DARBARI LAL D.A.V. MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII A
SYLLABUS FOR II REVISION TEST (2024 – 2025)

COMPUTER SCIENCE ● Transmission media: Wired communication


media (Twisted pair cable, Co-axial cable, Fiber-
Unit 1: Computational Thinking and optic cable), Wireless media (Radio waves, Micro
Programming – 2 waves, Infrared waves)
● Revision of Python topics covered in Class XI. ● Network devices (Modem, Ethernet card, RJ45,
● Functions: types of function (built-in functions, Repeater, Hub, Switch, Router, Gateway, WIFI
functions defined in module, user defined card)
functions), creating user defined function, ● Network topologies and Network types: types of
arguments and parameters, default parameters, networks (PAN, LAN, MAN, WAN), networking
positional parameters, function returning value(s), topologies (Bus, Star, Tree)
flow of execution, scope of a variable (global ● Network protocol: HTTP, FTP, PPP, SMTP,
scope, local scope) TCP/IP, POP3, HTTPS, TELNET, VoIP
● Exception Handling: Introduction, handling ● Introduction to web services: WWW, Hyper Text
exceptions using try-except-finally blocks Markup Language (HTML), Extensible Markup
● Introduction to files, types of files (Text file, Language (XML), domain names, URL, website,
Binary file, CSV file), relative and absolute paths web browser, web servers, web hosting
● Text file: opening a text file, text file open modes
(r, r+, w, w+, a, a+), closing a text file, opening a Unit 3: Database Management
file using with clause, writing/appending data to a ● Database concepts: introduction to database
text file using write() and writelines(), reading concepts and its need
from a text file using read(), readline() and ● Relational data model: relation, attribute, tuple,
readlines(), seek and tell methods, manipulation domain, degree, cardinality, keys (candidate key,
of data in a text file primary key, alternate key, foreign key)
● Binary file: basic operations on a binary file: ● Structured Query Language: introduction, Data
open using file open modes (rb, rb+, wb, wb+, ab, Definition Language and Data Manipulation
ab+), close a binary file, import pickle module, Language, data type (char(n), varchar(n), int,
dump() and load() method, read, write/create, float, date), constraints (not null, unique, primary
search, append and update operations in a binary key), create database, use database, show
file databases, drop database, show tables, create
● CSV file: import csv module, open / close csv table, describe table, alter table (add and remove
file, write into a csv file using an attribute, add and remove primary key), drop
writer(),writerow(),writerows() and read from a table, insert, delete, select, operators
csv file using reader() (mathematical, relational and logical), aliasing,
● Data Structure: Stack, operations on stack (push distinct clause, where clause, in, between, order
& pop), implementation of stack using list. by, meaning of null, is null, is not null, like,
update command, delete command, aggregate
Unit 2: Computer Networks functions (max, min, avg, sum, count), group by,
● Evolution of networking: introduction to having clause, joins: cartesian product on two
computer networks, evolution of networking tables, equi-join and natural join
(ARPANET, NSFNET, INTERNET) ● Interface of python with an SQL database:
● Data communication terminologies: concept of connecting SQL with Python, performing insert,
communication, components of data update, delete queries using cursor, display data
communication (sender, receiver, message, by using connect(), cursor(), execute(), commit(),
communication media, protocols), measuring fetchone(), fetchall(), rowcount, creating database
capacity of communication media (bandwidth, connectivity applications, use of %s format
data transfer rate), IP address, switching specifier or format() to perform queries
techniques (Circuit switching, Packet switching)
Page 2 of 3
DARBARI LAL D.A.V. MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII A
SYLLABUS FOR II REVISION TEST (2024 – 2025)

BIOLOGY PSYCHOLOGY

Unit VI: Reproduction Chapter 1 – Variations in individual differences


Chapter 1: Sexual Reproduction in Flowering Plants Chapter 2 – Self and personality
Chapter 3 – Meeting life challenges
Chapter 2: Human Reproduction Chapter 4 – Psychological disorders
Chapter 3: reproductive Health Chapter 5 – Therapeutic approaches
Chapter 6 – Attitude and social cognition
Unit VII: Genetics and Evolution Chapter 7 – Social influence and group processes
Chapter 4: Principles of Inheritance and Variation
Chapter 5: Molecular Basis of Inheritance
Chapter 6: Evolution FOR HINDUSTANI VOCAL MUSIC,
PAINTING AND ADDITIONAL
Unit VIII: Biology in Human Welfare SUBJECTS
Chapter 7: Human Health and Diseases
Chapter 8: Microbes in Human Welfare Complete Syllabus as per CBSE.

Unit IX: Biotechnology


Chapter 9: Biotechnology: principles and Processes
Chapter 10: Biotechnology and its Applications

Unit X: Ecology
Chapter 11: Organisms and Populations
Chapter 12: Ecosystem
Chapter 13: Biodiversity and Conservation

HOME SCIENCE
Chapter 1 Work, Livelihood and Career
Chapter 2 Clinical Nutrition and Dietetics
Chapter 3 Public Nutrition and Health
Chapter 5 Food Processing and Technology
Chapter 6 Food Quality and Food Safety
Chapter 7 Early Childhood Care and Education
Chapter 10 Management of Support Services,
Institutions and Programs for Children,
Youth and Elderly
Chapter 11 Design for fabric and Apparel
Chapter 12 Fashion Design and Merchandising
Chapter 15 Care and Maintenance of Fabrics in
Institutions
Chapter 17 Hospitality Management
Chapter 20 Consumer Education and Protection
Chapter 21 Development Communication and
Journalism

Page 3 of 3
DARBARI LAL D.A.V. MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII B
SYLLABUS FOR II REVISION TEST (2024 – 2025)

ENGLISH PHYSICS
SECTION A: READING SKILLS
(i) One unseen passage to assess comprehension, Chapter 1 – Electric Charges and Fields
interpretation, inference, Analysis and Chapter 2 – Electrostatic Potential & Capacitance
vocabulary. The passage may be factual, Chapter 3 – Current Electricity
descriptive or literary Chapter 4 – Moving Charges and Magnetism
(ii) One unseen case-based passage with verbal/ Chapter 5 – Magnetism and Matter
visual inputs like statistical data, charts etc. Chapter 6 – Electromagnetic Induction
Chapter 7 – Alternating Current
SECTION B: CREATIVE WRITING SKILLS Chapter 8 – Electromagnetic Waves
• Notices Chapter 9 – Ray Optics and Optical Instruments
• Formal / Informal Invitations and their replies Chapter 10 –Wave Optics
• Letters - application for a job with bio data or Chapter 11 – Dual Nature of Radiation and Matter.
resume ; to the editor (giving suggestions Chapter 12 – Atoms
or opinion on issues of public interest) Chapter 13 – Nuclei
• Article writing Chapter 14 – Semiconductor Electronics: Materials,
• Report Writing Devices and Simple Circuits
SECTION C: LITERATURE
CHEMISTRY
Flamingo (Prose)
• The Last Lesson 1. Solutions
• Lost Spring 2. Electrochemistry
• Deep Water 3. Chemical Kinetics
• The Rattrap 4. d -and f -Block Elements
• Indigo 5. Coordination Compounds
• Poets and Pancakes 6. Haloalkanes and Haloarenes
• The Interview 7. Alcohols, Phenols and Ethers
• Going Places 8. Aldehydes, Ketones and Carboxylic Acids
(Poetry) 9. Amines
• My Mother at Sixty-six 10. Biomolecules
• Keeping Quiet
• A Thing of Beauty MATHEMATICS
• A Roadside Stand
• Aunt Jennifer’s Tigers Ch 1 – Relations and Functions
Ch 2 – Inverse Trigonometric Functions
Vistas: Ch 3 – Matrices
• The Third Level Ch 4 – Determinants
• The Tiger King Ch 5 – Continuity and Differentiability
• Journey to the End of the Earth Ch 6 – Applications of Derivatives
• The Enemy Ch 7 – Integrals
• On the face of It Ch 8 – Applications of Integrals
• Memories of Childhood Ch 9 – Differential Equations
Ch 10 – Vectors
INTERNAL ASSESSMENT Ch 11 – Three Dimensional Geometry
Assessment of Listening Skills – 05 Marks Ch 12 – Linear Programming
Assessment of Speaking Skills – 05 Marks Ch 13 – Probability
Project Work – 10 Marks
Page 1 of 3
DARBARI LAL D.A.V. MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII B
SYLLABUS FOR II REVISION TEST (2024 – 2025)

COMPUTER SCIENCE ● Transmission media: Wired communication


media (Twisted pair cable, Co-axial cable, Fiber-
Unit 1: Computational Thinking and optic cable), Wireless media (Radio waves, Micro
Programming – 2 waves, Infrared waves)
● Revision of Python topics covered in Class XI. ● Network devices (Modem, Ethernet card, RJ45,
● Functions: types of function (built-in functions, Repeater, Hub, Switch, Router, Gateway, WIFI
functions defined in module, user defined card)
functions), creating user defined function, ● Network topologies and Network types: types of
arguments and parameters, default parameters, networks (PAN, LAN, MAN, WAN), networking
positional parameters, function returning value(s), topologies (Bus, Star, Tree)
flow of execution, scope of a variable (global ● Network protocol: HTTP, FTP, PPP, SMTP,
scope, local scope) TCP/IP, POP3, HTTPS, TELNET, VoIP
● Exception Handling: Introduction, handling ● Introduction to web services: WWW, Hyper Text
exceptions using try-except-finally blocks Markup Language (HTML), Extensible Markup
● Introduction to files, types of files (Text file, Language (XML), domain names, URL, website,
Binary file, CSV file), relative and absolute paths web browser, web servers, web hosting
● Text file: opening a text file, text file open modes
(r, r+, w, w+, a, a+), closing a text file, opening a Unit 3: Database Management
file using with clause, writing/appending data to a ● Database concepts: introduction to database
text file using write() and writelines(), reading concepts and its need
from a text file using read(), readline() and ● Relational data model: relation, attribute, tuple,
readlines(), seek and tell methods, manipulation domain, degree, cardinality, keys (candidate key,
of data in a text file primary key, alternate key, foreign key)
● Binary file: basic operations on a binary file: ● Structured Query Language: introduction, Data
open using file open modes (rb, rb+, wb, wb+, ab, Definition Language and Data Manipulation
ab+), close a binary file, import pickle module, Language, data type (char(n), varchar(n), int,
dump() and load() method, read, write/create, float, date), constraints (not null, unique, primary
search, append and update operations in a binary key), create database, use database, show
file databases, drop database, show tables, create
● CSV file: import csv module, open / close csv table, describe table, alter table (add and remove
file, write into a csv file using an attribute, add and remove primary key), drop
writer(),writerow(),writerows() and read from a table, insert, delete, select, operators
csv file using reader() (mathematical, relational and logical), aliasing,
● Data Structure: Stack, operations on stack (push distinct clause, where clause, in, between, order
& pop), implementation of stack using list. by, meaning of null, is null, is not null, like,
update command, delete command, aggregate
Unit 2: Computer Networks functions (max, min, avg, sum, count), group by,
● Evolution of networking: introduction to having clause, joins: cartesian product on two
computer networks, evolution of networking tables, equi-join and natural join
(ARPANET, NSFNET, INTERNET) ● Interface of python with an SQL database:
● Data communication terminologies: concept of connecting SQL with Python, performing insert,
communication, components of data update, delete queries using cursor, display data
communication (sender, receiver, message, by using connect(), cursor(), execute(), commit(),
communication media, protocols), measuring fetchone(), fetchall(), rowcount, creating database
capacity of communication media (bandwidth, connectivity applications, use of %s format
data transfer rate), IP address, switching specifier or format() to perform queries
techniques (Circuit switching, Packet switching)
Page 2 of 3
DARBARI LAL D.A.V. MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII B
SYLLABUS FOR II REVISION TEST (2024 – 2025)

BIOLOGY PSYCHOLOGY

Unit VI: Reproduction Chapter 1 – Variations in individual differences


Chapter 1: Sexual Reproduction in Flowering Plants Chapter 2 – Self and personality
Chapter 3 – Meeting life challenges
Chapter 2: Human Reproduction Chapter 4 – Psychological disorders
Chapter 3: reproductive Health Chapter 5 – Therapeutic approaches
Chapter 6 – Attitude and social cognition
Unit VII: Genetics and Evolution Chapter 7 – Social influence and group processes
Chapter 4: Principles of Inheritance and Variation
Chapter 5: Molecular Basis of Inheritance
Chapter 6: Evolution FOR HINDUSTANI VOCAL MUSIC,
PAINTING AND ADDITIONAL
Unit VIII: Biology in Human Welfare SUBJECTS
Chapter 7: Human Health and Diseases
Chapter 8: Microbes in Human Welfare Complete Syllabus as per CBSE.

Unit IX: Biotechnology


Chapter 9: Biotechnology: principles and Processes
Chapter 10: Biotechnology and its Applications

Unit X: Ecology
Chapter 11: Organisms and Populations
Chapter 12: Ecosystem
Chapter 13: Biodiversity and Conservation

HOME SCIENCE
Chapter 1 Work, Livelihood and Career
Chapter 2 Clinical Nutrition and Dietetics
Chapter 3 Public Nutrition and Health
Chapter 5 Food Processing and Technology
Chapter 6 Food Quality and Food Safety
Chapter 7 Early Childhood Care and Education
Chapter 10 Management of Support Services,
Institutions and Programs for Children,
Youth and Elderly
Chapter 11 Design for fabric and Apparel
Chapter 12 Fashion Design and Merchandising
Chapter 15 Care and Maintenance of Fabrics in
Institutions
Chapter 17 Hospitality Management
Chapter 20 Consumer Education and Protection
Chapter 21 Development Communication and
Journalism

Page 3 of 3
DARBARI LAL D.A.V. MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII C
SYLLABUS FOR II REVISION TEST (2024 – 2025)

ENGLISH BUSINESS STUDIES


SECTION A: READING SKILLS
(i) One unseen passage to assess comprehension, Part A – Principles and Functions of Management
interpretation, inference, Analysis and (50 Marks)
vocabulary. The passage may be factual, 1. Nature and Significance of Management
descriptive or literary 2. Principles of Management
(ii) One unseen case-based passage with verbal/ 3. Business Environment
visual inputs like statistical data, charts etc. 4. Planning
5. Organising
SECTION B: CREATIVE WRITING SKILLS 6. Staffing
• Notices 7. Directing
• Formal / Informal Invitations and their replies 8. Controlling
• Letters - application for a job with bio data or
resume ; to the editor (giving suggestions Part B – Business Finance and Marketing
or opinion on issues of public interest) (30 Marks)
• Article writing 9. Financial Management
• Report Writing 10. Financial Markets
11. Marketing Management
SECTION C: LITERATURE 12. Consumer Protection
Flamingo (Prose)
• The Last Lesson ECONOMICS
• Lost Spring
• Deep Water Part A – Introductory Macroeconomics
• The Rattrap
• Indigo Unit – 1 National Income and Related Aggregates
• Poets and Pancakes Unit – 2 Money and Banking
• The Interview Unit – 3 Determination of Income and Employment
• Going Places Unit – 4 Government Budget and the Economy
Unit – 5 Balance of Payments
(Poetry)
• My Mother at Sixty-six Part B – Indian Economic Development
• Keeping Quiet
• A Thing of Beauty Unit – 6 Development Experience (1947-90) and
• A Roadside Stand Economic Reforms since 1991
• Aunt Jennifer’s Tigers Unit – 7 Current Challenges facing Indian Economy
Unit – 8 Development Experience of India – A
Vistas: Comparison with Neighbours
• The Third Level
• The Tiger King ACCOUNTANCY
• Journey to the End of the Earth
• The Enemy
• On the face of It 1) Accounting for Partnership Firm - Fundamentals
• Memories of Childhood 2) Goodwill: Nature & Valuation
3) Change in Profit Sharing Ratio among existing
Partners
INTERNAL ASSESSMENT
Assessment of Listening Skills – 05 Marks 4) Admission of a Partner
Assessment of Speaking Skills – 05 Marks 5) Retirement of a Partner
Project Work – 10 Marks 6) Death of a Partner

Page 1 of 2
DARBARI LAL D.A.V. MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII C
SYLLABUS FOR II REVISION TEST (2024 – 2025)
7) Dissolution of Partnership Firm FOR HINDUSTANI VOCAL MUSIC,
8) Issue of Shares PAINTING AND ADDITIONAL
9) Issue of Debentures
SUBJECTS
10) Financial Statements of a Company
11) Financial Statements Analysis
Complete Syllabus as per CBSE.
13) Comparative and Common Size Statements
13) Ratio Analysis
14) Cash Flow Statement

MATHEMATICS
Ch 1 – Relations and Functions
Ch 2 – Inverse Trigonometric Functions
Ch 3 – Matrices
Ch 4 – Determinants
Ch 5 – Continuity and Differentiability
Ch 6 – Applications of Derivatives
Ch 7 – Integrals
Ch 8 – Applications of Integrals
Ch 9 – Differential Equations
Ch 10 – Vectors
Ch 11 – Three Dimensional Geometry
Ch 12 – Linear Programming
Ch 13 – Probability

LEGAL STUDIES
Unit 1 Judiciary
Unit 2 ADR
Unit 3 (A) Law of Contact
(B) Law of Torts
(C) Law of Property
(D) Intellectual Property Law
Unit 4
(A) Law and Sustainable Development
(B) Forms of Legal Entities
(C) Criminal Laws in India
Unit 5
(A) Human Rights in India
(B) Human Rights Violations- Complaint
Mechanism
Unit 6 International Law
Unit 7 Legal Profession in India
Unit 8 Legal Services

Page 2 of 2
DARBARI LAL D.A.V. MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII D
SYLLABUS FOR II REVISION TEST (2024 – 2025)

ENGLISH BUSINESS STUDIES


SECTION A: READING SKILLS
(i) One unseen passage to assess comprehension, Part A – Principles and Functions of Management
interpretation, inference, Analysis and (50 Marks)
vocabulary. The passage may be factual, 1. Nature and Significance of Management
descriptive or literary 2. Principles of Management
(ii) One unseen case-based passage with verbal/ 3. Business Environment
visual inputs like statistical data, charts etc. 4. Planning
5. Organising
SECTION B: CREATIVE WRITING SKILLS 6. Staffing
• Notices 7. Directing
• Formal / Informal Invitations and their replies 8. Controlling
• Letters - application for a job with bio data or
resume ; to the editor (giving suggestions Part B – Business Finance and Marketing
or opinion on issues of public interest) (30 Marks)
• Article writing 9. Financial Management
• Report Writing 10. Financial Markets
11. Marketing Management
SECTION C: LITERATURE 12. Consumer Protection
Flamingo (Prose)
• The Last Lesson ECONOMICS
• Lost Spring
• Deep Water Part A – Introductory Macroeconomics
• The Rattrap
• Indigo Unit – 1 National Income and Related Aggregates
• Poets and Pancakes Unit – 2 Money and Banking
• The Interview Unit – 3 Determination of Income and Employment
• Going Places Unit – 4 Government Budget and the Economy
Unit – 5 Balance of Payments
(Poetry)
• My Mother at Sixty-six Part B – Indian Economic Development
• Keeping Quiet
• A Thing of Beauty Unit – 6 Development Experience (1947-90) and
• A Roadside Stand Economic Reforms since 1991
• Aunt Jennifer’s Tigers Unit – 7 Current Challenges facing Indian Economy
Unit – 8 Development Experience of India – A
Vistas: Comparison with Neighbours
• The Third Level
• The Tiger King ACCOUNTANCY
• Journey to the End of the Earth
• The Enemy
• On the face of It 1) Accounting for Partnership Firm - Fundamentals
• Memories of Childhood 2) Goodwill: Nature & Valuation
3) Change in Profit Sharing Ratio among existing
Partners
INTERNAL ASSESSMENT
Assessment of Listening Skills – 05 Marks 4) Admission of a Partner
Assessment of Speaking Skills – 05 Marks 5) Retirement of a Partner
Project Work – 10 Marks 6) Death of a Partner

Page 1 of 2
DARBARI LAL D.A.V. MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII D
SYLLABUS FOR II REVISION TEST (2024 – 2025)
7) Dissolution of Partnership Firm HOME SCIENCE
8) Issue of Shares
9) Issue of Debentures Chapter 1 Work, Livelihood and Career
10) Financial Statements of a Company Chapter 2 Clinical Nutrition and Dietetics
11) Financial Statements Analysis Chapter 3 Public Nutrition and Health
13) Comparative and Common Size Statements Chapter 5 Food Processing and Technology
13) Ratio Analysis Chapter 6 Food Quality and Food Safety
14) Cash Flow Statement Chapter 7 Early Childhood Care and Education
Chapter 10 Management of Support Services,
Institutions and Programs for Children,
MATHEMATICS Youth and Elderly
Ch 1 – Relations and Functions Chapter 11 Design for fabric and Apparel
Ch 2 – Inverse Trigonometric Functions Chapter 12 Fashion Design and Merchandising
Ch 3 – Matrices Chapter 15 Care and Maintenance of Fabrics in
Ch 4 – Determinants Institutions
Ch 5 – Continuity and Differentiability Chapter 17 Hospitality Management
Ch 6 – Applications of Derivatives Chapter 20 Consumer Education and Protection
Ch 7 – Integrals Chapter 21 Development Communication and
Ch 8 – Applications of Integrals Journalism
Ch 9 – Differential Equations
Ch 10 – Vectors
Ch 11 – Three Dimensional Geometry
Ch 12 – Linear Programming FOR HINDUSTANI VOCAL MUSIC,
Ch 13 – Probability PAINTING AND ADDITIONAL
SUBJECTS

SOCIOLOGY Complete Syllabus as per CBSE.

Indian Society book 1

2. The Demographic Structure of Indian Society


3. Social Institutions: Continuity and Change
5. Patterns of Social Inequality and
Exclusion
6. The Challenges of Cultural Diversity

Social Change and Development in India book 2

8. Structural Change
9. Cultural Change
11. Change & Development in Rural Society
12. Change and Development in Industrial Society
15. Social Movements

Page 2 of 2
DARBARI LAL D.A.V. MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII E
SYLLABUS FOR II REVISION TEST (2024 – 2025)

ENGLISH POLITICAL SCIENCE


SECTION A: READING SKILLS
(i) One unseen passage to assess comprehension, Part A
interpretation, inference, Analysis and 1 The end of Bipolarity
vocabulary. The passage may be factual, 2 Contemporary Centers of power
descriptive or literary 3 Contemporary South Asia
(ii) One unseen case-based passage with verbal/ 4 International Organizations
visual inputs like statistical data, charts etc. 5 Security in the contemporary world
6 Environment and Natural Resources
SECTION B: CREATIVE WRITING SKILLS
7 Globalization
• Notices
• Formal / Informal Invitations and their replies
Part B
• Letters - application for a job with bio data or
resume ; to the editor (giving suggestions 1 Challenges of nation building.
or opinion on issues of public interest) 2 Era of One Party Dominance
• Article writing 3 Politics of Planned Development
• Report Writing 4 India’s External Relations
5 Challenges to and Restoration of the Congress
SECTION C: LITERATURE System
Flamingo (Prose) 6 The Crisis of Democratic Order
• The Last Lesson 7 Regional Aspirations
• Lost Spring 8 Indian Politics: Recent Trends and Development
• Deep Water
• The Rattrap HISTORY
• Indigo
• Poets and Pancakes Themes in Indian History: Part-I
• The Interview Theme 1 Bricks, Beads and Bones The Harappa
• Going Places Theme 2 Kings, Farmers and Towns Early States and
(Poetry) Economies (c.600 BCE600CE)
• My Mother at Sixty-six Theme 3 Kingship, Caste and class Early Societies
• Keeping Quiet (c.600 BCE 600 CE)
• A Thing of Beauty Theme 4 Thinkers, Beliefs and Buildings Cultural
• A Roadside Stand Developments ( c. 600 BCE600CE)
• Aunt Jennifer’s Tigers
Vistas:
• The Third Level
• The Tiger King
• Journey to the End of the Earth
• The Enemy
• On the face of It
• Memories of Childhood

INTERNAL ASSESSMENT
Assessment of Listening Skills – 05 Marks
Assessment of Speaking Skills – 05 Marks
Project Work – 10 Marks
Page 1 of 3
DARBARI LAL D.A.V. MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII E
SYLLABUS FOR II REVISION TEST (2024 – 2025)

History Map Work GEOGRAPHY


1. Mature Harappan sites: Harappa, Banawali,
Kalibangan, Balakot, Rakhigarhi, Dholavira, Fundamental of Human Geography
Nageshwar, Lothal, Mohenjodaro, Chanhudaro, Unit I - Chapter 1 Human Geography
KotDiji. Unit II - Chapter 2 The World Population Density
2. Mahajanapada and cities: Vajji, Magadha, Distribution and Growth
Kosala, Kuru, Panchala, Gandhara, Avanti, Chapter 3 Human Development
Rajgir, Ujjain, Taxila, Varanasi.
3. Distribution of Ashokan inscriptions: Unit III –
Pillar inscriptions – Sanchi, Topra, Meerut Pillar Chapter 4 Primary Activities
and Kaushambi. Kingdom of Cholas, Cheras and Chapter 5 Secondary Activities
Pandyas. Chapter 6 Tertiary and Quaternary Activities
Chapter 7 Transport Communication and Trade
4. Important kingdoms and towns: Chapter 8 International Trade
Kushans, Shakas, Satavahanas, Vakatakas,Guptas
Cities/towns: Mathura, Kanauj, Puhar, India People and Economy
Braghukachchha, Shravasti, Rajgir, Vaishali, Unit I -
Varanasi,Vidisha Chapter 1 Population Distribution Density Growth
and Composition
5. Major Buddhist Sites: Nagarjunakonda, Sanchi, Unit II - Chapter 2 Human Settlements
Amaravati, Lumbini, Bharhut, Bodh Gaya, Unit III - Chapter 3 Land Resources and Agriculture
Ajanta Chapter 4 Water Resources
Chapter 5 Mineral and Energy Resources
Part II Chapter 6 Planning and Sustainable
6. Bidar, Golconda, Bijapur, Vijayanagar, Development in Indian Context
Chandragiri, Kanchipuram, Mysore, Thanjavur, Unit IV - Chapter 7 Transport and Communication
Kolar, Tirunelveli Chapter 8 International Trade
7. Territories under Babur, Akbar and Aurangzeb: Unit V - Chapter 9 Geographical Perspective on
Delhi, Agra, Panipat, Amber, Ajmer, Lahore, selected issues and problems
Goa.
SOCIOLOGY
Part III
Indian Society book 1
8. Territories/cities under British Control in1857:
Punjab, Sindh, Bombay, Madras Berar, Bengal, 2. The Demographic Structure of Indian Society
Bihar, Orissa, Surat, Calcutta, Patna, Allahabad 3. Social Institutions: Continuity and Change
9. Main centers of the Revolt of 1857: Delhi, 5. Patterns of Social Inequality and
Meerut, Jhansi, Lucknow, Kanpur, Azamgarh, Exclusion
Calcutta, Benaras, Gwalior, Jabalpur, Agra, 6. The Challenges of Cultural Diversity
Awadh
10. Important centers of the National Movement: Social Change and Development in India book 2
Champaran, Kheda, Ahmedabad, Benaras,
Amritsar, Chauri Chaura, Lahore, Bardoli, Dandi, 8. Structural Change
Bombay (Quit India ) 9. Cultural Change
11. Change & Development in Rural Society
12. Change and Development in Industrial Society
15. Social Movements
Page 2 of 3
DARBARI LAL D.A.V. MODEL SCHOOL
Affiliated to CBSE
BN-BLOCK, SHALIMAR BAGH, DELHI – 110 088

CLASS – XII E
SYLLABUS FOR II REVISION TEST (2024 – 2025)

LEGAL STUDIES FOR HINDUSTANI VOCAL MUSIC,


PAINTING AND ADDITIONAL
Unit 1 Judiciary
SUBJECTS
Unit 2 ADR
Unit 3 (A) Law of Contact
Complete Syllabus as per CBSE.
(B) Law of Torts
(C) Law of Property
(D) Intellectual Property Law
Unit 4
(A) Law and Sustainable Development
(B) Forms of Legal Entities
(C) Criminal Laws in India
Unit 5
(A) Human Rights in India
(B) Human Rights Violations- Complaint
Mechanism
Unit 6 International Law
Unit 7 Legal Profession in India
Unit 8 Legal Services
HOME SCIENCE
Chapter 1 Work, Livelihood and Career
Chapter 2 Clinical Nutrition and Dietetics
Chapter 3 Public Nutrition and Health
Chapter 5 Food Processing and Technology
Chapter 6 Food Quality and Food Safety
Chapter 7 Early Childhood Care and Education
Chapter 10 Management of Support Services,
Institutions and Programs for Children,
Youth and Elderly
Chapter 11 Design for fabric and Apparel
Chapter 12 Fashion Design and Merchandising
Chapter 15 Care and Maintenance of Fabrics in
Institutions
Chapter 17 Hospitality Management
Chapter 20 Consumer Education and Protection
Chapter 21 Development Communication and
Journalism
PSYCHOLOGY
Chapter 1 – Variations in individual differences
Chapter 2 – Self and personality
Chapter 3 – Meeting life challenges
Chapter 4 – Psychological disorders
Chapter 5 – Therapeutic approaches
Chapter 6 – Attitude and social cognition
Chapter 7 – Social influence and group processes
Page 3 of 3

You might also like