You are on page 1of 31

Maharshi Patanjali Vidya Mandir, Prayagraj

Revised Syllabus Breakup : 2021- 2022


Subject : Accountancy
Class - XI

Ist Term - May – September (Half Yearly Exam)


May- 1. Introduction to Accounting
2. Recording of Transactions
July- 2. Recording of transactions cont.
Accounting for Goods &Service Tax (GST)
3. Theory base of accounting
4. Preparation of ledger
August- 5. Trial Balance
6. Subsidiary books
September- 7. Cash Book - Simple, Double Column & Petty Cash Book
8. Rectification of errors
IInd Term - October – December
Bank Reconciliation Statement
October - 10. Financial Statement-With adjustments
November 11. Depreciation
Reserves & Provisions
December - 12. Accounting for Bills of exchange
January - 13.Computers in Accounting
Introduction to Accounting Information System
February - 14. Project Work
Unit Test I - Unit 1, 2, 4
Half Yearly - First Term Syllabus ie Unit1--9
Unit Test II - 1. Financial Statement
2. Depreciation, Reserves & Provisions
Annual Exam - Complete Syllabus
MAHARISHI PATANJALI VIDYA MANDIR
LEGAL STUDIES SYLLABUS
2021-22
CLASS 11
MAY
Unit 1: Theory and Nature of Political Institutions
 Types of states
 Concept of State/Nation
JULY
 Organs of Government - Legislative, Executive and Judiciary
 Separation of Powers – Parliamentary Sovereignty and Judicial
 Independence
 Constitutional Framework of India
AUGUST
Unit 2: Nature and Sources of Law
 Legislation – process, delegated and subordinate legislation
 Case Law – Stare decisis, precedents within the hierarchy of courts
 Authoritative Sources
 Custom
 Law Reform
SEPETEMBER
Unit 3: Historical Evolution of Indian Legal System
 Ancient Indian Law
 English law in India
 Administration of Justice in British India
 Charter of 1861 and subsequent Charters
OCTUBER
 Establishment of High Courts and the Federal Court
 Drafting of the Indian Constitution
 Ancient Indian Law in Modern Legal Framework
NOVEMBER
Unit 4: Civil and Criminal Courts and Process
 The Civil Court Structure
 The Criminal Court Structure
 The Civil Process
 The Criminal Process – investigation and prosecution
DECEMBER
Unit 5: Family Justice System
 Institutional Framework
 Marriage and Divorce
 Children
 Domestic Violence
JANUARY
REVISION
FIRST UNIT TEST UNIT I
HALF YEARLY UNIT I ; UNIT II ; UNIT III
SECOND UNIT TEST UNIT IV

MAHARISHI PATANJALI VIDYA MANDIR


LEGAL STUDIES SYLLABUS
2020-21
CLASS 12
APRIL
1. Judiciary Constitution, Roles and Impartiality Structure, Hierarchy of Courts, and Legal
Offices in India Appointments, Trainings, Retirement and Removal of Judges Judicial Review
MAY
2. Arbitration, Tribunal Adjudication and Alternate Dispute Resolution Adversarial and
Inquisitorial System Arbitration LokAdalats Administrative Tribunals Ombudsman Mediation
and Conciliation Lokpal and Lokayukt
JULY
3 Human Rights in India Human Rights Laws – Constitution, Statutes Complaint Mechanisms
and Human Rights Commissions
AUGUST
4 Legal Profession in India History of Legal profession in India Role and types of functions of
judges and lawyers Barristers, Solicitors and Advocates Changes Affected by Indian Advocates
Act, 1961

SEPTEMBER
5. Topics in Law
Torts
Contracts

OCTOBER
6. Crimes1
Property
Administrative Law

NOVEMBER
7. Legal Services Legal Services Boards Funding
8. Introduction to International Law Sources of International Law International Institutions
International Human Rights
DECEMBER Revision
Unit Test 1 - UNIT 1 AND 3
Half Yearly - UNITS 1,3.4 AND 5
Unit Test II - UNITS 1,2, 3 ,4 AND 5

MAHARSHI PATANJALI VIDYA MANDIR, PRAYAGRAJ


SYLLABUS BREAKUP: 2021-2022
SUBJECT: COMPUTER SCIENCE
CLASS - XI

MONTH CHAPTER TOPICS

INTRODUCTION TO PROBLEM SOLVING: STEPS FOR PROBLEM


SOLVING (ANALYSING THE PROBLEM, DEVELOPING AN
ALGORITHM, CODING, TESTING AND DEBUGGING).
REPRESENTATION OF ALGORITHMS USING FLOW CHART AND
PSEUDO CODE, DECOMPOSITION.
FAMILIARIZATION WITH THE BASICS OF PYTHON PROGRAMMING:
GETTING STARTED INTRODUCTION TO PYTHON, FEATURES OF PYTHON, EXECUTING A
WITH PYTHON & SIMPLE "HELLO WORLD" PROGRAM, EXECUTION MODES:
MAY
DATA HANDLING INTERACTIVE MODE AND SCRIPT MODE, PYTHON CHARACTER SET,
PYTHON TOKENS (KEYWORD, IDENTIFIER, LITERAL, OPERATOR,
PUNCTUATOR), VARIABLES, CONCEPT OF L-VALUE AND R-VALUE,
USE OF COMMENTS
KNOWLEDGE OF DATA TYPES: NUMBER (INTEGER, FLOATING
POINT, COMPLEX), BOOLEAN, SEQUENCE (STRING, LIST, TUPLE),
NONE, MAPPING (DICTIONARY), MUTABLE AND IMMUTABLE DATA
TYPES.
OPERATORS: ARITHMETIC OPERATORS, RELATIONAL OPERATORS,
LOGICAL OPERATORS, ASSIGNMENT OPERATOR, AUGMENTED
ASSIGNMENT OPERATORS, IDENTITY OPERATORS (IS, IS NOT),
MEMBERSHIP OPERATORS (IN, NOT IN)
OPERATORS AND EXPRESSIONS, STATEMENT, TYPE CONVERSION & INPUT/OUTPUT:
EXPRESSIONS, PRECEDENCE OF OPERATORS, EXPRESSION, EVALUATION OF
ERRORS EXPRESSION, PYTHON STATEMENT, TYPE CONVERSION (EXPLICIT &
IMPLICIT CONVERSION), ACCEPTING DATA AS INPUT FROM THE
CONSOLE AND DISPLAYING OUTPUT

