You are on page 1of 7

NATIONAL PUBLIC SCHOOL, BENGALURU

GRADE 11: SECOND SEMESTER EXAMINATION TIMETABLE AND PORTIONS 2023-24

13.01.2024

DATE DATE SUBJECT


06/02/2024 Tue Study Holiday
07/02/2024 Wed Practicals Exam - Physics / Chemistry / Accountancy
08/02/2024 Thu Practicals Exam - Physics / Chemistry / Business Studies
09/02/2024 Fri HOL
10/02/2024 Sat HOL
11/02/2024 Sun HOL
12/02/2024 Mon Practicals Exam - Biology / Computer Science / Economics
13/02/2024 Tue HOL
14/02/2024 Wed Physics / Accountancy
15/02/2024 Thu HOL
16/02/2024 Fri English Core
17/02/2024 Sat HOL
18/02/2024 Sun HOL
19/02/2024 Mon HOL
20/02/2024 Tue Math / Applied Math / Entrepreneurship
21/02/2024 Wed HOL
22/02/2024 Thu HOL
23/02/2024 Fri Biology / Computer Science / Economics
24/02/2024 Sat HOL
25/02/2024 Sun HOL
26/02/2024 Mon HOL
27/02/2024 Tue HOL
28/02/2024 Wed Chemistry / Business Studies
29/02/2024 Thu HOL
Psychology Theory
01/03/2024 Fri
Practicals Exam : Math /Applied Math / Entrepreneurship
02/03/2024 Sat Practicals Exam - Psychology

Principal
NATIONAL PUBLIC SCHOOL, BENGALURU

GRADE 11: SECOND SEMESTER EXAMINATION TIMETABLE AND PORTIONS 2023-24

Subject Portions
Reading:
Unseen Comprehension passages
Note-making
Summary
Grammar:
Tenses, Clauses, Creative Writing Skills, Classified Advertisements (short writing task),
Poster (Short writing task), Speech and Debate
Literature
Hornbill
The Portrait of a Lady (Prose)
A Photograph (Poem)
“We’re Not Afraid to Die… if
We Can be Together Discovering
English
Tut: the Saga Continues
The Laburnum Top (Poem)
The Voice of the Rain (Poem)
Childhood (Poem)
The Adventure
Silk Road (Prose)
Father to Son
Snapshots
The Summer of the Beautiful White Horse (Prose)
The Address (Prose)
Mother’s Day (Play)
Birth (Prose)
The Tale of Melon City
Lesson 1 - Sets
Lesson 2 - Relations and Functions
Lesson 3 - Trigonometric Functions
Lesson 4 - Complex Numbers and Quadratic Equations
Lesson 5 - Linear Inequalities
Lesson 6 - Permutations and combinations
Lesson 7 - Binomial Theorem
Lesson 8 - Sequences and Series
Lesson 9 - Straight Lines
Mathematics
Lesson 10 - Conic Sections
Lesson 11 - Introduction to Three Dimensional Geometry
Lesson 12 - Limits and Derivatives
Lesson 13 - Statistics
Lesson 14 - Probability
NATIONAL PUBLIC SCHOOL, BENGALURU

GRADE 11: SECOND SEMESTER EXAMINATION TIMETABLE AND PORTIONS 2023-24

Subject Portions
Lesson 1 - Units and Measurements
Lesson 2 - Motion in a Straight Line
Lesson 3 - Motion in a Plane
Lesson 4 - Laws of Motion
Lesson 5 - Work, Energy and Power
Lesson 6 - System of Particles and Rotational Motion
Lesson 7 - Gravitation
Physics Lesson 8 - Mechanical Properties of Solids
Lesson 9 - Mechanical Properties of Fluids
Lesson 10 - Thermal Properties
Lesson 11 - Thermodynamics
Lesson 12 - Kinetic Theory
Lesson 13 - Oscillations
Lesson 14 - Waves

Lesson 1 - Some Basic Concepts of Chemistry


Lesson 2 - Structure of Atom
Lesson 3 - Classification of elements and Periodicity in Properties
Lesson 4 - Chemical Bonding and Molecular Structure
Lesson 5 - Thermodynamics
Chemistry Lesson 6 - Equilibrium
Lesson 7 - Redox Reactions
Lesson 8 - Organic Chemistry-Some Basic Principles and Techniques
Lesson 9 - Hydrocarbons

