You are on page 1of 9

The New Green Field Public Academy

Physics syllabus (2022-2023)


Class- XI

Month Chapter Name & unit Examination


June Chapter-1) physical world

July 3) Motion in straight line and PT-1


vector
August 4) Motion in plane PT-II
5)Laws of Motion
September 6) Work power energy
7) System of particles and TERM-1
rotational motion
October 8) Gravitation Class test
9)Solid properties of matter
November 10) Bulk properties of matter PT-III
11) Thermal Properties of
matter
December 12) Thermodynamics Class test
13) Kinetic theory of gases
14) Simple harmonic motion
2)Units and measurement
Januany REVISION PRE - BOARD

February REVISION FINAL EXAM


The New Green Field Public Academy
Chemistry syllabus (2022-2023)
Class-XI

Month Chapter Name & unit Examination


June Chapter 1 Basic concept of
chemistry

July PT-1
Chapter 1- Basic concepts of
chemistry revision
Chapter 2- structure of atoms

August Chapter 3- Classification of PT-II


elements and periodicity in
propertiees
Chapter 4-Chemical bonding
andmolecular structure
September Chapter 5- Chemical TERM-1
thermodynamics
Chapter 6- Equilibrium
October Chapter 7- Redox reactions Class test
November Chapter 8-Organic chemistry: PT-I
Some basic principles and
techniques
December Chapter 9- Hydrocarbons Class test

REVISION PRE-BOARD
January
FebruaryY REVISION and practicals FINAL EXAM
The New Green Field Public Academy
Biology syllabus (2022-2023)
Class-XI

Month Chapter Name & unit Examination


June 1. The living world2. Biological
classification

3. Plant Kingdom PT-1


July
4. Animal Kingdom
5. Morphology of flowering
plants
6. Anatomy of flowering PT-II
August
plants.
7. Structural organisation in
animals

8. Cell-the unit of life


9. Biomolecules TERM-1
September
10. Cell cycle and cell division
13. Photosynthesis in higher

plants
14. Respiration in plants Class test
October
15. Plant growth and
development.
17. Breathing and exchange of
gases.
18. Body fluids and their PT-
November
circulation
19. Excretory products and
theirelimination
20. Locomotion and moment Class test
December
21. Natural control and
coordination
22. Chemical coordination and

integration
REVISION Practice paper solving
January REVISION FINAL EXAM
FebruarY
PRACTICALSS
available common flowering plants, from family
A List of Experiments1. Study and describe locally
Brassicaceae can besubstituted in case of particular
Solanaceae(Poaceae, Asteraceae or
geographical
floral whorls, anther and ovary to show
location) including dissection and display of
of root (tap and
number of chambers (floral formulae and floral diagrams), type
leaf (arrangement, shape, venation,
adventitious); type of stem (herbaceous and woody);
and monocot roots and stems
simple and compound).2. Preparation and study of T.S. of dicot
(primary).
The New Green Field Public Academy
Maths Syllabus of class 11th(2022-23)

Month Unit Chapter Examination


June 1.Sets and Functions 1.sets
2.Relations and
Functions

July 1.Setsand Functions 3. Trigonometric PT-1


functions
5.Complex numbers
and Quadratic
Equations

August 2. Algebra 6 Linear Equilities


1. Permutations and
combinations
8.Binomial Theorem

September 2.Algebraa 9. sequences and PT-2


3.Coordinate series
Geometry 10. Straight lines

October 3.Coordinate 11. Conic Sections


Geometry 12 Introduction to
three Dimensional
Geometry
4.Calculus 13. Limits and
November
Derivatives

5.Statistics and 15. Statistics PT-3


December
Probability 16.Probability

January Rivision and Sample


paper

Rivision and Sample


Fabruary
paper
The New Green Field Public Academy

Physical Education syllabus (2022-23)

Class- X

Month Chapter name

June Unit I. Changing Trends & Career in Physical Education

July Unit II. Olympism

August Unit IlII Yoga