ERRORS: SYNTAX ERRORS, LOGICAL ERRORS, RUNTIME ERRORS


JULY

FLOW OF CONTROL: INTRODUCTION, USE OF INDENTATION,


SEQUENTIAL FLOW, CONDITIONAL AND ITERATIVE FLOW CONTROL
CONDITIONAL STATEMENTS: IF, IF-ELSE, IF-ELIF-ELSE,
FLOWCHARTS, SIMPLE PROGRAMS: E.G.: ABSOLUTE VALUE, SORT 3
CONDITIONAL
NUMBERS AND DIVISIBILITY OF A NUMBER
STATEMENT & FLOW
OF CONTROL ITERATIVE STATEMENTS: FOR LOOP, RANGE FUNCTION, WHILE
LOOP, FLOWCHARTS, BREAK AND CONTINUE STATEMENTS, NESTED
LOOPS, SUGGESTED PROGRAMS: GENERATING PATTERN,
SUMMATION OF SERIES, FINDING THE FACTORIAL OF A POSITIVE
NUMBER ETC

AUGUST STRING
STRINGS: INTRODUCTION, INDEXING, STRING OPERATIONS
(CONCATENATION, REPETITION, MEMBERSHIP & SLICING),
TRAVERSING A STRING USING LOOPS, BUILT-IN FUNCTIONS: LEN(),
CAPITALIZE(), TITLE(), LOWER(), UPPER(), COUNT(), FIND(), INDEX(),
ENDSWITH(), STARTSWITH(), ISALNUM(), ISALPHA(), ISDIGIT(),
ISLOWER(), ISUPPER(), ISSPACE(), LSTRIP(), RSTRIP(), STRIP(),
REPLACE(), JOIN(), PARTITION(), SPLIT()
LISTS: INTRODUCTION, INDEXING, LIST OPERATIONS
(CONCATENATION, REPETITION, MEMBERSHIP & SLICING),
TRAVERSING A LIST USING LOOPS, BUILT-IN FUNCTIONS: LEN(),
LIST(), APPEND(), EXTEND(), INSERT(), COUNT(), INDEX(), REMOVE(),
LIST POP(), REVERSE(), SORT(), SORTED(), MIN(), MAX(), SUM(); NESTED
LISTS, SUGGESTED PROGRAMS: FINDING THE MAXIMUM,
MINIMUM, MEAN OF NUMERIC VALUES STORED IN A LIST; LINEAR
SEARCH ON LIST OF NUMBERS AND COUNTING THE FREQUENCY OF
ELEMENTS IN A LIST

TUPLES: INTRODUCTION, INDEXING, TUPLE OPERATIONS


(CONCATENATION, REPETITION, MEMBERSHIP & SLICING), BUILT-IN
FUNCTIONS: LEN(), TUPLE(), COUNT(), INDEX(), SORTED(), MIN(),
MAX(), SUM(); TUPLE ASSIGNMENT, NESTED TUPLE, SUGGESTED
PROGRAMS: FINDING THE MINIMUM, MAXIMUM, MEAN OF
VALUES STORED IN A TUPLE; LINEAR SEARCH ON A TUPLE OF
NUMBERS, COUNTING THE FREQUENCY OF ELEMENTS IN A TUPLE

DICTIONARY: INTRODUCTION, ACCESSING ITEMS IN A DICTIONARY


SEPTEMBER TUPLES AND
DICTIONARY
USING KEYS, MUTABILITY OF DICTIONARY (ADDING A NEW ITEM,
MODIFYING AN EXISTING ITEM), TRAVERSING A DICTIONARY,
BUILT-IN FUNCTIONS: LEN(), DICT(), KEYS(), VALUES(), ITEMS(),
GET(), UPDATE(), DEL(), CLEAR(), FROMKEYS(), COPY(), POP(),
POPITEM(), SETDEFAULT(), MAX(), MIN(), COUNT(), SORTED(),
COPY(); SUGGESTED PROGRAMS : COUNT THE NUMBER OF TIMES A
CHARACTER APPEARS IN A GIVEN STRING USING A DICTIONARY,
CREATE A DICTIONARY WITH NAMES OF EMPLOYEES, THEIR SALARY
AND ACCESS THEM

INTRODUCTION TO PYTHON MODULES: IMPORTING MODULE