Lessons :
1 - The Living WorldLesson
2 - Biological ClassificationLesson
3 - Plant KingdomLesson
4 - Animal KingdomLesson
5 - Morphology of Flowering PlantLesson
6 - Anatomy of Flowering PlantsLesson
7 - Structural Organisation in AnimalsLesson
8 - Cell: The Unit of LifeLesson
9 - BiomoleculesLesson
Biology
10 - Cell Cycle and Cell DivisionLesson
11 - Photosynthesis in Higher PlantsLesson
12 - Respiration in PlantsLesson
13 - Plant Growth and DevelopmentLesson
14 - Breathing and Exchange of GasesLesson
15 - Body Fluids and CirculationLesson
16 - Excretory Products and their EliminationLesson
17 - Locomotion and Movement Lesson
18 - Neural Control and Coordination Lesson
19 - Chemical Coordination and Integration
NATIONAL PUBLIC SCHOOL, BENGALURU

GRADE 11: SECOND SEMESTER EXAMINATION TIMETABLE AND PORTIONS 2023-24

Subject Portions
Unit I: Computer Systems and Organisation
● 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, and
interpreter), application software
● Operating System(OS): functions of the operating system, OS user interface
● Boolean logic: NOT, AND, OR, NAND, NOR, XOR, NOT, truth tables and De Morgan’s
laws, Logic circuits
● Number System: Binary, Octal, Decimal and Hexadecimal number system;
conversionbetween number systems
● Encoding Schemes: ASCII, ISCII, and Unicode (UTF8, UTF32)
Unit II: Computational Thinking and Programming - I
● Introduction to Problem-solving: Steps for Problem-solving (Analyzing the problem,
developing an algorithm, coding, testing, and debugging), representation of algorithms
using flowchart and pseudocode, decomposition
● Familiarization with the basics of Python programming: Introduction to Python,
Features of Python, executing a simple “hello world" program, execution modes:
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,
Computer Science sequence(string, list, tuple), None, Mapping(dictionary), mutable and immutable data
types.
● Operators: arithmetic operators, relational operators, logical operators, assignment
operators, augmented assignment operators, identity operators (is, is not),
membership operators (in not in)
● Expressions, statement, type conversion, and input/output: precedence of
operators, expression, evaluation of an expression, type-conversion (explicit and
implicit conversion), accepting data as input from the console and displaying output.
● Errors- syntax errors, logical errors, and run-time errors
● Flow of Control: introduction, use of indentation, sequential flow, conditional and
iterative flow
● Conditional statements: if, if-else, if-elif-else, flowcharts, simple programs: e.g.:
absolute value, sort 3 numbers and divisibility of a number.
● Iterative Statement: for loop, range(), while loop, flowcharts, break and continue
statements, nested loops, suggested programs: generating pattern, summation of
series, finding the factorial of a positive number, etc.
● Strings: introduction, string operations (concatenation, repetition, membership and
slicing), traversing a string using loops, built-in functions/methods–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
and slicing), traversing a list using loops, built-in functions/methods–len(), list(),
append(), extend(), insert(), count(), index(), remove(), pop(), reverse(), sort(),
NATIONAL PUBLIC SCHOOL, BENGALURU

GRADE 11: SECOND SEMESTER EXAMINATION TIMETABLE AND PORTIONS 2023-24

Subject Portions
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 and slicing); built-in functions/methods – 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 using keys, mutability of a
dictionary (adding a new term, modifying an existing item), traversing a dictionary,
built-infunctions/methods – len(), dict(), keys(), values(), items(), get(), update(),
del(), del, clear(), fromkeys(), copy(), pop(), popitem(), setdefault(), max(), min(),
sorted(); 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, importing math module (pi, e, sqrt(), ceil(), floor(), pow(),
fabs(), sin(), cos(), tan()); random module (random(), randint(), randrange()),
statistics module (mean(), median(), mode()).
Unit III: Society, Law and Ethics
● Digital Footprints
● Digital Society and Netizen: net etiquettes, communication etiquettes, social media
étiquettes
● Data Protection: Intellectual property rights (copyright, patent , trademark),
violation of IPR(plagiarism, copyright infringement, trademark infringement), open
source software and licensing (Creative Commons, GPL and Apache)
● Cyber Crime: definition, hacking, eavesdropping, phishing and fraud emails,
ransomware, cyber trolls, cyber bullying
● Cyber safety: safely browsing the web, identity protection, confidentiality
● Malware: viruses, trojans, adware
● E-waste management: proper disposal of used electronic gadgets.
● Information Technology Act (IT Act)
● Technology and society: Gender and disability issues while teaching and using
computers

