kendriya vidyalaya sangathan, kolkata region split … · kendriya vidyalaya sangathan, kolkata...

42
KENDRIYA VIDYALAYA SANGATHAN, KOLKATA REGION SPLIT UP SYLLABUS (2017-18) CLASS – XII : SUBJECT – ENGLISH CORE MONTH SYLLABUS TO BE COVERED NO OF PERIODS NO OF WORKING DAYS APRIL-MAY Reading Comprehension passage Notice writing Advertisement Speech writing The Last Lesson , My Mother At Sixty Six(Flamingo) The Tiger King(Vistas) Introduction to the novel and novelist & Novel chapter 1 & 2 5 2 3 2 3+2 3 4 24 JUNE Lost Spring (Flamingo) Note making and Summarisation 4 3 7 JULY Deep Water, An Elementary School Classroom In A Slum , The Rat trap (Flamingo) The Enemy(Vista) NOVEL chapters 3 to 8 Article writing Invitations and Replies 3+3 4 3 5 2 4 25 AUG Keeping Quiet (Flamingo), Indigo Should Wizard Hit Mommy?(Vistas) Discussion Of Chapters 9 to 15 (Novel) Letter of enquiry, poster making. 3+4 3 11 4 25 SEP A Thing of Beauty poem & (Flamingo) Evans tries an O level (vistas) Discussion Of Chapters 16 to 21(Novel) Report-Writing & Factual Description. 3 4 8 4 19 OCT Going Places (flamingo), Aunt Jennifer's Tigers (Flamingo) On The Face Of It (Vistas) Invisible man: Discussion of Chapters 22 to 24 invitation-Writing & Replies Letter Of Complaint, Letter of Placing Orders, Letter of Job Application 3+3 3 3 2 6 20 NOV Memories of Childhood (Vistas) Discussion of chapters 25 to 28 (novel) Recapitulation of novel and discussion of theme, plot and characters 3 5 4 12 DEC Revision & First Pre Board Examination 20 2O JAN Revision & Second Pre Board Examination 13 13 FEB Revision 23 23

Upload: phungtuong

Post on 06-May-2018

253 views

Category:

Documents


0 download