USING 'IMPORT <MODULE>' AND USING FROM STATEMENT,
PYTHON MODULE &
IMPORTING MATH MODULE (PI, E, SQRT, CEIL, FLOOR, POW, FABS,
OCTOBER SORTING
ALGORITHM SIN, COS, TAN); RANDOM MODULE (RANDOM, RANDINT,
RANDRANGE), STATISTICS MODULE (MEAN, MEDIAN,MODE)
SORTING TECHNIQUES: BUBBLE AND INSERTION SORT
BASIC COMPUTER ORGANISATION: INTRODUCTION TO COMPUTER
SYSTEM, HARDWARE, SOFTWARE, INPUT DEVICE, OUTPUT DEVICE,
CPU, MEMORY (PRIMARY, CACHE AND SECONDARY), UNITS OF
MEMORY (BIT, BYTE, KB, MB, GB, TB, PB)
TYPES OF SOFTWARE: SYSTEM SOFTWARE (OPERATING SYSTEMS,
SYSTEM UTILITIES, DEVICE DRIVERS), PROGRAMMING TOOLS AND
NOVEMBER LANGUAGE TRANSLATORS (ASSEMBLER, COMPILER &
INTERPRETER), APPLICATION SOFTWARE
COMPUTER OPERATING SYSTEM (OS): FUNCTIONS OF OPERATING SYSTEM, OS
SYSTEMS AND USER INTERFACE
ORGANISATION BOOLEAN LOGIC: NOT, AND, OR, NAND, NOR, XOR, TRUTH TABLE,
DE MORGAN’S LAWS AND LOGIC CIRCUITS
NUMBER SYSTEM: BINARY, OCTAL, DECIMAL AND HEXADECIMAL
NUMBER SYSTEM; CONVERSION BETWEEN NUMBER SYSTEMS.
ENCODING SCHEMES: ASCII, ISCII AND UNICODE (UTF8, UTF32)
EMERGING TRENDS: CLOUD COMPUTING, CLOUD SERVICES (SAAS,
DECEMBER
IAAS, PAAS), BLOCKCHAINS, ARTIFICIAL INTELLIGENCE (AI),
MACHINE LEARNING (ML), INTERNET OF THINGS (IOT)

DIGITAL FOOTPRINTS
DIGITAL SOCIETY AND NETIZEN: NET ETIQUETTES,
COMMUNICATION ETIQUETTES, SOCIAL MEDIA ETIQUETTES
DATA PROTECTION: INTELLECTUAL PROPERTY RIGHT (COPYRIGHT,
PATENT, TRADEMARK), VIOLATION OF IPR (PLAGIARISM,
COPYRIGHT INFRINGEMENT, TRADEMARK INFRINGEMENT), OPEN
SOURCE SOFTWARES AND LICENSING (CREATIVE COMMONS, GPL
AND APACHE)
CYBER-CRIME: DEFINITION, HACKING, EAVESDROPPING, PHISHING
SOCIETY, LAW AND
JANUARY AND FRAUD EMAILS, RANSOMWARE, PREVENTING CYBER CRIME
ETHICS
CYBER SAFETY: SAFELY BROWSING THE WEB, IDENTITY
PROTECTION, CONFIDENTIALITY, CYBER TROLLS AND BULLYING.
SAFELY ACCESSING WEB SITES: MALWARE, VIRUSES, TROJANS,
ADWARE
E-WASTE MANAGEMENT: PROPER DISPOSAL OF USED ELECTRONIC
GADGETS
INDIAN INFORMATION TECHNOLOGY ACT (IT ACT)
TECHNOLOGY & SOCIETY: GENDER AND DISABILITY ISSUES WHILE
TEACHING AND USING COMPUTERS

FEBRUARY PRESENTATION BASED ON RESEARCH.


TEST – I GETTING STARTED WITH PYTHON, DATA HANDLING, OPERATORS AND EXPRESSIONS, ERRORS
HALF YEARLY GETTING STARTED WITH PYTHON, DATA HANDLING, OPERATORS AND EXPRESSION,ERRORS,
EXAMINATION CONDITIONAL STATEMENT & FLOW OF CONTROL, STRING, LIST
TEST – II TUPLES AND DICTIONARY, PYTHON MODULE & SORTING ALGORITHM
GETTING STARTED WITH PYTHON, DATA HANDLING, OPERATORS AND EXPRESSION,ERRORS,
ANNUAL CONDITIONAL STATEMENT & FLOW OF CONTROL, STRING, LIST, TUPLES AND DICTIONARY,
EXAMINATION PYTHON MODULE & SORTING ALGORITHM, COMPUTER SYSTEMS AND ORGANISATION, SOCIETY,
LAW AND ETHICS

MAHARSHI PATANJALI VIDYA MANDIR, PRAYAGRAJ


SYLLABUS BREAKUP: 2021 - 2022
SUBJECT: COMPUTER SCIENCE (PRACTICAL)
CLASS - XI

MONTH CHAPTER
 GETTING STARTED WITH PYTHON & DATA
HANDLING
 OPERATORS AND EXPRESSIONS
MAY - SEPTEMBER
 OPERATORS AND EXPRESSIONS
 STRING
 LIST
 TUPLES AND DICTIONARY
OCTOBER-
 PYTHON MODULE & SORTING ALGORITHM
FEBRUARY
 COMPUTER SYSTEMS AND ORGANISATION

MAHARSHI PATANJALI VIDYA MANDIR, PRAYAGRAJ


SYLLABUS BREAKUP: 2021 - 2022
SUBJECT: COMPUTER SCIENCE (PRACTICAL)
CLASS - XI
MONTH Topics PRACTICAL
1. Input a welcome message and display it.
JULY 2. Input two numbers and display the larger / smaller
number.
3. Input three numbers and display the largest /
smallest number.
4. Given two integers x and n, compute x n.
5. Write a program to input the value of x and n and
print the sum of different series.
6. Determine whether a number is a perfect number, an

AUGUST armstrong number or a palindrome.


Programming in
Python: I 7. Input a number and check if the number is a prime
or composite number.
8. Display the terms of a Fibonacci series.
9. Compute the greatest common divisor and least
common multiple of two integers.
10. Count and display the number of vowels,
consonants, uppercase, lowercase characters in
string.
11. Input a string and determine whether it is a
SEPTEMBER palindrome or not; convert the case of characters in a
string.
12. Find the largest/smallest number in a list/tuple
Programming in 13. Input a list of numbers and swap elements at the
OCTOBER
Python: II even location with the elements at the odd location.
14. Input a list of elements, sort in ascending/descending