Chapter 1- What is Psychology


Chapter 2: Methods of enquiry in Psychology
Chapter 3: Human Development
Chapter4: Sensory attentional and perceptual processes
Chapter5: Learning
Psychology Chapter6: Human Memory
Chapter 7: Thinking
Chapter 8: Motivation and Emotion (IMPORTANT: The names and numbers of the
chapter are according to the rationalized textbook)

Chapter 4 - Bases of Accounting


Chapter 6 - Accounting Procedures - Rules of Debit and Credit
Accountancy Chapter 8 - Journal
Chapter 9 - Ledger
NATIONAL PUBLIC SCHOOL, BENGALURU

GRADE 11: SECOND SEMESTER EXAMINATION TIMETABLE AND PORTIONS 2023-24

Subject Portions
Chapter 10 - Special Purpose Books I - Cash Book (except Petty Cash Book)
Chapter 11 - Special Purpose Books II - Other Books
Chapter 12 - Accounting of Goods and Services Tax (GST)
Chapter 13 - Bank Reconciliation Statement
Chapter 15 - Depreciation
Chapter 16 - Provision and Reserves
Chapter 17 - Rectification of Errors
Chapter 18 - Financial Statements of Sole Proprietorship (except operating Profit
Calculation)
Chapter 19 - Adjustments in Preparation of Financial Statements
Chapter 20 - Accounting of Share Capital
UNIT – 1 NUMBERS, QUANTIFICATION AND NUMERICAL APPLICATIONS: Binary
Numbers, Indices, Logarithm and Antilogarithm, Averages, Clock, Calendar, Time, Work
and Distance, Mensuration, Seating arrangement.
UNIT – 2 ALGEBRA: Sets, Relations, Sequences and Series, Permutations and
Combinations,
Applied Math UNIT – 3 MATHEMATICAL REASONING : Logical reasoning
UNIT – 4 CALCULUS : Functions, Limits, Differentiation
UNIT – 5 PROBABILITY
UNIT – 6 DESCRIPTIVE STATISTICS
UNIT – 7 FINANCIAL MATHEMATICS
UNIT – 8 COORDINATE GEOMETRY : Straight line, Circle, Parabola
Unit 1 – Entrepreneurship: Concept and Functions
Unit 2 – An entrepreneur
Unit 3 – Entrepreneurial Journey
Entrepreneurship Unit 4 – Entrepreneurship as Innovation and Problem Solving
Unit 5 – Concept of Market
Unit 6 – Business Finance and Arithmetic
Unit 7 – Resource Mobilization
Lesson 1 - Evolution and Fundamentals of Business
Lesson 2 - Forms of Business Organisations
Lesson 3 - Public, Private and Multinational Company
Lesson 4 - Business Services
Business Studies Lesson 6 - Social Responsibility of Business and Business Ethics
Lesson 7 - Sources of Business Finance
Lesson 8 - Small Business and Enterprises
Lesson 9 - Internal Trade
Lesson 10 - International Trade

Part – A Statistics for Economics


6. Diagrammatic Presentation of data
7. Frequency diagrams
8. Arithmetic line graph
9. Measures of Central Tendency – Arithmetic Mean
10. Measures of Central Tendency – Median and Mode
Economics 11. Correlation
12. Index Numbers
Part – B Introductory Microeconomics
1. Introduction to Microeconomics
2. Central Problems and PPC
3. Consumer’s Equilibrium – Utility Analysis
4. Consumer’s Equilibrium – Indifference curve analysis
NATIONAL PUBLIC SCHOOL, BENGALURU

GRADE 11: SECOND SEMESTER EXAMINATION TIMETABLE AND PORTIONS 2023-24

Subject Portions
5. Theory of demand
6. Elasticity of demand
7. Production function
8. Cost
9. Concept of TR, AR and MR
10. Producer’s Equilibrium
11. Theory of Supply
12. Forms of Market
13. Market Equilibrium

Principal

You might also like