TRANSCRIPT

  • KENDRIYA VIDYALAYA SANGATHAN, KOLKATA REGIONSPLIT UP SYLLABUS (2017-18)

    CLASS XII : SUBJECT ENGLISH CORE

    MONTH SYLLABUS TO BE COVERED NO OFPERIODS

    NO OFWORKING

    DAYSAPRIL-MAY Reading Comprehension passage

    Notice writingAdvertisementSpeech writingThe Last Lesson , My Mother At Sixty Six(Flamingo)The Tiger King(Vistas)Introduction to the novel and novelist & Novel chapter 1 & 2

    5232

    3+234

    24

    JUNE Lost Spring (Flamingo)Note making and Summarisation

    43

    7

    JULY Deep Water, An Elementary School Classroom In A Slum ,The Rat trap (Flamingo)The Enemy(Vista)NOVEL chapters 3 to 8Article writingInvitations and Replies

    3+343524

    25

    AUG Keeping Quiet (Flamingo), IndigoShould Wizard Hit Mommy?(Vistas)Discussion Of Chapters 9 to 15 (Novel)Letter of enquiry, poster making.

    3+43

    114

    25

    SEP A Thing of Beauty poem & (Flamingo)Evans tries an O level (vistas)Discussion Of Chapters 16 to 21(Novel)Report-Writing & Factual Description.

    3484

    19

    OCT Going Places (flamingo), Aunt Jennifer's Tigers (Flamingo)On The Face Of It (Vistas)Invisible man: Discussion of Chapters 22 to 24invitation-Writing & Replies

    Letter Of Complaint, Letter of Placing Orders, Letter of Job Application

    3+33326

    20

    NOV Memories of Childhood (Vistas)Discussion of chapters 25 to 28 (novel)Recapitulation of novel and discussion of theme, plot and characters

    354

    12

    DEC Revision & First Pre Board Examination 20 2O

    JAN Revision & Second Pre Board Examination 13 13

    FEB Revision 23 23

  • KENDRIYA VIDYALAYA SANGATHAN, KOLKATA REGIONSPLIT-UP SYLLABUS (2017-18)

    CLASS XII : COMPUTER SCIENCE (THEORY)

    MONTH PORTION TO BE COVERED THEORY PRACTICALAPRIL-MAY

    Unit 1 Object Oriented Programming in C++REVIEW: C++ covered In Class - XIObject Oriented Programming: Concept of ObjectOriented Programming - Data hiding, Data encapsulation,Class and Object, Abstract class and Concrete class,Polymorphism(Implementation of polymorphism usingFunction overloading as an example in C++);Inheritance,Advantages of Object Oriented Programming over earlierprogramming methodologies,Function Overloading: Need for Function Overloading,Declaration and Definition, Restrictions on OverloadedFunctions, Calling Overloaded FunctionsImplementation of Object Oriented Programmingconcepts in C++: Definition of a class, Member of a class -Data Members and Member Functions (methods), Using Privateand Public visibility modes, default visibility mode (private);Member function definition: inside class definition and outsideclass definition using scope resolution operator (::); Declarationof objects as instances of a class; accessing members fromobject (s), Objects as function arguments-pass by value and passby reference;Constructor and Destructor: Constructor: specialcharacteristics, declaration and definition of a constructor,default constructor, overloaded constructors, copy constructor,constructor withdefault arguments;Destructor: Special Characteristics, declaration and definition ofdestructor

    20 20

    JUNE-JULY Inheritance (Extending Classes): Concept of Inheritances,Base Class, Derived classes, protected visibility mode; Singlelevel inheritance, Multilevel inheritance and Multipleinheritance, Privately derived, publicly derived and Protectedlyderived class, accessibility of members from objects and withinderived class (es);Data File Handling: Need for a data file, Types of data files -Text file and Binary file;Text File: Basic file operations on text file:Creating/Writing text into file, Reading andManipulation of text from an already existing text File (accessingsequentially).Binary File: Creation of file, Writing data into file, Searching

    22 16

  • for required data from file,Appending data to a file, Insertion of data in sorted file, Deletionof data from file, Modificationof data in a file; Implementation of above mentioned data filehandling in C++;

    Components of C++ to be used with file handling:Header file: fstream.h; ifstream, ofstream, classes;Opening atext file in in, out, and app modes;Using cascading operators (>>

  • and Column elements in a two dimensional array;PERIODIC TEST IIPORTION:1. Data File Handling (10)2. Pointers(10)3. Arrays (20)

    MAXIMUM MARKS: [10 + 10 + 20 = 40 Marks]DURATION: 90 Minutes

    SEP Stack (Array and Linked implementation of Stack):Introduction to stack (LIFO_Last in First out Operations)Operations on stack (PUSH and POP) and its Implementation inC++, Converting expressions from INFIX to POSTFIX notation andevaluation of Postfix expression;Queue: (Array and Linked Implementation)Introduction to Queue (FIFO - First in First out operations)Operations on Queue (Insert and Delete and itsImplementation in C++, circular queue using array.

    UNIT-3 DATABASES AND SQLData base Concepts: Introduction to data base concepts and itsneed.Relational data model: Concept of domain, tuple, relation,key, primary key, alternate key,candidate key;Relational algebra : Selection, Projection, Union and Cartesianproduct;

    20

    6

    18

    2

    OCT STRUCTURED QUERY LANGUAGE:General Concepts: Advantages of using SQL, Data DefinitionLanguage and Data ManipulationLanguage;DataTypes: NUMBER/DECIMAL,CHARACTER/VARCHAR/VARCHAR2, DATE;SQL COMMANDS: CREATE TABLE, DROP TABLE, ALTER TABLE,UPDATE .SET., INSERT,DELETE; SELECT, DISTINCT, FROM, WHERE, IN, BETWEEN,GROUP BY, HAVING, ORDER BY;SQL functions: SUM( ), AVG ( ), COUNT ( ), MAX ( ) AND MIN ( );Obtaining results (SELECTquery) from 2 tables using equi-join,Cartesian product and UnionNote: Implementation of the above mentioned commandscould be done on any SQL supported software on one or twotables.

    UNIT-4 BOOLEAN ALGEBRA

    Role of Logical Operations in Computing.Binary-valued

    14

    16

    18

    0

  • Quantities, Boolean Variable, Boolean Constant and BooleanOperators: AND, OR,NOT; Truth Tables; Closure Property,Commutative Law, Associative Law, Identity law, InverseLaw,Principle of Duality, Idempotent Law, Distributive Law, AbsorptionLaw, Involution Law,DeMorgans Law and their applications;Obtaining Sum of Product (SOP) and Product of Sum (POS) formthe Truth Table, Reducing BooleanExpression (SOP and POS) to itsminimal form, Use of Karnaugh Map for minimization ofBooleanexpressions (up to 4 variables);Application of Boolean Logic: Digital electronic circuit design usingbasic Logic Gates (NOT, AND,OR, NAND, NOR)Use of Boolean operators (NOT, AND, OR) in SQL SELECTstatementsUse of Boolean operators (AND, OR) in search engine queries.

    HALF YEARLY EXAMINATIONPORTION

    1. Up to Unit 4 (Boolean Algebra)MAXIMUM MARKS: 70DURATION: 180 Minutes

    NOV UNIT-5 COMMUNICATION TECHNOLOGIES

    Evolution of Networking: ARPANET, Internet, InterspaceDifferent ways of sending data across the network withreference to switching techniques (Circuit and Packet switching).

    Data Communication terminologies: Concept of Channel,Bandwidth (Hz, KHz, MHz) and Data transfer rate (bps, Kbps,Mbps, Gbps, Tbps).

    Transmission media: Twisted pair cable, coaxial cable,optical fiber, infrared, radio link, microwave link and satellitelink.

    Network devices: Modem, RJ45 connector, Ethernet Card,Router, Switch, Gateway, wifi card.

    Network Topologies and types: Bus, Star, Tree, PAN, LAN,WAN, MAN.

    Network Protocol: TCP/IP, File Transfer Protocol (FTP),PPP, SMTP, POP3 Remote Login(Telnet), and InternetWireless/Mobile Communication protocol such as GSM, CDMA,GPRS, andWLL.

    16 3

  • Mobile Telecommunication Technologies : 1G, 2G, 3G and4GElectronic mail protocols such as SMTP, POP3; Protocols forChat and Video Conferencing VOIPWireless technologies suchas Wi-Fi and WiMax

    Network Security Concepts:Threats and prevention from Viruses, Worms, Trojan horse,Spams Use of Cookies, Protection using Firewall.India IT Act,Cyber Law, Cyber Crimes, IPR issues, hacking.

    Introduction To Web services: WWW, Hyper TextMarkup Language (HTML), Extensible Markup Language(XML); Hyper Text Transfer Protocol (HTTP); Domain Names;URL; Website,Web browser, Web Servers; Web Hosting, WebScripting - Client side(VB Script,javascript,PHP) and serverside(ASP,JSP,PHP),Web 2.0(for social networking)

    NOV-DEC Revision and Project CompletionPRE BOARD I (Whole Syllabus)

    JAN Revision and Project SubmissionPRE BOARD II (Whole Syllabus)

    FEB Revision AISSCE Practical

  • SPLIT-UP SYLLABUSCOMPUTER SCIENCE PRACTICAL

    MONTH PORTION TO BE COVERED PRACTICALAPRIL-MAY Unit 1: Object Oriented Programming in C++

    Class Creation and object implementation in C++Constructor and Destructor

    20

    JUNE-JULY InheritanceData File Handling: Text File, Binary FileHeader file: fstream.h; ifstream, ofstream, classes;Opening a text filein in, out, and app modes;Using cascading operators (>>

  • Language and Data ManipulationLanguage;DataTypes: NUMBER/DECIMAL, CHARACTER/VARCHAR/VARCHAR2,DATE;SQL COMMANDS: CREATE TABLE, DROP TABLE, ALTER TABLE,UPDATE .SET., INSERT,DELETE; SELECT, DISTINCT, FROM, WHERE,IN, BETWEEN, GROUP BY, HAVING, ORDER BY;SQL functions: SUM ( ), AVG ( ), COUNT ( ), MAX ( ) AND MIN ( );Obtaining results (SELECTquery) from 2 tables using equi-join,Cartesian product and UnionNote: Implementation of the above mentioned commands could bedone on any SQL supported software on one or two tables.

    Use of Boolean operators (NOT, AND, OR) in SQL SELECT statementsUse of Boolean operators (AND, OR) in search engine queries.

    NOV UNIT-5 COMMUNICATION TECHNOLOGIES

    Network devices: Modem, RJ45 connector, Ethernet Card, Router,Switch, Gateway, wifi card.

    Network Topologies and types: Bus, Star, Tree, PAN, LAN, WAN,MAN.

    Showing and setting up LAN Architecture and Client ServerArchitecture.

    Mobile Telecommunication Technologies :Email and othercommunication technologies such as Chatting and VideoConferencing using VOIPWireless technologies such as Wi-Fi andWiMax

    Network Security Concepts:Threats and prevention from Viruses, Worms, Trojan horse, SpamsUse of Cookies, Protection using Firewall.India IT Act, Cyber Law,Cyber Crimes, IPR issues, hacking.

    Introduction To Web services: Hyper Text Markup Language(HTML), Extensible Markup Language (XML); Domain Names; URL;Website,Web browser, Web Servers; Web Hosting, Web Scripting -Client side(VB Script,java script,PHP) and serverside(ASP,JSP,PHP),Web 2.0(for social networking)

    3

    NOV-DEC Revision and Project CompletionJAN Revision and Project SubmissionFEB Revision AISSCE Practical

  • KENDRIYA VIDYALAYA SANGATHAN (KOLKATA REGION)

    SPLIT UP SYLLABUS ( 2017-18)

    CLASS XII MATHEMATICS

    MONTHS CHAPTERS/TOPICS NO.OF

    PERIODS PERIODICAL TESTS, PRE BOARDS AND SYLLABUS

    APRIL TO

    JUNE 2017

    1. Relations and Functions: Types of relations: reflexive, symmetric, transitive and equivalence relations. One to one and onto functions, composite functions, inverse of a function. Binary operations. 2. Inverse Trigonometric Functions : Definition, range, domain, principal value branch. Graphs of inverse trigonometric functions. Elementary properties of inverse trigonometric functions. 3. Matrices: Concept, notation, order, equality, types of matrices, zero and identity matrix, transpose of a matrix, symmetric and skew symmetric matrices. Operation on matrices: Addition and multiplication and multiplication with a scalar. Simple properties of addition, multiplication and scalar multiplication. Noncommutativity of multiplication of matrices and existence of non-zero matrices whose product is the zero matrix (restrict to square matrices of order 2).Concept of elementary row and column operations. Invertible matrices and proof of the uniqueness of inverse, if it exists; (Here all matrices will have real entries).

    36

    PERIODICAL TEST 1: EXP. DATE : 17TH JULY TO 26TH JULY,2017 Syllabus: Relation and function, Inverse trigonometric function and Matrices and determinant.

    JULY 2017

    1. Determinants: Determinant of a square matrix (up to 3 x 3 matrices), properties of determinants, minors, co-factors and applications of determinants in finding the area of a triangle. Adjoint and inverse of a square matrix. Consistency, inconsistency and number of solutions of system of linear equations by examples, solving system of linear equations in two or three variables (having unique solution) using inverse of a matrix. 2. Continuity and Differentiability: Continuity and differentiability, derivative of composite functions, chain rule, derivatives of inverse trigonometric functions, derivative of implicit functions. Concept of exponential and logarithmic functions. Derivatives of logarithmic and exponential functions. Logarithmic differentiation, derivative of functions expressed in parametric forms. Second order derivatives. Rolle's and Lagrange's Mean Value Theorems (without proof) and their geometric interpretation. 3. Applications of Derivatives: Applications of derivatives: rate of change of bodies, increasing/decreasing functions.

    36

    AUGUST

    2017

    1. Applications of Derivatives (Conti..): Tangents and normals, use of derivatives in approximation, maxima and minima (first derivative test motivated geometrically and second derivative test given as a provable tool). Simple problems (that illustrate

    33

  • basic principles and understanding of the subject as well as real-life situations). 2. Integrals: Integration as inverse process of differentiation. Integration of a variety of functions by substitution, by partial fractions and by parts. Evaluation of simple integrals of special types and problems based on them.

    ,2 cbxax

    dx

    cbxax

    dx

    2,

    PERIODICAL TEST 2: EXP. DATE : 18TH AUGUST TO 26TH AUGUST,2017 Syllabus: Continuity and differentiability, Application of derivatives. HALF YEARLY EXAM: EXP. DATE : 20TH OCTOBER TO 31ST OCTOBER,2017 Syllabus: Up to Differential Equation and Vector.

    SEPTEMBER

    2017

    1. Integrals(conti)

    dx , dx etc. 2. Definite integrals as a limit of a sum, Fundamental Theorem of Calculus (without proof).Basic properties of definite integrals and evaluation of definite integrals. 3. Applications of the Integrals : Applications in finding the area under simple curves, especially lines, circles/parabolas/ellipses (in standard form only), Area between any of the two above said curves (the region should be clearly identifiable). 4. Differential Equations : Definition, order and degree, general and particular solutions of a differential equation. Formation of differential equation whose general solution is given. Solution of differential equations by method of separation of variables

    27

    OCTOBER

    2017

    Differential Equations(conti): Solutions of homogeneous differential equations of first order and first degree. Solutions of linear differential equation. 1. Vectors and Three-Dimensional Geometry : Vectors : Vectors and scalars, magnitude and direction of a vector. Direction cosines and direction ratios of a vector. Types of vectors (equal, unit, zero, parallel and collinear vectors), position vector of a point, negative of a vector, components of a vector, addition of vectors, multiplication of a vector by a scalar, position vector of a point dividing a line segment in a given ratio. Definition, Geometrical Interpretation, properties and application of scalar (dot) product of vectors, vector (cross) product of vectors, scalar triple product of vectors. 2. Three - dimensional Geometry: Direction cosines and direction ratios of a line joining two points. Cartesian equation and vector equation of a line, coplanar and skew lines, shortest distance between two lines. Cartesian and vector equation of a plane. Angle between (i) two lines, (ii) two planes, (iii) a line and a plane. Distance of a point from a plane.

    28

    NOVEMBER

    2017

    Linear Programming : Introduction, related terminology such as constraints, objective function, optimization, different types of linear programming (L.P.) problems, mathematical formulation of L.P. problems, graphical method of solution for problems in

    36

  • two variables, feasible and infeasible regions(bounded or unbounded), feasible and infeasible solutions, optimal feasible solutions (up to three non-trivial constraints). Probability : Conditional probability, multiplication theorem on probability, independent events, total probability, Bayes theorem, Random variable and its probability distribution, mean and variance of random variable. Repeated independent (Bernoulli) trials and Binomial distribution. REVISION

    Class test on 3-D, LPP and PROBABILITY after the completion of syllabus.

    DECEMBER

    2017

    REVISION

    FIRST PRE BOARD: ON WHOLE SYLLABUS EXP. DATE OF COMMENCEMENT: 4TH DECEMBER , 2017

    JANUUARY

    2017

    REVISION

    SECOND PRE BOARD: ON WHOLE SYLLABUS EXP. DATE OF COMMENCEMENT: 8TH JANUARY, 2018

    FEBRUARY

    2017

    REVISION

    THIRD PRE BOARD: ON WHOLE SYLLABUS

  • Kendriya Vidyalaya Sangthan, Kolkata Region

    SPLIT UP SYLLABUS: SUBJECT CHEMISTRY Class XII (2017-18)

    MonthTotal

    periodsTopic/Chapter Topic of Practical

    April - May 10 1. Solid state Qualitative analysisElectrochemistryThermochemistry

    10 2. Solutions12 3. Electrochemistry

    June -July 10 4 Chemical Kinetics Qualitative analysis (contd)Surface chemistryChemical kineticsChromatography

    08 5. Surface chemistry08 6. General Principles and Process of

    Isolation of Elements12 7. p-Block Elements

    August p-Block Elements (Contd.) Volumetric AnalysisPreparation of inorganiccompound

    12 8. d and f-Block Elements

    12 9. Coordination Compounds

    September 10 10. Haloalkanes and Haloarenes Detection of functional groupsPreparation of organiccompounds

    10 11. Alcohols, Phenols and Ethers

    October 10 12. Aldehydes, Ketones and carboxylicacids Investigatory project

    10 13. Organic Compounds containingNitrogen

    November 12 14. Biomolecules Test for carbohydrates, fats andProteins.08 15. Polymers

    06 16. Chemistry in Everyday LifeDecember Revision Revision

    1st Pre Board ExaminationJanuary Revision & 2nd Pre Board ExaminationFebruary AISSCE Practical ExaminationMarch AISSCE Examination(Theory)

    Evaluation Scheme for Practical Examination for Class XII (2017-18)

    Sl. No. Experiment Marks1 Volumetric analysis 82 Salt Analysis 83 Content Based Experiment 64 Project Work 45 Class Record and Viva 4

    Total 30

  • Kendriya Vidyalaya Sangthan, Kolkata Region

    Details of Periodic tests & Examinations for Class XII (2017-18)

    Name of test /examination

    Tentative dates SlNo

    Syllabus MarksDivision

    TotalMarks

    1st Periodic test17.07.2017

    to26.07.2017

    1. Solid state 07

    402. Solutions 093. Electrochemistry 094. Chemical Kinetics 095. Surface chemistry 06

    2nd Periodic Test18.08.2017

    to26.08.2017

    1 General Principles and Process ofIsolation of Elements

    0740

    2 p-Block Elements 183 d and f-Block Elements 15

    Half YearlyExamination

    20.10.2017to

    31.10.2017

    Up toAldehydes, Ketones and Carboxylic acids 70 70

    1st Pre BoardExamination /

    2nd Pre BoardExamination

    04.12.2017to

    18.12.2017 /

    11.01.2018to

    24.01.2018

    1 Solid state

    23

    70

    2 Solutions3 Electrochemistry4 Chemical Kinetics5 Surface chemistry6 General Principles and Process of

    Isolation of Elements197 p-Block Elements

    8 d and f-Block Elements9 Coordination Compounds

    10 Haloalkanes and Haloarenes

    28

    11 Alcohols, Phenols and Ethers12 Aldehydes, Ketones and carboxylic

    acids13 Organic Compounds containing

    Nitrogen14 Biomolecules15 Polymers16 Chemistry in Everyday Life

  • KENDRIYA VIDYALAYA SANGATHAN, KOLKATA REGIONSPLIT - UP SYLLABUS (2017-2018)

    CLASS XII SUBJECT - PHYSICS (THEORY& PRACTICAL)

    MONTH W.Day UNIT &CHAPTER MARKS PRACTICALEXAM(UNIT)

    APRIL2017 23

    1.ELECTRO STATICS2.CURRENT ELECTRICITY

    15

    1. To determine resistance per cm of a given wire by plotting a graph for potentialdifference versus current.

    MAY2017 2

    CONT2. CURRENT ELECTRICITY

    2.To find resistance of a given wire using metre bridge and hence determine theresistivity (specific resistance) of its material

    JUNE2017 7

    CONT2. CURRENT ELECTRICITY

    16

    3. To verify the laws of combination (series) of resistances using a metre bridge.4. To verify the laws of combination (parallel) of resistances using a metre bridge

    JULY2017 25

    3.MAGNETIC EFFECT OF CURREN& MAGNETISM4.ELECTRO MAGNETICINDUCTION

    5. To compare the EMF of two given primary cells using potentiometer.6. To determine the internal resistance of given primary cell using potentiometer.7. To determine resistance of a galvanometer by half-deflection method and to find itsfigure of merit.

    PERIODIC TEST -1F.M -40

    [17TH TO 26TH JULY]UNIT 1 TO 3

    AUG2017 25

    4. ALTERNATING CURRENT5.EMWAVE6.OPTICS [RAY OPTICS]

    17

    8. To find the value of v for different values of u in case of a concave mirror and to findthe focal length.9. To find the focal length of a convex mirror, using a convex lens.10. To find the focal length of a convex lens by plotting graphs between u and v orbetween 1/u and 1/v.11. To find the focal length of a concave lens, using a convex lens.

    PERIODIC TEST -2F.M -40

    [18TH TO 26TH AUG]UNIT 4 & 5

    SEPT2017 19

    6. WAVE OPTICS7.DUAL NATURE OF MATTER &RADIATION

    10

    12. To determine angle of minimum deviation for a given prism by plotting a graphbetween angle of incidence and angle of deviation.13. To determine refractive index of a glass slab using a travelling microscope.14. To find refractive index of a liquid by using convex lens and plane mirror.

    OCT2017 20

    8.ATOM &NUCLEI9.ELECTRONICS

    12

    15. To draw the I-V characteristic curve for a p-n junction in forward bias and reversebias.16. To draw the characteristic curve of a zener diode and to determine its reverse breakdown voltage.

    HALF YEARLYEXAMINATION

    F.M -70[20TH TO 31ST OCT]

    UP TO UNIT 8NOV2017

    2410. COMMUNICATION SYSTEMREVISION.........

    DEC2017 1

    ST PRE BOARD EXAM [FULL SYLLABUS ] 4TH DEC., 2017 ONWARD

    JAN2018 2ND PRE BOARD EXAM [FULL SYLLABUS] 11TH JAN., 2018 ONWARD

  • NOTE:1. ABOVE EXPERMENTS ARE FOR REFERENCE ONLY, TEACHER MAY CHOOSE ALTEAST 15 EXPERIMENTS [WITH A MINIMUM OF 6 FROM EACH

    SECTION] WHISH HAS TO BE PERFORMED BY STUDENTS & AT LEAST 5 ACTIVITIES [WITH A MINIMUM OF 2 EACH FROM SECTION A ANDSECTION B], SHOULD BE DEMONSTRATED BY TEACHER SIMULTANEUOSLY WITH EXPERIMENTS SUBJECT TO AVAILABILITY OF INSTRUMENTS INTHEIR RESPECTIVE LABS.

    2. TEACHER MUST ENSURE THAT ONE INVESTIGATORY PROJECT MUST BE SUBMITTED BY STUDENT BEFORE 30TH NOV 20173. PRACTICAL RECORD COPY MUST BE SUBMITTED BY STUDENT WITHIN ONE WEEK OF COMPLETION OF THE EXPERIMENT& ACTIVITY

    EXAMINATION PATTERN (CLASS-XII)

    EXAM PERIODIC TEST HALF YEARLY / PRE-BOARD &AISSCE PRACTICAL EXAMINATION AISSCE

    DURATION 90 MIN 3 HRS 3HRS

    PATTERN OFQUESTIONS

    3X1=03 (NO OPTION)

    2X2=04 (ONE OPTION)

    8X3=24 (ONE OPTION)

    1X4=04 (VALUE BASED)

    1X5=05 (OPTION IN ALL)

    5X1=05 (NO OPTION)

    5X2=10 (ONE OPTION)

    12X3=36 (ONE OPTION)

    1X4=04 (VALUE BASED)

    3X5=15 (OPTION IN ALL)

    1)TWO EXPERIMENTS(ONE FROM EACH SECTION)= 2X8 =16

    2) RECORD (EXPT+ACTIVITY) =06

    3) INVESTIGATORY PROJECT =03

    4)VIVA =05

    MARKS 40 MARKS (18 QUESTIONS) 70 MARKS(26 QUESTIONS) (30 MARKS)

  • 1

    KENDRIYA VIDYALAYA SANGATHAN, KOLKATA REGIONSPLIT UP SYLLABUS (2017-18)CLASS XII : BIOLOGY (044)

    SL.NO.

    NO.OFWORKING

    DAYS &MONTH

    CHAPTER NO. DETAILED SPLIT UPPERIODS

    FORTEACHING

    1. April & May(22+4)

    Reproduction(Unit-VI)Chapter -1,2,3,4

    Chapter-1: Reproduction in OrganismsReproduction, a characteristic feature of all organisms for continuation of species; modes ofreproduction - asexual and sexual reproduction; asexual reproduction - binary fission,sporulation, budding, gemmule formation, fragmentation; vegetative propagation in plants.

    Chapter-2: Sexual Reproduction in Flowering PlantsFlower structure; development of male and female gametophytes; pollination - types, agenciesand examples; outbreeding devices; pollen-pistil interaction; double fertilization; postfertilization events - development of endosperm and embryo, development of seed andformation of fruit; special modes-apomixis, parthenocarpy, polyembryony; Significance of seeddispersal and fruit formation.

    Chapter-3: Human ReproductionMale and female reproductive systems; microscopic anatomy of testis and ovary;gametogenesis - spermatogenesis and oogenesis; menstrual cycle; fertilisation, embryodevelopment upto blastocyst formation, implantation; pregnancy and placenta formation(elementary idea); parturition (elementary idea); lactation (elementary idea).

    Chapter-4: Reproductive HealthNeed for reproductive health and prevention of Sexually Transmitted Diseases (STDs); birth-control - need and methods, contraception and medical termination of pregnancy (MTP);amniocentesis; infertility and assisted reproductive technologies - IVF, ZIFT, GIFT (elementaryidea for general awareness).

    30

  • 2

    Practical-A.1 Study of pollen germination on a slideA.9 Isolation of DNA from available plant materialB.5 Study and identify stages of gametic development i.e T.S. of Testis and T.S. of ovary frompermanent slides.B.1 Study of flowers adapted to pollination by different agencies

    2. June & July(8+25)

    Genetics andEvolution(Unit-VII)Chapter 5, 6, 7

    Chapter-5: Principles of Inheritance and VariationHeredity and variation: Mendelian inheritance; deviations from Mendelismincompletedominance, co-dominance, multiple alleles and inheritance of blood groups,pleiotropy; elementary idea of polygenic inheritance; chromosome theory of inheritance;chromosomes andgenes; Sex determination - in humans, birds and honey bee; linkage andcrossing over; sex linked inheritance haemophilia, colour blindness; Mendelian disorders inhumans - thalassemia; chromosomal disorders in humans; Down's syndrome, Turner's andKlinefelter's syndromes.

    Chapter-6: Molecular Basis of InheritanceSearch for genetic material and DNA as genetic material; Structure of DNA and RNA;DNApackaging; DNA replication; Central dogma; transcription, genetic code, translation;geneexpression and regulation - lac operon; genome and human and rice genome projects; DNAfingerprinting.

    Chapter-7: EvolutionOrigin of life; biological evolution and evidences for biological evolution (paleontology,comparative anatomy, embryology and molecular evidences); Darwin's contribution, modernsynthetic theory of evolution; mechanism of evolution - variation (mutation andrecombination)and natural selection with examples, types of natural selection; Gene flow andgenetic drift; Hardy - Weinberg's principle; adaptive radiation; human evolution.

    Practical-B5. Study of T.S. of Blastula through permanent slide

    37

  • 3

    B4. Study of meiosis from prepared slidesB7. Study of pedigree from prepared charts

    3. August (26) Biology andHumanwelfare(Unit-VIII)Chapter 8, 9, 10

    Chapter-8: Human Health and DiseasesPathogens; parasites causing human diseases (malaria, dengue, chickengunia, filariasis,ascariasis, typhoid, pneumonia, common cold, amoebiasis, ring worm) and their control; Basicconcepts of immunology - vaccines; cancer, HIV and AIDS; Adolescence - drug and alcoholabuse.

    Chapter-9: Strategies for Enhancement in Food ProductionImprovement in food production: Plant breeding, tissue culture, single cell protein,Biofortification, Apiculture and Animal husbandry.

    Chapter-10: Microbes in Human WelfareIn household food processing, industrial production, sewage treatment, energy generationandmicrobes as biocontrol agents and biofertilizers. Antibiotics; production and judicious use

    Practical-B8. Exercise on controlled pollination- emasculation, tagging etc.B9. To identify common diseasesA8. Study the effect of different temperatures and three different pH on the activity ofsalivary amylase on starch

    30

    4. September(19)

    Biotechnology(Unit-IX)Chapter-11, 12

    Chapter-11: Biotechnology - Principles and processes Genetic Engineering (Recombinant DNATechnology).

    Chapter-12: Biotechnology and its ApplicationApplication of biotechnology in health and agriculture: Human insulin and vaccine production,stem cell technology, gene therapy; genetically modified organisms - Bt crops; transgenicanimals; biosafety issues, bio piracy and patent.

    23

  • 4

    Practical-B10&11. Study and comment on Xerophytic and aquatic plants and animalsA3. Study of pH , clarity and presence of any living organism in water sampleA7. Prepare a temporary mount of onion root tip to study mitosis.

    5. October&November(20+24)

    Ecology(Unit-X)Chapter-13-16

    Chapter-13: Organisms and PopulationsOrganisms and environment: Habitat and niche, population and ecological adaptations;population interactions - mutualism, competition, predation, parasitism; population attributes -growth, birth rate and death rate, age distribution.

    Chapter-14: EcosystemEcosystems: Patterns, components; productivity and decomposition; energy flow; pyramids ofnumber, biomass, energy; nutrient cycles (carbon and phosphorous); ecological succession;ecological services - carbon fixation, pollination, seed dispersal, oxygen release (in brief).

    Chapter-15: Biodiversity and its ConservationConcept of biodiversity; patterns of biodiversity; importance of biodiversity; loss of biodiversity;biodiversity conservation; hotspots, endangered organisms, extinction, Red Data Book,biosphere reserves, national parks, sanctuaries and Ramsar sites.

    Chapter-16: Environmental IssuesAir pollution and its control; water pollution and its control; agrochemicals and their effects;solid waste management; radioactive waste management; greenhouse effect and climatechange; ozone layer depletion; deforestation; any one case study as success story addressingenvironmental issues.

    Practicals-A2. Collect and study soil, texture, moisture etc. Study pH and water holding capacity ofdifferent soil samplesA4. Study presence of suspended particulate matter in airA5&6. Population density and population frequency by quadrent method.

    33

  • 5

    SYLLABUS FOR TEST / EXAMINATION 2017-18

    CLASS - XII , SUBJECT - BIOLOGY

    TEST /EXAM SCHEDULE(Tentative) CHAPTERS TOTAL MARKS

    Periodical Test-13rd - 4th week of July, 2017

    17 26 July, 2017

    1,2,3,4,5(as per NCERT book) 40

    Periodical Test-23rd - 4th week of August, 2017

    18 26 August, 2017

    6,7,8,9(as per NCERT book) 40

    Half Yearly Examination4th- 5th week of October, 2017

    20 31 October, 2017

    1 to 12(as per NCERT book) 70 (Theory)

    First Pre-Board1st Week of December, 2017

    4 18 December, 2017

    All the Chapters as perCBSE guidelines 70 (Theory)

    Second Pre-Board2nd Week of January,2018

    11 24 January, 2018

    All the Chapters as perCBSE guidelines 70 (Theory)

  • KENDRIYA VIDYALAYA SANGATHAN, KOLKATA REGIONSPLIT - UP SYLLABUS (2017-18)

    CLASS XII : SUBJECT ACCOUNTANCY

    Month Workingdays Unit and ChapterPeriod

    allottedMarks

    PART A : Accounting for Partnership Firms and Companies

    April 22 UNIT-I : Accounting for partnership firmsMeaning, features, method of capital ,P&L Appropriation, PastAdjustments, guarantee of profit.

    90 35

    May 02 Valuation of goodwill

    June 07 Reconstitution of Partnership:-Change in profit sharing ratio

    July 25 Admission & Retirement of partner

    August 25

    Death of the partner & Dissolution of Partnership Firm

    UNIT-II : Accounting for CompaniesAccounting for Companies: Accounting for share capital (beforePro rata allotment)

    60 25

    September 19Accounting for Companies: Accounting for share capital (prorataallotment /forfeiture/reissue/ESOP)Accounting for issue & Redemption of Debenture

    PART B : Financial Statement Analysis

    October 20

    UNIT-III : Analysis of financial statementFinancial Statement of a CompanyFinancial Statement analysis and tool for financial statementAnalysis. Accounting ratios.

    30 12

    November 24 UNIT-IV : Cash flow statementAnd Revision 20 08

    December 19 1ST PRE BOARD (WHOLE SYLLABUS) FROM 2nd WEEK OF DEC---- 80

    January 23 2ND PRE BOARD (WHOLE SYLLABUS) FROM 2nd WEEK OF JAN

    Project as per CBSE guidelines 40 20

    Total 240 100

    ** Working days are tentative only

  • SYLLABUS FOR PERIODIC TEST I to III and Pre Board ExaminationEXAM CLASS-XII

    Subject- Accountancy

    Sl. No. Name of Exam Topic to be covered Weightageof marksTentative date

    of exam

    11st PERIODIC TEST

    (40 marks)

    1. Accounting for Partnership firmFundamental (P&LAppropriation, Past Adjustments,etc)

    13 marks

    3rd Week ofJuly, 2017

    (17-26 July)

    2. Goodwill Valuation 06 marks

    3. Change in Profit sharing Ratio 06 marks4. Reconstitution of Partnership:Admission &Retirement of partner 15 marks

    2 2nd PERIODIC TEST

    (40 Marks)

    1.Reconstitution of Partnership:-Death of partner 8 marks

    3rd week ofAugust, 2017(18 -26 Aug)

    2.Dissolution of firm 12 marks

    3.Company Accounts:-Issue ofShare(Before prorata allotment) 20 marks

    3

    Half YearlyExamination(80 Marks)

    Up toAnalysis of financialStatement(Financial Statement ofCompanies and FinancialStatement analysis and tool forfinancial statement Analysis)

    80 marks Last Week ofOctober, 2017(20-31 Oct)

    4 1st PRE BOARD(80 marks) Full syllabus as per CBSE guidelines

    As per CBSEPattern

    2nd Week ofDecember, 17(04 -18 Dec)

    5 2nd PRE BOARD(80 marks) Full Syllabus as per CBSE guidelines

    As per CBSEPattern

    2nd Week ofJanuary, 2018

    (11-24 Jan)

  • KENDRIYA VIDAYALAYA SANGATHAN, KOLKATA REGIONSPLIT-UP SYLLABUS-2017-18

    CLASS XII : SUBJECT- BUSINESS STUDIES

    ** Working days are tentative

    SL.No. MONTH

    WORKINGDAYS** CHAPTERS TO BE COVERED

    PERIODSREQUIRED

    MARKSALLOTED

    1 April andMay 24

    1. Nature and Significance ofManagement.2. Principles of Management

    1414

    16

    2 June 07 3. Business Environment 12

    3 July 25 4. Planning5. Organizing1418 14

    4 August 25 6. Staffing7. Directing1618 20

    5 September 198. Controlling 14

    9. Financial Management 2215

    6 October 20 10. Financial Markets11. Marketing Management2032

    7 November 24Marketing ManagementContinued.12. Consumer Protection 16 15

    8 December 18 Revision and 1st Pre Board Exam

    and Project Work ----

    CBSE PROJECT WORK 30 20

    9 January toFebruary -----CBSE Practical and Revision and2nd Pre Board Total 100

  • SYLLABUS FOR TEST / EXAMINATION (CLASS-XII )

    SUBJECT BUSINESS STUDIES

    Sl.No. NAME OF EXAM TOPICS TO BE COVERED

    WEIGHTAGE OFMARKS

    TENTATIVE DATEOF EXAM

    1 PERIODIC TEST-I(40 Marks)

    1. Nature and Significance ofManagement. 15 Marks 3rd week of July,

    2017(17 to 25 July, 2017)

    2 .Principles of Management 15 Marks

    3.Business Environment 10 Marks

    2 PERIODIC TEST-II(40 Marks)

    4. Planning 10 Marks 3rd week of August,(18 to 26 Aug,2017)

    5 .Organizing 15 Marks

    6.Staffing 15 Marks

    3 HALF YEARLYEXAMINATION

    (80 Marks)

    Unit 1 to Unit 9 ofNCERT Text Book(Up to Financial Management)

    80 MarksLast week ofOctober, 2017(20 to 31 Oct, 2017)

    4 1st PRE BOARD Full Syllabus as per CBSEguidelinesAs Per CBSE

    Pattern

    2nd Week OfDecember, 2017(4 to 18 Dec, 2017)

    5 2nd PRE BOARD Full Syllabus as per CBSEGuidelinesAs Per CBSE

    Pattern

    2nd Week OfJanuary, 2017(11 to 24 Jan 2018)

    Note:- Syllabus for Class-XII to be completed by 15th of NOVEMBER 2017.

  • Kendriya Vidyalaya Sangathan, Kolkata RegionCurriculum & Split-up Syllabus for Class XII

    Informatics Practices

    Month(s) Topics to be Covered Num of PeriodsTheory PracticalApril May

    2017Unit 1: Networking and Open Standards :

    Computer Networking :

    Networking: a brief overview, Communication Media: Wired Technologies Co-Axial,

    Ethernet Cable, Optical Fiber; Wireless Technologies BlueTooth, Infrared, Microwave, Radio Link, Satellite Link;

    Network Devices: Modem, Hub, Switch, Repeater, Gateway and their functions

    Types of network: LAN, MAN, WAN, PAN; Network Topologies: Star, Bus, Tree Network Protocols: HTTP, TCP/IP, PPP, Remote access

    software such as Team Viewer; Identifying computers and users over a network: Basic

    concept of domain name, MAC (Media Access Control), andIP Address, domain name resolution

    Network Security Concepts: Cyber Law, Firewall, Cookies,Hackers and Crackers

    Network security threats: Denial of service, Intrusionproblems, Snooping, Eavesdropping

    Internet Applications: SMS, Voice Mail, Electronic Mail, Chat,Video Conferencing

    Wireless/Mobile Communication: GSM, CDMA, WLL, 3G, 4G

    Open Source Concepts:

    Open Source Software (OSS), common FOSS/FLOSS examples(GNU/Linux, Firefox,OpenOffice, Java, Netbeans, MySQL).Common open standards (HTML, XML, ODF, TCP/IP,CSS)

    Indian Language Computing: Character encoding, UNICODE,different types of fonts (opentype vs true type, static vsdynamic), Entering Indian Language Text phonetic and keymapbased, Inscript.

    20 4

  • Summer Vacation : 03/05/2017 to 21/06/2017

    June - July,2017

    Unit 2: Programming :

    Review of Class XI

    Programming Fundamentals :(Refer to Appendix A for Swing Control Methods &Properties, andAppendix B for sampleguidelines of GUI Programming)

    [Periodic Test 1] Basic concept of Class, Object, Inheritance and

    Polymorphism Commonly used libraries:

    String class and methods: toString(), concat(),length(), toLowerCase(), toUpperCase(), trim(),subString()

    Math class methods: pow(), round()

    26 22

    Periodic Test 1 (Expected Date 17th July to 26th July 2017)Tentative Syllabus & Marks Distribution for Periodic Test 1 :Max. Marks : 40Duration 90 mins.

    1) Computer Networking : 12 marks2) Open Source Concepts : 08 marks3) Review of Class XI :10 marks4) Programming Fundamentals (upto GUI Programming) : 10

    marks

    August 2017 Unit 2: Programming :

    Programming Fundamentals : (Contd)

    Accessing MySQL database using JDBC to connect withdatabase.

    Web application development: URL, Web server,Communicating with the web server, concept of Client andServer Side

    HTML based web pages covering basic tags ,, , , ,,, ,, , ANCHOR , Paragraph

    , LineBreak , Horizontal Rule , , ,, ,

    [Periodic Test 2]

    Creating and accessing static pages using HTML andintroduction to XML

    20 22

    Periodic Test 2 (Expected Date 18th Aug to 26thAug 2017)Tentative Syllabus & Marks Distribution for Periodic Test 2 :Max. Marks : 40Duration 90 mins.

  • 1) Review of Class XI : 10 marks2) Programming Fundamentals (uptoHTML based web pages

    covering basic tags ) : 30 marks

    September2017

    Unit 3: Relational Database Management System :

    Review of RDBMS from Class XI

    Database Fundamentals :

    Concept of Database transaction, Committing and revoking atransaction using COMMIT andROLLBACK AND SAVEPOINT.

    Grouping Records: GROUP BY, Group functions - MAX(),MIN(), AVG(), SUM(), COUNT(); usingCOUNT(*), DISTINCTclause with COUNT; Group Functions in case of Null Values.

    Creating a Table with PRIMARY KEY, Foreign Key, Unique andNOT NULL constraints, ViewingConstraints, Using DESCcommand to view constraints.

    24 18

    Autumn Break : 26/09/2017 to 05/10/2017

    October2017

    Unit 3: Relational Database Management System :

    Database Fundamentals :[Contd. ]

    Displaying Data From Multiple Tables: Cartesian product,Union, Intersection and Equi-Join

    ALTER TABLE for Deleting column(s), modifying data type(s) of

    column(s), Adding a constraint, enabling constraint, dropping

    constraints. DROP Table for deleting a table or a database.

    [Half Yearly Examination]

    26 22

    Half Yearly Examination (Expected Date 20th Oct. to 31st Oct. 2017)Tentative Syllabus & Marks Distribution :Max. Marks : 70Duration : 180 mins.

    1) Up to Database Fundamentals

    November2017

    Unit 4: IT Applications :

    Front-end Interface: Introduction; content and features;identifying and using appropriate component (Text Field,Radio Button, CheckBox, List etc. as learnt in Unit 2(Programming))for data entry, validation and display.

    Back-end Database: Introduction and its purpose, exploringthe requirement of databases,tables and its essentialattributes.

    Front-End and Database Connectivity: Introduction,requirement and benefits

    10 26

  • Demonstration and development of appropriate Front-endinterface and Back-end Database for e-Governance, e-Business and e-Learning applications

    Impact of ICT on society: Social, Environmental andEconomic benefits.In each of the above domains, identify at least two real-lifeproblems, list the expected outputs and the input(s) requiredfor the output, and describe the problem solving approachand developrelevant front-end interface and back-enddatabase.

    [Syllabus to be completed by 15th November 2017]

    Revision and Project Completion[16th to 30th Nov. 2017]

    December2017

    Revision and Project Completion[First Pre-Board Exam]

    First Pre-Board (Expected Date 4th to 18th Dec. 2017)As per CBSE guidelines

    Winter Break : 24/12/2017 to 02/01/2018

    January2018

    Revision and Project Submission[ Second Pre-Board Exam ]

    Second Pre-Board (Expected Date 11th 24th Jan. 2017)As per CBSE guidelines

    Question Paper Design for Pre-Board :

    February2018 Revision

  • KENDRIYA VIDYALAYA SANGATHAN KOLKATA REGION

    SPLIT UP SYLLABUS 2017-18

    CLASS-XII SUBJECT-ECONOMICS

    SL.No. Month

    ExpectedNo.of

    workingDays

    Marks Chapter No& ChapterDetailedSplit-up

    Periods forclass roomTeaching

    ComputerAided

    TeachingPeriods

    TotalNo.of

    Periods

    1

    April

    /May

    25

    04

    13

    PART A:UNIT I:Introduction

    UNIT II:Consumer'sEquilibrium andDemand

    Meaning of microeconomics and macroeconomics, PositiveEconomics & Normative EconomicsWhat is an economy? Central problems of an economy:what, how and for whom to produce;Concepts of production possibility frontier and opportunitycost.

    Consumer's equilibrium - meaning of utility, marginal utility,law of diminishing marginal utility, conditions of consumer'sequilibrium using marginal utility analysis.Indifference curve analysis of consumer's equilibrium-theconsumer's budget (budget set and budget line), preferencesof the consumer (indifference curve, indifference map) andconditions of consumer's equilibrium.Demand, market demand, determinants of demand, demandschedule, demand curve and its slope, movement along andshifts in the demand curve;price elasticity of demand factorsaffecting price elasticity of demand; measurement ofprice elasticity of demand Percentage changemethod

    04

    30

    04

    02

    08

    32

    2 07

    UNIT III:ProducerBehavior andSupply

    Meaning of Production function Short-Run and Long-RunTotal Product, Average Product and Marginal ProductReturns to a Factor

    02 2 04

  • Sl.No. Month

    ExpectedNo.of

    workingDays

    Marks Chapter No& ChapterDetailedSplit-up

    Periods forclass roomTeaching

    ComputerAided

    TeachingPeriods

    TotalNo.of

    Periods

    3

    July

    /Jun

    e25 13 UNIT III:

    ProducerBehavior&

    Supply

    INTRODUCTIONOF PROJECT

    FIRSTPERIODICAL

    TEST[17-26 JULY,

    2017]

    Cost: Short run costs - total cost, total fixed cost, totalvariable cost; Average cost; Average fixed cost, averagevariable cost and marginal cost-meaning and theirrelationships.Revenue - total, average and marginal revenue - meaningand their relationships.Producer's equilibrium-meaning and its conditions in termsof marginal revenue-marginal cost.Supply, market supply, determinants of supply, supplyschedule, supply curve and its slope, movements along andshifts in supply curve, price elasticity of supply;measurement of price elasticity of supply - Percentage-change method

    24 4 28

    05

  • 4

    Augu

    st

    25 10

    10

    UNIT IV:Forms of Market

    and PriceDeterminationunder PerfectCompetitionwith simpleapplications.

    UNIT V:National Income

    and RelatedAggregates

    SECONDPERIODICAL

    TEST[18-26 AUGUST,

    2017]

    Perfect competition - Features; Determination of marketequilibrium and effects of shifts in demand and supply.Other Market Forms - monopoly, monopolistic competition,oligopoly - their meaning and features.Simple Applications of Demand and Supply: Price ceiling,price floor.

    Some basic concepts: consumption goods, capital goods,final goods, intermediate goods; stocks and flows; grossinvestment and depreciation.Circular flow of income; Twosector model

    20

    04

    08

    04

    28

    08

  • 5

    Sept

    embe

    r

    19 10

    06

    UNIT V:NATIONALINCOME &RELATEDAGREGATES

    UNIT VI:Money andBanking

    PROJECT WORK

    Methods of calculating National Income - Value Added orProductmethod, Expenditure method, Income method.Aggregates related to National Income: Gross NationalProduct (GNP), Net National Product (NNP), Gross and NetDomestic Product (GDP and NDP) - at market price, at factorcost; Real and Nominal GDP.GDP and Welfare.

    Money - its meaning and functions. Supply of money -Currency held by the public and net demand deposits heldby commercialbanks.Money creation by the commercial banking system.Central bank and its functions (example of the Reserve Bankof India): Bank of issue, Govt. Bank, Banker's Bank, Controllerof Credit through Bank Rate, CRR, SLR, Repo Rate andReverse RepoRate, Open Market Operations, Marginrequirement.

    16

    13

    04

    02

    20

    15

    05

    6

    Oct

    ober

    20

    12

    06

    UNIT VII:Determination ofIncome andEmployment

    UNIT VIII:GovernmentBudget and theeconomy

    HALF YEARLYEXAMINATION

    Aggregate demand & its components. Propensity toconsume and propensity to save (average andmarginal).Short-run equilibrium output; investmentmultiplier and its mechanism.Meaning of full employment and involuntaryunemployment.

    Problems of excess demand and deficient demand;measures to correct them - changes ingovernment spending,taxes and money supply.Government budget - meaning, objectives and components.Classification of receipts - revenue receipts and capitalreceipts; classification of expenditure revenue expenditureand capital expenditure.Measures of government deficit -revenue deficit, fiscal deficit, primary deficit their meaning.

    20

    15

    07 27

    15

  • 7 Nov 24 06 UNIT IX:Balance ofPayments

    PROJECT WORK

    Revision

    Balance of payments account - meaning and components;balance of payments deficit-meaning.Foreign exchange rate- meaning of fixed and flexible rates and managed floating.Determination of exchange rate in a free market.

    CASE STUDY

    13 02 15

    10

    10

    8 Dec 18 Pre-board- I As per CBSE Guidelines

    9 Jan 23 Pre-board- II As per CBSE Guidelines

    10 Feb 11 Practice ofSample papers

  • KENDRIYA VIDYALAYA SANGATHAN , KOLKATA REGIONSPLIT UP SYLLABUSSUB: HISTORY (027)

    CLASS XII, SESSION 2017-18

    Sl.No.

    Themes inIndianHistory

    Month Name of the Chapter No. Ofperiods

    Weightageof marks

    Test/ exam

    1 PART I APRIL 1. Bricks, Beads and Bones(Harappan Civilization)

    The Story of the First Cities:Harappan Archaeology.Broad overview: Early urbancentres.Story of discovery: Harappancivilization

    13 25

    PERIODICTEST I

    (UNIT 1-4)

    2 2. Kings, Farmers and TownsBroad overview: Political andeconomic history fromthe Mauryan to the Guptaperiod.Story of discovery: Inscriptionsand the decipherment of thescript.Shifts in the understanding ofpolitical and economic history.Excerpt: Asokan inscription andGupta period land grant.

    14

    3 MAY&

    JUNE

    3. Kinship, Caste and ClassIssues in social history,includingcaste, class, kinship and gender.Story of discovery:Transmission and publicationsof the Mahabharata.Excerpt: from theMahabharata, illustrating howit has been used by historians.

    14

    4 JULY 4. Thinkers, Beliefs andBuildingsA brief review of religioushistories of Vedic religion,Jainism, Vaisnavism, Saivism.(b) Focus on Buddhism.Story of discovery: Sanchi stupa

    14

  • Excerpt: Reproduction ofsculptures from Sanchi.

    5

    PART II

    5.Through the Eyes of theTravellers

    Outline of social and culturallife as they appear intravellers'accounts.Story of their writings: Adiscussion of where theytravelled, why they travelled,what they wrote, andfor whomthey wrote.Excerpts: from Alberuni, IbnBatuta, Bernier.

    12

    25

    PERIODICTEST II

    (UNIT 5-6)

    6AUGUST

    6. Bhakti-Sufi TraditionsOutline of religiousdevelopments during thisperiod.Ideas and practices of theBhakti-Sufi saints.Story of Transmission: HowBhakti-Sufi compositions havebeen preserved.Excerpt: Extracts from selectedBhakti-Sufi works.

    14

    7 7. An Imperial Capital:VijayanagaraOutline of new buildingsduring Vijayanagar period-temples, forts, irrigationfacilities.Relationship between

    architecture and the politicalsystem.Story of Discovery: Account ofhow Hampi was found.Excerpt: Visuals of buildings atHampi

    10

    8 SEPTEMBER 8. Peasants, Zamindars and theStateStructure of agrarian relationsin the 16th and 17thcenturies.Patterns of change over the

    period.

    15

  • Story of Discovery: Account ofthe compilation and translationof Ain-i-Akbari.Excerpt: from the Ain-i-Akbari

    HALF YEARLYEXAM

    (UNIT 1-10)

    9 9. Kings and ChroniclesOutline of political history 15th-17th centuries. Discussion ofthe Mughal court and politics.Story of Discovery: Account ofthe production ofcourtchronicles, and theirsubsequent translationandtransmission.Excerpts: from the Akbarnamaand Padshahnama.

    14

    10 PART III OCTOBER 10. Colonialism and theCountrysideLife of zamindars, peasants andartisans in the late18th centuryEast India Company, revenuesettlements and surveys.Changes over the nineteenth

    century.Story of official records: Anaccount of why officialinvestigations into ruralsocieties were undertaken andthe types of records andreports produced.Excerpts: From Firminger's FifthReport, Accounts of FrancesBuchanan-Hamilton, andDeccan Riots Report.

    12

    25

    11 11.Rebels and the Raj.The events of 1857-58.

    How these eventswererecorded and narrated.Focus: Lucknow.Excerpts: Pictures of 1857.Extracts from contemporaryaccounts.Discussion: How the pictures of1857 shaped British opinion ofwhat had happened.

    12

  • 12 12.Colonial citiesThe growth ofMumbai,Chennai,hill stations and cantonmentsin the 18th and 19thcenturies.Excerpts: Photographs andpaintings. Plans of cities.Extract from town plan reports.Focus on Kolkata townplanning.

    14

    13 NOVEMBER 13.Mahatma Gandhi andThe Nationalist Movement1918 - 48.The nature of Gandhian

    politics and leadership.Focus: Mahatma Gandhi in1931.Excerpts: Reports from Englishand Indianlanguagenewspapers andother contemporary writings.

    12

    14 14.Understanding Partition(Politics, Memories andExperiences)The history of the 1940sNationalism, Communalismand Partition. Focus:Punjab and Bengal.Oral testimonies of those whoexperiencedpartition.

    14

    15 15.Framing the Constitution(The Beginning of New Era)Independence and the newnation state.

    The making of theConstitution.Focus: The ConstitutionalAssembly debates.Excerpts: from the debates.

    16

    16 MAP APRIL- NOV. 10 0517 PROJECT APRIL- NOV. 10 2018 DECEMBER PRE BOARD EXAM I (80 Marks) UNIT1-15

    JANUARY PRE BOARD EXAM II (80 Marks) UNIT1-15

  • KENDRIYA VIDYALAYA SANGATHAN, KOLKATA REGIONSPLIT UP SYLLABUS 2017-18

    CLASS XII : SUBJECT GEOGRAPHY

    Month Book-1 FundamentalsOf Geography PeriodsBook-II India:

    People &Economy

    Periods Practical Work Periods

    April/May/June

    1. HumanGeography:Nature &Scope

    2. The WorldPopulation:*Density ,Distribution &Growth*PopulationComposition*HumanDevelopment

    05

    18

    People:*Distribution ,Density &Growth OfPopulation*Migration*HumanDevelopment

    15 Tabulation &Processing OfData

    10

    July Human Activities:*Primary Activities*Secondary Activities*Quarternary &Quinary Activities

    28 HumanSettlements

    10 DiagramaticRepresentationOf Data

    10

    1st Periodical Test (40 Marks Including Map )Will Include The Above Mentioned Syllabus

    August Transport,Communication&Trade:*Transport &Communication*International Trade

    16 Resources &Development:*Land Resources& Agriculture*WaterResources

    15 DiagramaticRepresentationOfData(Contd)

    06

    2nd Periodical Test (40 Marks Including Map )Will Include The Above Mentioned Syllabus Of August

    September Human Settlements 10 Resources &Development:*MineralResources*Manufacturing

    15 ThematicMapping

    05

  • Industries*Planning InIndia

    October Transport ,Communication& InternationalTrade:*Transport &Communication*InternationalTrade

    15 Use OfComputers

    04

    Half Yearly Examination will include the syllabus till September, 2017

    November GeographicalPerspectives OnSelectedIssues&Problems

    15 Field Study/SpatialInformationTechnology

    10

    December 1st Pre Board (Entire Syllabus):30(Book1)+5(world map for identification only )+30 (book 2)+5(India map for locating & labeling)

    January 2nd Pre Board(Entire Syllabus):30(Book1)+5(world map for identification only )+30 (book 2)+5(India map for locating & labeling)

  • , :2017-18

    - ( ) : Class -XII

    -

    1 2017

    22

    5 1. , - 2. 3. 4. - 5. - ( )

    22

    2 -2017

    10

    5 1. 2. , 3. 4. 5. ( , )

    10

    3 25

    6 1. 2. 3. 4., ( )5. - - , )6.

    25 =

    4 23

    6 1. 2. 3. 4. ( , , )5. ( : , )6. -

    23 =

  • 1

    2-

    3-

    5 20

    8 1. 2. - 3- - 4-- 5- - 6. 7. 8.

    20

    6 17

    7 1. , - 2. - 3. - 4. -5. - , 6. - - 7. - - -. - .

    17

    =

    7 18

    2 1. 2. - - -

    18

    English Core-XII.pdf (p.1)Computer Science-XII.pdf (p.2-8)Mathematics-XII.pdf (p.9-11)Chemistry-XII.pdf (p.12-13)Physics-XII.pdf (p.14-16)Biology-XII.pdf (p.17-21)Accountancy-XII(1).pdf (p.22-23)Business Studies-XII(1).pdf (p.24-25)IP-XII(1)(1).pdf (p.26-29)Economics-XII(1).pdf (p.30-34)History-XII(1).pdf (p.35-38)Geography-XII(1).pdf (p.39-40)Hindi-XII(1).pdf (p.41-42)