NOVEMBER order using Bubble/Insertion sort.


15. Input a list/tuple of elements, search for a given

DECEMBER element in the list/tuple.


JANUARY 16. Input a list of numbers and test if a number is equal
to the sum of the cubes of its digits. Find the
smallest and largest such number from the given list
of numbers.
FEBRUARY PRESENTATION BASED ON RESEARCH

MATHS

May SET Theory


July 1. Relation 2.Function
2.
August 1.A.P. 2.G.P.
3.Angles their measures

September 1.Trigonometric functions


2.Trigonometric graphs
2 Trigonometric Equations

October 1.Principles of mathematical


Induction
2.complex Number
3. Quadratic Equation
November 1linear Inequalities
2.Binomial theorem
3.Cartesion System of
rectangular Coordinates
4. Straight lines

December 1.Circles 2. Parabola


3.Ellipse 4.Hyperbola

January 1. Three D . Geometry


2. Limits and
Derivatives
3. Statistics
February 1 permutation and
Combination
2 Probability
3 Mathematical
Reasoning

1st Unit Test Chapter covers Till August


Half Yearly Examination Chapter covered Till
September
2nd Unit Test 1.Binomial Theorem
2 Cartesian System Of
Rectangular Coordinates
3.Straight Lines
4. Circle

Annual Examination Whole Syllabus


9

Maharshi Patanjali Vidya Mandir

Syllabus Breakup

Subject - Hindi

Class -11

May- गद्य- नमक का दरोगा,

पद्य – कबीर दास के पद

वितान- गायिकाओं में बेजोड़ लता मंगेशकर


व्याकरण स्ववत्ृ त लेखन

July- गद्य – मियां नसीरुद्दीन

पद्य- मीराबाई के दो पद

व्याकरण – प्रिंट माध्यम, समाचार, संपादकीय

August- गद्य – पर्व


ू पाठ का शेष ,विदाई संभाषण गलता लोहा पद्य- कविता वे आंखें

व्याकरण – दृश्य लेखन, स्ववत्ृ त लेखन

September- गद्य – स्पीति में बारिश, रजनी ,पठित पाठों की पुनरावति


ृ ,

पद्य – घर की याद

व्याकरण- दृश्य लेखन, प्रतिवेदन लेखन

October- गद्य-जामुन का पेड़ ,भारत माता

पद्य, गजल चंपा काले काले अक्षर नहीं चिंहति

व्याकरण- पत्र लेखन ,शब्दकोश

विधि एवं प्रारूप

November- गद्य- जामन


ु का पेड़ पठित पाठों की पुनरावति
ृ वितान-राजस्थान की रजत बूंदें

पद्य -पूर्व पठित कविताओं की पुनरावति


ृ अक्कमहादे वी की दो कविताएं

व्याकरण – जनसंचार ,प्रेस विज्ञप्ति

December- वितान -आलो आंधारि लघु उपन्यास कथा पद्य- सबसे खतरनाक कविता

व्याकरण – कार्य सूची, कार्यवत्ृ त


पढ़ाए गए अंशों का पुनर अभ्यास
January- पद्य – आओ मिलकर बचाएं कविता
अपठित गद्यांश, काव्यांश का अभ्यास
क्रियाकलाप त्वरित भाषण,
कविता वाचन
February- परियोजना कार्य एवं वर्षभर पढ़ाए गए समस्त पाठ्यक्रम का पुनः अभ्यास
st
1 Unit Test
गद्य – नमक का दरोगा, मियां नसीरुद्दीन विदाई संभाषण
पद्य – कबीरदास के दो पद, मीराबाई के दो पद
वितान- गायिकाओं में बेजोड़ लता मंगेशकर
व्याकरण -प्रिंट माध्यम, समाचार, संपादकीय
Half Yearly Exam -
गद्य – नमक का दरोगा, मियां नसीरुद्दीन विदाई संभाषण
गलता लोहा, स्पीटी मे बारिश
पद्य - कबीर के पद, मीरा बाई के पद, वे आंखें, घर की याद
वितान – गायिकाओं में बेजोड़ लता मंगेशकर राजस्थान की रजत बंद
ू ें
व्याकरण- प्रिंट माध्यम, समाचार संपादकीय, संचार माध्यम, निबंध पत्र लेखन, अपठित गद्यांश, अपठित
पद्यांश, दृश्य लेखन, स्ववत
ृ लेखन, प्रतिवेदन लेखन
nd
2 Unit Test
गद्य- , जामुन का पेड़ ,गलता लोहा , रजनी
पद्य- गजल, घर की याद चंपा काले काले अक्षर नहीं
व्याकरण- रिपोर्ट लेखन, प्रेस विज्ञप्ति ,शब्दकोश
Activity - कविता वाचन, त्वरित भाषण परियोजना कार्य
Annual Exam - सत्र भर पढ़ाया गया संपर्ण
ू पाठ्यक्रम

MAHARSHI PATANJALI VIDYA MANDIR


SYLLABUS BREAKUP : 2021-22
SUBJECT : BUSINESS STUDIES
CLASS XI
Term I
May – September
1. Nature and Purpose Of Business (Business trade and Commerce)
2. Social responsibility of Business
3. Business services
4. Forms of Business Organization
Term II
October – December
1. Private, public and Global Enterprises
2. Sources of Finance
3. Small Business

January – February
4. Internal Trade 5 International Trade
5. Project Work