Unit V Physical Education & Sports for CWSN (Children with Special
Needs Divyang)
September Unit V Physical Fitness, Health and Wellness
Unit VI. Test, Measurement& Evaluation

October Unit VIll Fundamentals of Anatomy, Physiology in Sports


Unit Vill Fundamentals of Kinesiology and Biomechanics in Sports
November Unit IX Psychology & Sports

December UnitX. Training and Doping in Sports


REVISION. FINAL EXAM
NEW GREEN FIELD PUBLIC ACADEMY

SYLLABUS 2022-2023

CLASS-XI

SUBJECT ENGLISH
Month HORN BILL SNAPSHOOT Gramma Exam
June 1. The portrait Forms Of
of a lady Verbs
1A Photograph Tenses
(Poem)
July 2. We're Not 1. The Note-Making PT-1
Afraid of Die.If Summer Of And
We Can Be the Beautiful Summary
Together White Horses Reordering of
2.The Laburnum Sentences
Top(poem)
August 3.The Voice Rain 2.The Unseen
(poem) Address Passage
Gap Filling
September 3. Discovering 3.Mother's Poster Term-1
Tut: The Saga Day Making
Continues Advertisment
s Writing
October 4. The 4. Birth Clauses Class Test
Adventures
4.Childhood
(Poem)
November 5. Father to the 5. The Tale Of Debate PT-2
son (poem) Melon City Writing

December 5. Silk Road Speech Class-Test


Writing
January Revision Revision Transformati PT-3
on of
Sentences
February Revision Revision Revision
March Revision Revision revision FinalExam
The New Green Field Public Academy
Syllabus 2022-23
Computer Science
Class XI

Theory Examination
Month syllabus
Practical

Unit I: Computer Systems and Organisation Theory


June
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 language translators
(assembler, compiler & interpreter), application software
Operating system (Os): functions of operating system, OS user
interface
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: ASCIl, ISClI and UNICODE (UTF8, UTF32)

July Unit I: Computational Thinking and Programming-1 Practical


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: Introduction
to Python, features ofPython, executinga simple "hello world"
program, execution modes: interactive mode and script mode, Python
character set, Python tokens (keyword, identifier, literal, operator,
punctuator), variables, concept of -value and r-value, use of comments
Knowledge ofdata types: number (integer, floating point, complex),
boolean, sequence (string, list, tuple), none, mapping (dictionarv),
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)
Expressions, statement, type conversion & input/output: precedence
of operators, expression, evaluation of 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
Flow ofcontrol: 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 numbers and divisibility of a
number
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 Practical
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(), Istrip(), rstrip(), strip(), replace(), join(),
partition(),
split()
Lists: introduction, indexing,
list operations (concatenatior1,
repetition, membership & slicing), traversing a list using loops, built-in
functions: len(), list(), append(), extend(), insert(),
count(), index(),
remove(), pop(), reverse(), sort(), sorted(), min(), max(), sum(); nested
lists, suggested programs: finding the maximum, minimum, mean of
numeric values stored in list; linear search on list of numbers and
a
ounting 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

September Dictionary: introduction, accessing items in a dictionary using keys, Practical


mutability of dictionary (adding a new item, modifying an existing
item), traversing a dictionary, built-in functions: len(), dict(), keys(),

October values(), items(), get(), update(), del, clear(), fromkeys(), copy(), pop(). Practical
opitem(), 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

November Introduction to Python modules: Importing module using 'import Practical


<module>'and using from statement, Importing math module (pi, e,
sqrt, ceil, floor, pow, fabs, sin, cos, tan); random module (random,
randint, randrange), statistics module (mean, median, mode)

December Unit ll: Society, Law and Ethics Theory


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 and fraud
emails, ransomware, preventing cyber crime
Cyber safety: safely browsingthe web, identity protection,
confidentiality, cyber trolls and bullying.
Safely accessing web sites: malware, viruses, trojans, adware

January E-waste management: proper disposal of used electronic gadgets Practical


Indian Information Technology Act (IT Act)
Technology & Society: Gender and disability issues while teaching
and using computers

February Practice and Revision


March Practice and Revision Exam

You might also like