1st Unit Test Syllabus – 1. Nature and Purpose Of Business


2. Social responsibility of Business
3. Business services
Half – Yearly Exams Term 1 syllabus – Chapters 1-4
2nd Unit Test Syllabus – 1. Private, public and global enterprise
2. Sources Of Finance
Annual Examinations – Full Syllabus Term 1 and Term 2

Maharshi Patanjali Vidya Mandir,


Prayagraj
Syllabus Breakup:2021-
2022 Subject :Chemistry

Class - XI

May Unit 1 : Some Basic Concepts of Chemistry

Unit 2 : Structure of Atom

July Unit 3 : Classification of Elements& Periodic Classification

Unit 3 : Classification of Elements& Periodic Classification (Contd.)

August Unit 14 : Environmental Chemistry (self study)

Unit 4 : Chemical Bonding& Molecular Structure

Unit 5 : States of Matter


September Unit 6 : Thermodynamics
Unit 6 : Thermodynamics (Contd.)
October
Unit 7 : Equilibrium

Unit 8 : Redox reactions


November
Unit 9 : Hydrogen

Unit12:OrganicChemistry:SomeBasicprinciples&Techniques Unit 13
December
:Hydrocarbons

Unit 13 : Hydrocarbons (Contd.)

January Unit 10 : The s-block elements


February Unit 11 : The p-block elements

Unit1:SomeBasicconceptsofchemistry
1stUnit test
Unit 2 : Structure ofAtom

Half- Yearly Unit 1, Unit 2, Unit 3, Unit 4, Unit 14


Examination

2ndUnit test Unit 7 : Equilibrium, Unit 8 : Redox Reactions

Annual- Complete Syllabus


Examination

Chemistry Practical
IstTerm -
Analysis of cautions
Analysisofanions–Dilutesulphuricacidgroup&concentratedsulphuricacidgroup
HalfYearly–Analysisofcaution+analysisofanions(Onlydilutesulphuricacidgroup)
IIndTerm–
--- -- –
Analysis of Anions – PO4 , SO4 , C2O4
Volumetric
Analysis Core
Experiments
Annual – IstTerm Syllabus + IIndTerm Syllabus
Maharshi Patanjali Vidya Mandir, Prayagraj
Syllabus Breakup : 2021 - 2022
Subject : English
Class - XI

Month Hornbill Snapshots Advanced writing skills &


Grammar
1. The portrait of a lady 1.The Summer of the Determiners & Tenses
May -A Photograph Beautiful White Horse
2. We’re Not Afraid to Die… 2. The Address Letter-Enquiry & Reply, Articles,
3. Discovering Tut Speech
July/Aug -The Laburnum Top
4. Landscape of the Soul 3. Ranga’s Marriage Notice Writing, Letter to the
-The Voice of the Rain 4. Albert Einstein at School Editor

Aug/Sep
The Portrait of a Lady, A The Summer of the Beautiful Grammar
UT-1 Photograph White Horse
ASL-Listening All lessons done from May to
Half-Yearly September
October 5. The Ailing Planet 5. Mother’s Day
6. The Browning Version 6. The Ghat of the only World
November -Childhood
7. The Adventure 7. Birth Formal Letters-complaints,
December placing orders
8. Silk Road 8. The Tale of Melon City Clauses, Modals
January -Father to Son
Report Writing, Narrative, Poster
February Making, Active-Passive
Ailing Planet, Childhood Mother’s Day, The Ghat of Formal Letters
UT-2 the Only World
Annual ASL-Speaking Entire Syllabus
Exam.
MAHARSHI PATANJALI VIDYA MANDIR, PRAYAGRAJ
SYLLABUS BREAKUP: 2021 - 2022
SUBJECT: INFORMATICS PRACTICES (065)
CLASS - XI

MONTH CHAPTER TOPICS


1. GETTING BASICS OF PYTHON PROGRAMMING, PYTHON INTERPRETE
STARTED WITH - INTERACTIVE AND SCRIPT MODE, THE STRUCTURE OF
MAY PROGRAM, INDENTATION, IDENTIFIERS, KEYWORD
PYTHON CONSTANTS, VARIABLES, TYPES OF OPERATOR
2. DATA PRECEDENCE OF OPERATORS, DATA TYPES, MUTABLE AN
HANDLING IMMUTABLE DATA TYPES, STATEMENTS, EXPRESSION
3. CONDITIONAL EVALUATION OF EXPRESSIONS, COMMENTS, INPUT AN
JULY OUTPUT STATEMENTS, DATA TYPE CONVERSIO
AND ITERATIVE DEBUGGING, CONTROL STATEMENTS: IF-ELSE, FOR LOOP
STATEMENTS
LISTS: LIST OPERATIONS - CREATING, INITIALIZIN
AUGUST TRAVERSING AND MANIPULATING LISTS, LIST METHOD
AND BUILT-IN FUNCTIONS.: LEN(), LIST(), APPEND
4. LIST EXTEND(), INSERT(), COUNT(), FIND(), REMOVE(), POP
MANIPULATION REVERSE(), SORT(), SORTED(), MIN(), MAX(), SUM()
5. DICTIONARIES DICTIONARY: CONCEPT OF KEY-VALUE PAIR, CREATIN
SEPTEMBER INITIALIZING, TRAVERSING, UPDATING AND DELETIN
ELEMENTS, DICTIONARY METHODS AND BUILT-
FUNCTIONS: LEN(), DICT(), KEYS(), VALUES(), ITEMS(), GET
UPDATE(), CLEAR(), DEL()
DATA AND ITS PURPOSE, IMPORTANCE OF DATA,
OCTOBER STRUCTURED AND UNSTRUCTURED DATA, DATA
PROCESSING CYCLE, BASIC STATISTICAL METHODS FOR
UNDERSTANDING DATA - MEAN, MEDIAN, MODE,
STANDARD DEVIATION AND VARIANCE. INTRODUCTION T
6. DATA HANDLING NUMPY LIBRARY, NUMPY ARRAYS AND THEIR
USING NUMPY ADVANTAGE, NUMPY ATTRIBUTES, CREATION OF NUMPY
ARRAYS; FROM LISTS USING NP.ARRAY(), NP.ZEROS(),
NOVEMBER NP.ONES(),NP.ARANGE() , INDEXING, SLICING, AND
ITERATION; CONCATENATING AND SPLITTING ARRAY;
ARITHMETIC OPERATIONS ON ONE DIMENSIONAL AND TW
DIMENSIONAL ARRAYS. CALCULATING MAX, MIN, COUNT
SUM, MEAN, MEDIAN, MODE, STANDARD DEVIATION,
VARIANCE ON NUMPY ARRAYS.
DATABASE CONCEPTS: INTRODUCTION TO DATABASE
CONCEPTS AND ITS NEED, DATABASE MANAGEMENT
SYSTEM. RELATIONAL DATA MODEL: CONCEPT OF
ATTRIBUTE, DOMAIN, TUPLE, RELATION, CANDIDATE KEY
7. RELATIONAL PRIMARY KEY, ALTERNATE KEY, FOREIGN KEY.
DATABASES STRUCTURED QUERY LANGUAGE: DATA DEFINITION
8. SIMPLE QUERIES LANGUAGE, DATA QUERY LANGUAGE AND DATA
IN SQL MANIPULATION LANGUAGE, INTRODUCTION TO MYSQL:
CREATING A DATABASE, USING DATABASE, SHOWING
DECEMBER 9. TABLE TABLES USING MYSQL,
CREATION AND DATA TYPES : CHAR, VARCHAR, INT, FLOAT, DATE
DATA DATA DEFINITION COMMANDS: CREATE, DROP, ALTER (AD
MANIPULATION AND REMOVE PRIMARY KEY, ATTRIBUTE).
DATA QUERY COMMANDS: SELECT-FROM- WHERE, LIKE,
COMMANDS BETWEEN, IN, ORDER BY, USING ARITHMETIC, LOGICAL,
RELATIONAL OPERATORS AND NULL VALUES IN QUERIES,
DISTINCT CLAUSE
DATA MANIPULATION COMMANDS: INSERT, UPDAT
DELETE.
ARTIFICIAL INTELLIGENCE, MACHINE LEARNIN
10. INTRODUCTION NATURAL LANGUAGE PROCESSING, IMMERSIV
JANUARY TO THE EXPERIENCE (AR, VR), ROBOTICS, BIG DATA AND I
EMERGING CHARACTERISTICS, INTERNET OF THINGS (IOT), SENSOR
SMART CITIES, CLOUD COMPUTING AND CLOUD SERVIC
TRENDS
(SAAS, IAAS, PAAS); GRID COMPUTING, BLOCK CHA
TECHNOLOGY.
FEBRUARY PROJECT WORK.
TEST -I GETTING STARTED WITH PYTHON
HALF GETTING STARTED WITH PYTHON, DATA HANDLING, CONDITIONAL AND
YEARLY ITERATIVE STATEMENTS , LIST MANIPULATION, DICTIONARIES
EXAMINATIO
N
TEST-II DATA HANDING USING NUMPY
ANNUAL COMPLETE SYLLABUS
EXAMINATIO
N
MAHARSHI PATANJALI VIDYA MANDIR, PRAYAGRAJ
SYLLABUS BREAKUP: 2021 - 2022
SUBJECT: INFORMATICS PRACTICES PRACTICAL
CLASS - XI

MONTH CHAPTER
 GETTING STARTED WITH PYTHON
 DATA HANDLING
MAY, JULY -  CONDITIONAL AND ITERATIVE STATEMENT
SEPTEMBER  LIST MANIPULATION
 DICTIONARIES

OCTOBER-  DATA HANDLING


FEBRUARY  DATA MANAGEMENT
 INTRODUCTION TO THE EMERGING TRENDS

MAHARSHI PATANJALI VIDYA MANDIR, PRAYAGRAJ


SYLLABUS BREAKUP: 2021 - 2022
SUBJECT: INFORMATICS PRACTICES (PRACTICAL)
CLASS - XI
MONTH TOPICS PRACTICAL
1. To find average and grade for given marks.
JULY 2. To find sale price of an item with given cost and discount (%).
3. To calculate perimeter/circumference and area of shapes such
as
AUGUST triangle, rectangle, square and circle.
4. To calculate Simple and Compound interest.
5. To calculate profit-loss for given Cost and Sell Price.
6. To calculate EMI for Amount, Period and Interest.
7. To calculate tax - GST / Income Tax.
8. To find the largest and smallest numbers in a list.
9. To find the third largest/smallest number in a list.
Programming in 10. To find the sum of squares of the first 100 natural numbers.
Python: 11. To print the first ‘n’ multiples of given number.
12. To count the number of vowels in user entered string.
13. To print the words starting with a particular alphabet in a user
SEPTEMBER entered
string.
14. To print number of occurrence of a given alphabet in a given
string.
15. Create a dictionary to store names of states and their capitals.
16. Create a dictionary of students to store names and marks
obtained in 5
subjects.
17. To print the highest and lowest values in the dictionary.
18. To create array of 1D containing numeric values 0 to 9.
OCTOBER 19. To create array a Numpy array with all values as 0.
20. To extract values at odd numbered position from a NumPy
NOVEMBER array.
Data Handling: 21. To create a 1-D array having 12 elements usinf arrange().
Now, convert
DECEMBER this array into a 2-D array with size 4X3
22. To perform basis arithmetic operations on 1D and 2D array.
23. To create a database
24. To create student table with the student id, class, section,
gender,
name, dob, and marks as attributes where the student id is the
primary
key.
25. To insert the details of at least 10 student in the above table.
26. To delete the details of a particular student in the above table.
27. To increase marks by 5% for those students who have Rno
more
than 20.
28. To display the entire content of table.
29. To display Rno, Name and Marks of those students who are
scoring
marks more than 50.
30. To find the average of marks from the student table.
Database 31. To find the number of students, who are from section ‘A’.
JANUARY
Management : 32. To add a new column email in the above table with
SQL Commands appropriate
data type.
33. To add the email ids of each student in the previously created
email column.
34. To display the information all the students, whose name starts
with ‘AN’
(Examples: ANAND,ANGAD,..)
35. To display Rno, Name, DOB of those students who are born
between
‘2005- 01-01’ and ‘2005-12-31’.
36. To display Rno, Name, DOB, Marks, Email of those male
students in
ascending order of their names.
37. To display Rno, Gender, Name, DOB, Marks, Email in
descending order
of their marks.
38. To display the unique section available in the table.
FEBRUARY Project Work.

Maharshi Patanjali Vidya Mandir, Prayagraj


Syllabus Breakup : 2021 - 2022
Subject : Physical Education
Class - XI
May 2021

Unit 1 Changing Trends & Career in Physical Education

July 2021

Unit II Olympic Value Education


Unit III Physical Fitness, Wellness & Lifestyle
August 2021

Unit IV Physical Education & Sports for CWSN (Children with Special Needs -Divyang)
Unit V Yoga
September 2021

Unit VI Physical Activity & Leadership Training

October 2021

Unit VII Test, Measurement & Evaluation


Unit VIII Fundamental of Anatomy, Physiology & Kinesiology in sport
November 2021

Unit VIII Continue…. Kinesiology in sport


December 2021

Unit IX Psychology & Sports

January 2022

Unit X Sports Training and doping in sports

February 2022

Revision all lesson

Practical
All the practical topics given in the theory book
Ist Test – Unit 1
Half Yearly – Unit 2 To 5 & Unit 1 of Ist Test also
IInd Test – Unit 6 To 7
Syllabus for Annual Examination - Full syllabus of all units (Unit I to Unit X)
Maharshi Patanjali Vidya Mandir, Prayagraj
Syllabus Breakup : 2020 - 2021
Subject : Psychology
Class - XI

May - Chapter 1 - What is Psychology


July Chapter 2 - Methods of Enquiry in Psychology
August - Chapter 3 - The Base of Human Behaviour
September - Chapter 4 - Human Development, Experiment – 1
October - Chapter 5 - Sensory, Attention & Perceptual
Processes
November - Chapter 6 - Learning
December - Chapter 7 - Human Memory, Experiment – 2
January - Chapter 8 - Thinking
February - Chapter 9 - Motivation & Emotion

Unit Test - I - Chapter 1 & 2


Half Yearly - Chapter 3 & 4
Unit – II - Chapter 5, 6 & 7
Annual Exam - Chapter 1 to 9

Maharshi Patanjali Vidya Mandir, Prayagraj


Syllabus Breakup : 2021 - 2022
Subject : Physics Class - XI

Month Topics to be covered

May 1. Dimensions and Dimensional analysis.

July 1. Error and Propagation of errors.


2. Vector and Vector Algebra.
3. Significant Figures.

August 1. Gravitation
2. Properties of Bulk Matter(Mechanical properties of
solids)
September 1. Properties of Bulk Matter(Mechanical properties of
fluids)
2. Oscillation
October 1.Waves
2.Kinematics

November 1. Kinematics (continued)


2.Laws of Motion

December 1.Work , power and Energy


2.Motion of system of particles & Rigid Body.
(System of particles and Rotational Motion)

January 1.Motion of system of particles & Rigid Body.


(System of particles and Rotational Motion) (continued)
2.Thermal properties of matter and Thermodyanamics

February 1.Thermodyanamics (continued)


2.Behaviour of perfect gases and kinetic theory of gases

Unit test 1 Dimensions & Dimensional Analysis, Error &


Propagation of errors, Vector & Vector Algebra,
Significant Figures.

Unit test 2 Kinematics, Laws of Motion.

Half Yearly Topics covered for I Unit Test, Gravitation, Properties of


Bulk Matter(Mechanical properties of solids and fluids
only)

Annual Examination Entire CBSE curriculum for class XI (2021-22)

Practical – Section-A
(1).Vernier Calliper (2). Screw gauge (3).Spherometer (4). Simple Pendulum
.
Section-B
(1).Helical Spring (2). Sonometer – I (3). Sonometer – II (4). Resonance Tube

SYLLABUS BREAK UP
CLASS XI
SESSION-2021-22
ECONOMICS
MONTH BOOK CHAPTERS
May/June/July Microeconomics 1) Central Problems Of
an Economy
2) Consumer’s
Equilibrium
3) Theory Of Demand
4) Elasticity Of Demand
Statistics For Economics 1) Introduction to
Statistics

August Statistics For Economics 2) Collection Of Data


3) Methods Of Collection
of Data

UNIT TEST-1 MICROECONOMICS CHAPTERS 1-4


STATISTICS FOR ECONOMICS CHAPTERS1-3

September Microeconomics 5) Supply and Elasticity


Of Supply
6) Concept Of Cost
7) Concept Of Revenue

Statistics For Economics 4) Organisation Of Data


5) Presentation Of Data
6) Mean, Median and
Mode
7) Measure Of Dispersion
– (Mean Deviation and
Quartile Deviation)

HALF YEARLY EXAMINATION MICROECONOMICS CHAPTERS 1-7


STATISTICS FOR ECONOMICS CHAPTERS 1-7
October Statistics For Economics 8) Diagrammatic and
Graphic Presentation
Of Data
Microeconomics 8) Producer’s Equilibrium

November Microeconomics 9) Forms Of Market


Statistics For Economics 9) Correlation

December Microeconomics 10) Price Determination


under perfect
Competition
Statistics for Economics Correlation

UNIT TEST-2 MICROECONOMICS CHAPTERS 8 & 9


STATISTICS FOR ECONOMICS CHAPTERS 8 & 9

January & February Revision & Project Work 10) Index Number
FINAL TERM EXAMINATION MICRO AND STATISTICS FULL SYLLABUS

Maharshi Patanjali Vidya Mandir, Prayagraj


Applied Mathematics (Syllabus Breakup)
May Set Theory

July Relations & Functions

August Sequence & Series A.P. & G.P.

September Numbers ,Quantification & Numerical Applications.

October Calculus ( Concepts of Limits)

November Continuity & Derivative


December Probability & Coordinate Geometry

January Descriptive Statistics , Permutations and Combinations

February Basics of Financial Maths, Mathematical Reasoning


Class- XI (2021-22)
Ist Unit Test Chapters covered till August

Half Yearly Examination Chapters covered till September

IInd Unit Test Chapters covered in Nov. & Dec.

Annual Examination Whole Syllabus

Note : As the subject is new ,so there may be some changes.

BIOLOGY
SYLLABUS BREAKUP
CLASS XI (2021-22) (THEORY)

MONTH CHAPTER NO. NAME OF THE CHAPTERS

1 The Living World


MAY 2 Biological Classification

3 Plant Kingdom
JUNE 4 Animal Kingdom
5 Morphology of Flowering Plants
6 Anatomy of Flowering Plants
JULY 7 Structural Organisation in Animals

8 Cell: The Unit Of Life


AUG 10 Cell Cycle and Cell Division

9 Biomolecules
SEPTEMBER 11 Transport in Plants

12 Mineral Nutrition
OCTOBER 13 Photosynthesis in Higher Plants

14 Respiration in Plants
NOVEMBER 15 Plant- Growth and Development

16 Digestion and Absorption


DECEMBER 17 Breathing and Exchange of Gases

18 Body Fluids and Circulation


JANUARY 19 Excretory Products and their Elimination
20 Locomotion and Movement
21 Neural Control and Coordination
FEBURARY 22 Chemical Coordination and Integration

UNIT TEST I: CHAPTER NO. 1, 2, 3, 4 and 8


HALF YEARLY EXAMINATION: CHAPTER NO. 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 and 11.
ART INTEGRATED ACTIVITY :
File presentation/Chart Work based on UNIT1 ‘Diversity in the Living World in North-East
States’.

UNIT TEST II: CHAPTER NO. 12, 13, 14, 15 and 16.
ANNUAL EXAMINATION: Complete Syllabus.

BIOLOGY
SYLLABUS BREAKUP
CLASS XI (2020-21) (PRACTICAL)

TERM I

A. LIST OF EXPERIMENTS:

1. Test for the presence of sugar and starch in suitable plant and animal materials.
2. Test for the presence of albumin in suitable animal materials.

B. SPOTTING :

1. To study the different parts of a compound microscope.


2. Specimens/slides/models and identification with reasons- Bacteria, Oscillatoria, Spirogyra,
Rhizopus, mushroom, yeast, liverwort, moss, fern ;one monocotyledonous plant, one
dicotyledonous plant and one lichen.
3.Virtual specimens/slides/models and identifying features of- Amoeba, Hydra,
liverfluke,Ascaris,leech,earthworm,prawn,silkworm,honeybee,snail,starfish,rohu,
frog, lizard, pigeon and rabbit.

TERM II

A. LIST OF EXPERIMENTS:

3. Study of the rate of respiration in germinating seeds.


4. Separation of plant pigments through paper chromatography.
5. Study of distribution of stomata in the upper and lower surfaces of leaves.
6. Study and describe a locally available common flowering plant, from any one family including
dissection of floral whorls, anther and ovary to show number of chambers.
B. SPOTTING :

4. Mitosis in onion root tip cells from permanent slides.


5. Tissues and diversity in shape and size of animal cells (squamous epithelium,smooth,skeletal
and cardiac muscle fibres and mammalian blood smear) through temporary/permanent slides.

Maharshi Patanjali Vidya Mandir, Prayagraj


Syllabus Breakup : 2021 - 2022
Subject : History
Class - XI

Term I
May-Theme 2 : Writing and City Life
May-Theme 3 : An Empire Across Three Continents
Jul- Theme 4 : The Central Islamic Lands
Aug-Theme 5 : Nomadic Empires
Sep-Theme 1 : From the beginning of Time

UNIT TEST : I Theme 2 : Writing and City Life


Theme 3 : An Empire Across Three Continents

HALF YEARLY Entire term 1

Term II - Oct- Theme 6 : The Three Orders


Nov-Theme 7 : Changing Cultural Traditions
Nov-Theme 8 : Confrontation of Cultures
Dec- Theme 9 : The Industrial Revolution
Jan-Theme 10 : Displacing Indigenous People
Feb-Theme 11 : Paths to Modernisation
UNIT TEST II - Theme 6 : The Three Orders
Theme 7 : Changing Cultural Traditions

ANNUAL EXAM - Complete syllabus.

You might also like