Computational Thinking in the Indic Tradition. K Gopinath IISc

Size: px
Start display at page:

Download "Computational Thinking in the Indic Tradition. K Gopinath IISc"

Transcription

1 Computational Thinking in the Indic Tradition K Gopinath IISc

2 Note Some of the photos or images are taken from sources on the web. I ack. specifically here: Trivedi, Visual Computer 1989 (for the temple images) Other images Chand Baori (stepwell), Abhaneri, Rajasthan Kandaariya mandir (Khajuraho): ASI monument number N-MP-15 Author:Kanika.mishra, 12 April 2015 Maadhava shloka Author: Doron, September 2003 Authors: K Ramasubrahmanyam, MD Srinivas Melakartas Author:Basavarajtalwar, 4 November 2009 Others inlined Happy to ack. any that have been missed!

3 Motivation A computational perspective on enquiry Mathematics/astronomy obvious Other areas of enquiry show substantial influence eg. (generative) linguistics music (raga simplistically a generative system over an alphabet with certain rules) architecture (space-filling curves, fractals, composition, juxtaposition) poetry (chandas, codes, binary notation) rasa theory ( state transition models?)

4 Computation Enquiry an Indic meme? द ग गण ण त क य drg.ganitaikya, the concordance between observed and the computed. Also, models useful but only contingent. Much earlier, Vrddha Garga (pre700 BCE?) says दर शर शन गण ण त च व य गपद य गस धकम (Observation and calculation when they go together is effective). Bhaaskara ( ) from Karnataka Emphasized also in Kerala school of Mathematics

5 CS Two fundamental aspects develop techniques that make the elucidation of the computational structure of nature and the mind easier. create new computing algorithms and machines that have powerful cognitive and computational abilities: this includes development of new techniques of representing and manipulating knowledge, inference and deduction. Considered also by Grammarians Logicians However, some contemporary developments in formal logic, linguistics, and computer science a rediscovery of the work of these masters. Qn of a correct history of ideas Qn of significance to Sanskritists as well as cognitive and computer scientists: Are there other rules in ancient Indian logic and grammar that may be of use in making further advance in cognitive and computer sciences? [Bhate & Kak] Grammar ~ computation!

6 Composition/Iteration/Recursion Recursive nature of number system understood at least 2 millennia back एदश... = ए + द*10 + श* = ए + 10*(द + 10*(श+ )) A number s value is computable based on subnumbers within it Hence, mult/div algs developed then as we do them now Not avlbl in Greek/European system till Fibonacci introduced about 1200 CE from Indic sources Recursive nature of Sanskrit grammar much earlier (eg. Paanini) Numerical iteration Taitt. 1, 100,, 10^20 Buddhist counting: Lalitavistaara (koti 10^7 tallakshana 10^53) Jaina exampl: vargita-samvargita More interesting: iteration on algebraic forms! Jaina example: composition of exponentiation for fast growing functions Brahmagupta: composition of algebraic forms Bakshali: composition of algbraic formula for faster convergence: telescoping Convergent series for pi: iteration over algebraic structures for faster convergence

7 Invention of zero? Often Indians are said to have invented zero Poor way of explaining the actual contrib 1st stage: number concept (one, two, ) 2nd stage: notation: etc. 3rd stage: use of a base Egypt: symbols for 1, 10, 100, 1000, 10000, Greeks: To reduce many repeats, special symbols for 5, 50, 500,...: Romans: added subtractive principle: 9 = 10-1, 40=50-10, Ionians, Arabs, Hebrews: map numbers (1..9, 10, 20, 30,...) to alphabet 4th stage: China: 6705 => 6 (1000) 7(100) 5 (1) (abacus friendly) 123: (100) (10) (10) (1) (1) (1) Need special cases 5th stage: India: 6705! Mayan civ. had bases 20, 360! instead of 20, 400,...

8 Happines levels: त त तर य मन ष य 1१ मन षग ध वर व 100 १०० द वग धवर व १०^४ प त 10^6 १०^६ आज नज द व 10^8 १०^८ कर मर व द व 10^10 १०^१० द व 10^12 १०^१२ इन द र 10^14१०^१४ ब हस पत त 10^16 १०^१६ प रज पत त 10^18 १०^१८ (2^64= ) Approx 9*10^18. For a 64b machine,overflow here! ब रह म 10^20 १०^२०

9 Jainas... Vargita-samvargita (vs): Let x^x be x` (x`)` = (x^x)^(x^x). Example for x=2: First vs: 2` = 2^2 = 4 2nd vs: (2`)` = 4^4 = 2^8 = 256 3rd vs: ((2`)`)` = (2^8) ^ (2^8) = 256 ^ 256 4th? (((2`)`)`)` =? Jaganya-pariita-asamkyhaata Primitive recursive function (can be written using doloops with fixed bounds) but extremely fast growing approx. 10^260 digits! Knuth ( 76): a b = a^(a^(a^(a^(a^ )) b times; 617 digits! Needs around bits! a b = a (a (a )) b times; similarly a b, etc. Primitive recursive! Ackerman s function (1928) First known non-primitive recursive function Cannot be realized with do loops

10 The Two A s of Computational Thinking (from J. Wing'06) Abstraction C.T. operates in terms of multiple layers of abstraction simultaneously C.T. defines the relationships the between layers Automation C.T. thinking: mechanizing abstraction layers and their relationships Mechanization: due to precise & exacting notations and models some machine below (human or computer, virtual or physical) Computational Thinking Abstraction, Mechanization, Recursion & Bootstrapping They give us the ability and audacity to scale. Interestingly, many of these handled in our tradition

11 Algorithmic Thinking Considerable tradition in India in ``algorithmic'' thinking, so can see many elements of an informal ``programming'' style written in cryptic Sanskrit. Examples Multiplication, div, sqroot,... kuttaka chakravala solutions of a knight's tour on 4x8 board given by Vedanta Desikan (13th c.) in ``Paaduka Sahasram'' Backtracking algs?

12 ``From the system of nine heavens [marked] with nine figures [God] cast the Indian numerals onto the earth board'' Nizami(?-1203 CE) Persia pati-ganita (arithmetic; ``board-computations'' for the dust board, or sandbox: perms/combinations, quadratic eqns, summing series) vs bija-ganita (algebra; ``seed-computations'' for the manipulation of equations involving an unknown or bija: solving eqns up to 2nd order in 1+ unknowns, and indeterminate eqns of 1st and 2nd degree.) (from Ency. Brit.) Multiplication in India: ``Precursor'' to a Turing Machine?

13 Multiplication Align lsb of one (B:b1b2) with the msb of the other (A:a1a2a3)): b2 with a1 Multiply B and a1 Can rub a1 out! Carry? Extend to left & add! Shift B right Multiply B and a2 Carry? Add to prev existing A2 also gone Shift B right Multiply B and a3 a3 also gone but now result avlbl

14 Division/Sqroot Division considered simple and just assumed by Aaryabhata and other great mathematicians of that time In Europe division alg only about 10 centuries later based on the Indian methods Square roots use a division like method Odd places: varga, even places: avarga Cube roots too! Always divide the nonsquare (even) place by twice the square root [already found]. Having subtracted the square [of the quotient] from the square (odd) place, the quotient gives the [digit in the] next place in the square root

15 (Aryabhata s Root Extraction Methods Abhishek Parakh)

16 History of Generative Linguistics Only started around 1920's in the West Most forcefully by Chomsky in '50s Also directly inspired by Sanskrit Earlier western linguists due to their ignorance critiqued Paanini as being arcane, not realizing that a complete grammar of a sophisticated language needs many rules to capture it as complete as possible. We can now assert, with the power of hindsight, that Indian linguists in the fifth century B.C. knew and understood more than Western linguists in the nineteenth century A.D. Can one not extend this conclusion and claim that it is probable that Indian linguists are still ahead of their Western colleagues and may continue to be so in the next century? Quite possible; all we can say is that it is difficult to detect something that we have not already discovered ourselves. Frits Staal With CS, this aspect becoming clear. The very success of Asthadhyayi suggests that aspects of its structure will have implications for further advance in computer science, knowledge representation, and linguistics. [Bhate & Kak]

17 Some terms... भ वन (composition) प न करणम (iteration) प नर वर वर तर तनम (recursion) स ध रण करणम (generalization) अन व त त त त त (factoring) प रस त र (enumeration) नष टम उद द द द द ष ट न क Lookup and Indexing न त त न त न त (Diagonalization?)

18 Sqroot and approxs in Indic Tradition Possibly geometric methods (in Sulbasutra) Number theoretic and algorithmic methods of composition and recursion (bhaavanaa and chakravaala) Iteration on algebraic forms Bakshali Approx to pi

19 Sqroot(2) by श ल बक र (ब ध यन,...) computed value with this approx the actual value Connection with Vedic altars Seidenberg

20 Generalization of sqroot problem Solve N*y*y+1=x*x If N*y*y much larger than 1, then with an integer/rational solution for x, y, sqroot(n) = x/y For example for sqroot(2): 2*y*y+1=x*x say x betw 100 & 1000 for a desired accuracy sqroot(2) = *2*2+1=3*3. Hence, 1st simple (non-)solution 3/2 (=1.5) Use composition (next slide!) to get 2*12*12+1=17*17. Hence 2nd (non-)solution 17/12 (= ) Iterate one more time: 2*408*408+1=577*577. 3rd solution 577/408 (= ) Error about 2 parts in million Continued fraction form for sqrt(2): 1+1/2, 1+1/(2+1/(2+1/2)), 1+1/(2+1/(2+1/(2+1/(2+1/2))))

21 Composition and Recursion Composition: Brahmagupta s bhaavanaa Compose 2 algebraic forms to produce another Brahmagupta's identity: (x12-n*y12)(x22-n*y22) = (x1x2+ny1y2)2-n(x1y2+x2y1)2 Chakravaala: a recursive procedure based on bhaavanaa to solve N*y*y + 1 = x*x starting with simpler N*y*y+z=x*x

22

23

24

25

26

27

28 CALCULATING pi Claims of using octagondoubling or hexagon-doubling seem a bit doubtful as the computation is unstable julia> pisqrt(8) julia> pisqrt(9) pi ~ (2**k)*side k increases and side decreases rapidly julia> pisqrt(10) function pisqrt(n) julia> pisqrt(11) a= for i in 1:n julia> pisqrt(12) a = (1.0/a)*(sqrt(a*a + 1.0) - 1.0) end return (2^(n+1))*a*2 NEED BETTER METHODS! julia> pisqrt(13) julia> pisqrt(14)

29

30

31 Recitation vakya, pada, krama, jata, mala, sikha, rekha, dhvaja, danda, ratha, ghana स ह ह त व क पद क रम: 12, 23, 34,... जट: , , ,... म ल श ख र ख ध वज द ड रथ घन: , ,... Also क रमम ल and प ष पम ल 2(n-1) errors correctable in 4n symbols

32 Codes or Vikratis Kashyap/Bell formulate Krama-maala as a rate 1/4 linear block code over a finite Galois field Req why these specific codes? Preserve order of words Errors to be detected: Add/delete of a syllable/word in a word/sentence Avoid long jumps A (in verse x) similar to B (in verse y) ; Consider chanting of...ac... ;...BD... Problem: during chanting mistakenly...ad... or...bc... Handled by codes such as avichakra ratha (Kashyap) RV C ratnadhatamam (A) RV E ratnadhatamah (B) D Chanting st A chained to C and B to E to prevent jump from C to B and E to A

33 Chand Baori (Rajasthan)

34 Kandaariya Mahadev

35 Melakarta scheme with Katapayaadi naming, indexing, lookup!

36 de Bruijn seqs यम त र जभ नसलग म Earliest known de Bruijn (1946) seq (a memory wheel ): sequence of letters drawn from some alphabet such that every combination of n letters occurs exactly once if we allow wraparound (0 laghu 1 guru)

37 K.Trivedi: Hindu Temples: Models of a Fractal Universe, Visual Computer ( 89)

38 Dineshkannambadi

39 fractalization

40

41

42

43

44 Conclusions... A computational perspective helps understand Indic tradition in many disciplines A meme? Without this, it seems to be just a jumble of tricks as described by those outside the tradition.

45 Sanskrit World The extent and diversity of literature produced in Sanskrit, the long temporal span of its use, and the breadth of the use of the language throughout the Indian subcontinent and Southeast Asia are unparalleled. Indeed, extant literature in Sanskrit constitutes the largest body of literature in the world prior to the invention of the printing press Scharf/Heyman, Linguistic Issues in Encoding Sanskrit, 2012 Extant manuscripts in Sanskrit number over 30 million - one hundred times those in Greek and Latin combined - constituting the largest cultural heritage that any civilization has produced prior to the invention of the printing press. Pawan Goyal, Gérard Huet, Amba Kulkarni, Peter Scharf, Ralph Bunker, COLING M manuscripts extant compared to 1/2M of Greek/Latin David Pingree s estimate; 10M-20M estimate more common Much of Sanskrit literature is non-religious Indic system was the most productive economic system till 1000CE when it was disrupted; same with S&T Indic science and mathematics needs to be properly assessed and made better known...

UNIT TEST 4 CLASS V. Recitation of poem - The Vagabond and A Winter Night. Exercise of skill book of the above chapters will be discussed.

UNIT TEST 4 CLASS V. Recitation of poem - The Vagabond and A Winter Night. Exercise of skill book of the above chapters will be discussed. UNIT TEST 4 CLASS V 1. English Active Teach- Frames Ch- 11 The Vagabond (Poem) Ch-12 Seven Wonders of the Ancient World Ch-13 A Winter Night (Poem) Ch-14 The Refund Finger reading of Chapter 11 and 13,

More information

Background of Indic segmentation

Background of Indic segmentation Background of Indic segmentation (Input for UAX#29 technical report) India has large linguistic diversity with 22 constitutionally recognized languages and 12 scripts. The mapping between languages and

More information

NICNET:HP Page 1 of 7 (District Collector,Kangra)

NICNET:HP Page 1 of 7 (District Collector,Kangra) 1 ब ड ठणग हर Sq. Metre National Highway 0 0 0 0 0 0 0 0 0 0 2 भ ल ग Sq. Metre National Highway 0 0 0 0 0 0 0 0 0 0 Other Road 83 69 66 55 50 41 41 34 33 28 3 बड ध र Sq. Metre National Highway 0 0 0 0 0

More information

SELAQUI INTERNATIONAL SCHOOL WINTER VACATION ASSIGNMENT-DEC 2016 CLASS-VIII

SELAQUI INTERNATIONAL SCHOOL WINTER VACATION ASSIGNMENT-DEC 2016 CLASS-VIII SELAQUI INTERNATIONAL SCHOOL WINTER VACATION ASSIGNMENT-DEC 2016 CLASS-VIII ENGLISH Write a review of the movie Harry Potter and the Chamber of Secrets and predict what might happen next. Also talk about

More information

Lilavati states a method to find the least integral values for x the multiplier (ग णक)

Lilavati states a method to find the least integral values for x the multiplier (ग णक) 900 th Birth Anniversary of Bhaskara-II (Born 1114 AD): Method of Solving an Indeterminate Equation (क क) from Lilavati of Bhaskara-II. Compiled by: Venkatesha Murthy, Hon. Head, Vedic Math s Group, National

More information

DEPARTMENT OF MECHANICAL ENGINEERING MONAD UNIVERSITY, HAPUR

DEPARTMENT OF MECHANICAL ENGINEERING MONAD UNIVERSITY, HAPUR Session - (2018-2019) Programme Name: Student s Name: Father s Name: Enrollment Number: Course Name: Course Code: Assignment Number: Date of Submission: Course Faculty Signature Course: DIPME-211 Strength

More information

SUMMER VACATION HOLIDAYS HOMEWORK( ) Class VIII ह द 4.द द, द व ग, तत प र ष सम स क पररभ ष ल कर प रत य क क प च प च उद हरण ल ख ए

SUMMER VACATION HOLIDAYS HOMEWORK( ) Class VIII ह द 4.द द, द व ग, तत प र ष सम स क पररभ ष ल कर प रत य क क प च प च उद हरण ल ख ए SUMMER VACATION HOLIDAYS HOMEWORK(2018-19) Class VIII ह द 1.व श षण क भ द प रत य क क द द उद हरण ल ख ए 2. क ई भ दस पय य च शब द ल ख ए 3.दस व म शब द ल ख ए 4.द द, द व ग, तत प र ष सम स क पररभ ष ल कर प रत य क

More information

JABAL FARASAN INTERNATIONAL SCHOOL, RABIGH SUMMER VACATION ASSIGNMENT CLASS-X

JABAL FARASAN INTERNATIONAL SCHOOL, RABIGH SUMMER VACATION ASSIGNMENT CLASS-X SUBJECT ENGLISH MATHS BIOLOGY & CHEMISTRY JABAL FARASAN INTERNATIONAL SCHOOL, RABIGH SUMMER VACATION ASSIGNMENT-2018-19 CLASS-X ASSIGNMENT 1. Write a debate on the topic Whole Food vs. Supplements. (You

More information

KENDRIYA VIDYALAYA NAD KARANJA

KENDRIYA VIDYALAYA NAD KARANJA KENDRIYA VIDYALAYA NAD KARANJA AUTUMN BREAK HOME WORK FOR CLASS VI(A/B) 2018-19 SUBJECT: ENGLISH Design an English magazine which should have the following requirements.(make use of A4 size coloured paper

More information

BLUE PRINT SA I, SET-III. Subject Mathematics. Units VSA(1) SA-I(2) SA-II(3) LA(4) Total Number 1(1) 1(2) 2(6) 2(8) 6(17)

BLUE PRINT SA I, SET-III. Subject Mathematics. Units VSA(1) SA-I(2) SA-II(3) LA(4) Total Number 1(1) 1(2) 2(6) 2(8) 6(17) BLUE PRINT SA I, 205-6 SET-III Class IX Subject Mathematics Units VSA() SA-I(2) SA-II(3) LA(4) Total Number () (2) 2(6) 2(8) 6(7) system Algebra () (2) 2(6) 4(6) 8(25) Geometry () 2(4) 4(2) 5(20) 2(37)

More information

A sum of money becomes ` 2016 in 2 years and ` 2124 in 3 years, at simple interest. What is the sum of money? Q2_OA ` 1700

A sum of money becomes ` 2016 in 2 years and ` 2124 in 3 years, at simple interest. What is the sum of money? Q2_OA ` 1700 COAL INDIA LIMITED RECRUITMENT OF MANAGEMENT TRAINEES 2016-17 MODEL QUESTIONS FOR PAPER-I :COMMON FOR ALL DISCIPLINES ENGLISH: Q1 What is the least number which when divided by 24, 96 and 84 leaves remainder

More information

Dear Students Holidays are always a welcome break from the normal routine and we all look forward to them. It gives us the opportunity to pursue all

Dear Students Holidays are always a welcome break from the normal routine and we all look forward to them. It gives us the opportunity to pursue all Dear Students Holidays are always a welcome break from the normal routine and we all look forward to them. It gives us the opportunity to pursue all those activities that we enjoy but never find enough

More information

A New Plus Course by Amar Sir in the Bank Exam Category is now Live!

A New Plus Course by Amar Sir in the Bank Exam Category is now Live! For 100 most important Data Interpretation Sets for SBI PO 2019, watch: https://unacademy.com/course/hindi- 100-data-interpretation-sets-for-sbipoclerk-2019/R2EJY9BM @unacademy (Hindi) 100+ Important Miscellaneous

More information

NICNET:HP Page 1 of 7 (District Collector,Kangra)

NICNET:HP Page 1 of 7 (District Collector,Kangra) 1 पपल थर स न हत Sq. Metre National Highway 0 0 0 0 0 0 0 0 0 0 2 व ण व ण नचल Sq. Metre National Highway 0 0 0 0 0 0 0 0 0 0 Other Road 1728 1440 1382 1152 1037 864 864 720 691 576 3 व ण उपर ल Sq. Metre

More information

II SEMESTER EXAMINATION MARCH 2018 TIME TABLE II SEMESTER EXAMINATION PORTION

II SEMESTER EXAMINATION MARCH 2018 TIME TABLE II SEMESTER EXAMINATION PORTION II SEMESTER EXAMINATION MARCH 2018 TIME TABLE Day Tuesday [20-03-18] Wednesday [21-03-18] Thursday [22-03-18] Friday [23-03-18] Monday [26-03-18] Tuesday [27-03-18] Wednesday [28-03-18] Thursday [29-03-18]

More information

KENDRIYA VIDYALAYA NAD KARANJA HOLIDAY HOMEWORK (AUTUMN BREAK) IX A/B/C. Hindi. Maths

KENDRIYA VIDYALAYA NAD KARANJA HOLIDAY HOMEWORK (AUTUMN BREAK) IX A/B/C. Hindi. Maths KENDRIYA VIDYALAYA NAD KARANJA HOLIDAY HOMEWORK (AUTUMN BREAK) 2018-19 IX A/B/C Hindi 1.न म ल ख त व क य क त -त उदह रण ल ख ए- 1. न ष धव चक 2. प रश व चक 3. इच छ व चक 2. न म ल ख त अ क र क त -त उद हरण ल ख

More information

New Era Public School Syllabus - Class II

New Era Public School Syllabus - Class II New Era Public School Syllabus - Class II 2016-2017 Month English Hindi Maths EVS April-- May Block 1-Aanya and the dragon Block 2- Sequencing and summarizing. Block 3 Ben s Christmas wish. Making connections.

More information

HOLIDAY HOMEWORK (AUTUMN) KV RRL NO-III (RRL), JORHAT

HOLIDAY HOMEWORK (AUTUMN) KV RRL NO-III (RRL), JORHAT CLASS-I SUBJECT-MATHS 1. Learn counting (1-100) and backward counting (100-1). 2. Paste picture of morning time, noon time, evening time and night time in your maths notebook. 3. Draw clock of the following

More information

ARMY PUBLIC SCHOOL UDHAMPUR HOLIDAY HOMEWORK WORKSHEET

ARMY PUBLIC SCHOOL UDHAMPUR HOLIDAY HOMEWORK WORKSHEET ARMY PUBLIC SCHOOL UDHAMPUR HOLIDAY HOMEWORK WORKSHEET 2017-18 NAME CLASS-VIII Please complete the Holiday Home Work given below. Question Bank and extra activities of various subjects are uploaded on

More information

CLASS XIC ENGLISH PHYSICS

CLASS XIC ENGLISH PHYSICS CLASS XIC ENGLISH (1) Make Notes of 3 rd and 4 th chapter from The Canterville Ghost. (2) Write theme of the poem- A Photograph and Voice of the rain with poetic beauty. (3) Write daily one page for your

More information

INDIAN SCHOOL NIZWA YEARLY SYLLABUS CLASS III ENGLISH

INDIAN SCHOOL NIZWA YEARLY SYLLABUS CLASS III ENGLISH INDIAN SCHOOL NIZWA YEARLY SYLLABUS 2018 19 CLASS III ENGLISH I MCB & WB : L-1 A Fireman s Day Lit. BK : L-1 When Mummy was a Little Girl. MCB & WB :L-2 There is Ice Cream in My Eyes Poem Appreciation:

More information

KENDRIYA VIDYALAYA SANGATHAN, CHENNAI REGION

KENDRIYA VIDYALAYA SANGATHAN, CHENNAI REGION KENDRIYA VIDYALAYA SANGATHAN, CHENNAI REGION CLASS: X 2018-19 SUMMER VACATION HOME WORK SUB: ENGLISH S.NO TOPIC LEARNING OBJECTIVES EVALUATION CRITERIA DURATION 1. Main Course Book Communicative English

More information

A sum of money becomes ` 2016 in 2 years and ` 2124 in 3 years, at simple interest. What is the sum of money? Q2_OA ` 1700

A sum of money becomes ` 2016 in 2 years and ` 2124 in 3 years, at simple interest. What is the sum of money? Q2_OA ` 1700 COAL INDIA LIMITED RECRUITMENT OF MANAGEMENT TRAINEES 2016-17 MODEL QUESTIONS FOR PAPER-I :COMMON FOR ALL DISCIPLINES ENGLISH: Q1 What is the least number which when divided by 24, 96 and 84 leaves remainder

More information

Amar Sir One stop solution for all competitive exams Static General Knowledge: General Science (Both in English and Hindi)

Amar Sir One stop solution for all competitive exams Static General Knowledge: General Science (Both in English and Hindi) Amar Sir One stop solution for all competitive exams Static General Knowledge General Science ( Mass, Weight And Density ) By Pradeep Pradhan If You Keep Chasing Your Dreams,One day you ll Catch them यद

More information

KENDRIYA VIDYALAYA, NAD KARANJA HOLIDAY HOMEWORK- WINTER BREAK STD: X SECTION: A,B,C

KENDRIYA VIDYALAYA, NAD KARANJA HOLIDAY HOMEWORK- WINTER BREAK STD: X SECTION: A,B,C KENDRIYA VIDYALAYA, NAD KARANJA HOLIDAY HOMEWORK- WINTER BREAK 2018-19 STD: X SECTION: A,B,C GENERAL INSTRUCTIONS 1) Attempt all questions Answer the following questions in 120-150 words. 1. What role

More information

SPLIT UP SYLLABUS : CHAPTER 1-Real numbers. CHAPTER 2-Polynomials. CHAPTER 3-Pair of linear equations in. two variables

SPLIT UP SYLLABUS : CHAPTER 1-Real numbers. CHAPTER 2-Polynomials. CHAPTER 3-Pair of linear equations in. two variables SPLIT UP SYLLABUS : 2018 19 CLASS - X SUBJECT- MATHS CHAPTER 1-Real numbers CHAPTER 2-Polynomials PRACTICAL-LAB ACTIVITY UNIT TEST 1 (25 MARKS) AUG CHAPTER 3-Pair of linear equations in two variables CHAPTER

More information

1 MARK 3 MARKS 4 MARKS QUESTIONS 1 MARK 3 MARKS 4 MARKS CIVICS

1 MARK 3 MARKS 4 MARKS QUESTIONS 1 MARK 3 MARKS 4 MARKS CIVICS SUMMATIVE ASSESMENT II (2015-16) SUB.: SOCIAL SCIENCE CLASS VI BLUE PRINT CHAPTER NO. QUESTIONS TOTAL NO. OF TOTAL MARKS 1 MARK 3 MARKS 4 MARKS HISTORY QUESTIONS 7 01 00 00 01 01 8 01 01 00 02 04 9 01

More information

Khaitan Public School, Sahibabad Winter Holiday Home Work Class VII

Khaitan Public School, Sahibabad Winter Holiday Home Work Class VII Khaitan Public School, Sahibabad Winter Holiday Home Work 2018-19 Class VII ENGLISH Instructions Read and understand holiday homework properly before doing. Submit your HHW with a proper heading, name,

More information

Infinity in Classical Indian Mathematics

Infinity in Classical Indian Mathematics Infinity in Classical Indian Mathematics By Avinash Sathaye Professor of Mathematics University of Kentucky 1. Introduction. Even a child learns to count 1,, 3 and so on. The idea which leads to imagining

More information

JK PUBLIC SCHOOL, KUNJWANI (SESSION: ) HOLIDAYS HOME WORK Subject: English

JK PUBLIC SCHOOL, KUNJWANI (SESSION: ) HOLIDAYS HOME WORK Subject: English Subject: English 1. Read the newspaper every day. Search one new word daily and using that frame a sentence. Also mention one antonym and one synonym of the same word. (30 words) 2. Make an attractive

More information

Material Handling Systems and Equipment Sectional Committee, MED 07

Material Handling Systems and Equipment Sectional Committee, MED 07 DRAFTS IN WIDE CIRCULATION DOCUMENT DESPATCH ADVICE Ref. Date MED 7 /T- 169 02 01 2019 Material Handling Systems and Equipment Sectional Committee, MED 07 1) All Members of Mechanical Engineering Division

More information

Kendriya Vidyalaya, Keshav Puram (shift-i)

Kendriya Vidyalaya, Keshav Puram (shift-i) Kendriya Vidyalaya, Keshav Puram (shift-i) Summer Vacation Holidays Homework CLASS IX (ENGLISH) 1.WRITE ARTICLES ON THE FOLLOWING IMPORTANCE OF ADULT EDUCATION, SAVE WATER SAVE LIFE, IMPORTANCE OF SPORTS,

More information

CLASS VIIA शरद अवक श ग हक य ववषय-हहद ENGLISH. Collect or draw three pictures of Dushera festival. Write a paragraph focussing on the

CLASS VIIA शरद अवक श ग हक य ववषय-हहद ENGLISH. Collect or draw three pictures of Dushera festival. Write a paragraph focussing on the CLASS VIIA शरद अवक श ग हक य ववषय-हहद कक ष ७ (१)पय यवरण व नददय क स वच छ बन य रखन ह त अपन स झ व व वखए (२)ऐस म ह वर त श वजनम वनम न व वखत शब द क प रय क त दकय गय ह ग ग,पह ड़,स गर तथ इन म ह वर क व क य म भ प रय

More information

ALAKSHYA PUBLIC SCHOOL SUMMER HOLIDAY HOMEWORK

ALAKSHYA PUBLIC SCHOOL SUMMER HOLIDAY HOMEWORK CLASS LKG HOME WORK HINDI अ स अ तक वर ल खए (त न ब र) क स ञ तक य जन हर और ल ल र ग स सज कर ल खए त न ब र ENGLISH Write the capital letters A to H with the help of colours. (3 times) Write the small letters

More information

WORKSHEET SESSION ( ) CLASS- II ENGLISH NAME SECTION DATE

WORKSHEET SESSION ( ) CLASS- II ENGLISH NAME SECTION DATE WORKSHEET SESSION (2017-18) CLASS- II ENGLISH NAME SECTION DATE Q1 Tick the correct answer a) Mother squirrel and baby squirrel were sitting on a branch of Neem tree Apple tree Mango tree b) Did Ravi sleep

More information

NEW ERA PUBLIC SCHOOL, DWARKA SYLLABUS CLASS:II SUBJECT: ENGLISH. Grammar-Naming Words; One and many; Capital letters; Articles

NEW ERA PUBLIC SCHOOL, DWARKA SYLLABUS CLASS:II SUBJECT: ENGLISH. Grammar-Naming Words; One and many; Capital letters; Articles NEW ERA PUBLIC SCHOOL, DWARKA SYLLABUS 2018-19 CLASS:II SUBJECT: ENGLISH MONTH & WORKING APRIL-MAY(20 +11) TERM-I Block 1- Aanya and the dragon; Block 2 Sequencing and summarizing; Block 3- Ben s christmas

More information

A sum of money becomes ` 2016 in 2 years and ` 2124 in 3 years, at simple interest. What is the sum of money? Q2_OA ` 1700

A sum of money becomes ` 2016 in 2 years and ` 2124 in 3 years, at simple interest. What is the sum of money? Q2_OA ` 1700 COAL INDIA LIMITED RECRUITMENT OF MANAGEMENT TRAINEES 2016-17 MODEL QUESTIONS FOR PAPER-I :COMMON FOR ALL DISCIPLINES ENGLISH: Q1 What is the least number which when divided by 24, 96 and 84 leaves remainder

More information

वषय: 31/12/18 स 06/01/19 तक क स ह क लए आरआरएएस ल ख क ववरण. Sub: RRAS Settlement Account Statement for the week of 31/12/18 to 06/01/19

वषय: 31/12/18 स 06/01/19 तक क स ह क लए आरआरएएस ल ख क ववरण. Sub: RRAS Settlement Account Statement for the week of 31/12/18 to 06/01/19 भ रत सरक र क य व त धकरण द ण य व त स म त, र स क स स र ड ब गल र :-0 00 Government of India Central Electricity Authority Southern Regional Committee, Race Course Cross Road BENGALURU - 0 00 Phone : 00 -

More information

DEPARTMENT OF MECHANICAL ENGINEERING MONAD UNIVERSITY, HAPUR

DEPARTMENT OF MECHANICAL ENGINEERING MONAD UNIVERSITY, HAPUR Session - (2018-2019) Programme Name: Student s Name: Father s Name: Enrollment Number: Course Name: Course Code: Assignment Number: Date of Submission: Course Faculty Signature Course: DIPMEA-311-Automobile

More information

KENDRIYA VIDYALAYA NO-1, SRINAGAR

KENDRIYA VIDYALAYA NO-1, SRINAGAR Class: Ist NOTE :- School will remain close from 5 December 2018 to 23 January 2019 and reopen from 24 English *Read one page from your book. *Draw a picture of your book and colour it. *Draw a picture

More information

Trigonometry Tricks. a. Sin θ= ऱम ब / णण, cosec θ = णण / ऱम ब b. cos θ= आध र / णण, sec θ= णण / आध र c. tan θ = ऱम ब / आध र, cot θ = आध र/ ऱम ब

Trigonometry Tricks. a. Sin θ= ऱम ब / णण, cosec θ = णण / ऱम ब b. cos θ= आध र / णण, sec θ= णण / आध र c. tan θ = ऱम ब / आध र, cot θ = आध र/ ऱम ब Trigonometry Tricks 1. क स भ सम ण (Right angle) लऱय स त र (formula) णण2 = ऱम ब2 + आध र2 2. अब य द रख य LAL/KKA, (ऱ ऱ/ क ) L- ऱम ब, A- आध र, K- णण 3. अब इन क रम sin θ, cos θ, tan θ, तथ cot θ, sec θ, cosec

More information

CLASS VIIC शरद अवक श ग हक य ववषय-हहद ENGLISH. Collect or draw three pictures of Dushera festival. Write a paragraph focussing on the

CLASS VIIC शरद अवक श ग हक य ववषय-हहद ENGLISH. Collect or draw three pictures of Dushera festival. Write a paragraph focussing on the CLASS VIIC शरद अवक श ग हक य ववषय-हहद कक ष ७ (१)पय यवरण व नददय क स वच छ बन य रखन ह त अपन स झ व व वखए (२)ऐस म ह वर त श वजनम वनम न व वखत शब द क प रय क त दकय गय ह ग ग,पह ड़,स गर तथ इन म ह वर क व क य म भ प रय

More information

KENDRIYA VIDYALAYA NO.2 UPPAL, HYDERABAD HOLIDAY HOME WORK-WINTER BREAK ( ) CLASS: VI

KENDRIYA VIDYALAYA NO.2 UPPAL, HYDERABAD HOLIDAY HOME WORK-WINTER BREAK ( ) CLASS: VI CLASS: VI Make a folder using A4 size coloured sheets and present it beautifully. Q.1. Write a paragraph describing how you spent your holidays during the winter break. Q.2. Write a paragraph on contribution

More information

ABSTRACT/ स र श ४, ३०५ ह ट यर. 4,305 ha to E Longitude प व द श तर व त त म द सव. February 2018 to March 2018

ABSTRACT/ स र श ४, ३०५ ह ट यर. 4,305 ha to E Longitude प व द श तर व त त म द सव. February 2018 to March 2018 ABSTRACT/ स र श 1. सव त Survey 2. क ल म न च त तथ रप ट कय गय फल Total Mapped and Reported 3. उपय ग कय आध र न श Base map used : स द र स व दन और भ ग लक स चन ण ल क उपय ग करत ए एनट प स, सपट, बल सप र, छ सगढ़

More information

SUMMATIVE ASSESSMENT II, 2012 MATHEMATICS / Class IX /

SUMMATIVE ASSESSMENT II, 2012 MATHEMATICS / Class IX / SUMMATIVE ASSESSMENT II, 2012 45001 MATHEMATICS / II, 2012 Class IX / IX Time allowed : 3 hours Maximum Marks : 90 3 90 General Instructions : (i) All questions are compulsory. (ii) The question paper

More information

ANNUAL SYLLABUS

ANNUAL SYLLABUS ANNUAL SYLLABUS 2018-2019 CLASS-I Puran Murti Global School Kami Road, Sonepat-131001 Puran Murti Global School 1 Class-I English Prescribe Book:- 1) Shower of English 2) Mastering in Grammar April-May

More information

RESUME. Navyug Vidyalaya, Bhagalpur, Bihar. B.L.S.C. College, Naugachiya, Bhagalpur, Bihar. Sabour College, Sabour, Bhagalpur, Bihar

RESUME. Navyug Vidyalaya, Bhagalpur, Bihar. B.L.S.C. College, Naugachiya, Bhagalpur, Bihar. Sabour College, Sabour, Bhagalpur, Bihar RESUME Dr. THAKUR SHIVLOCHAN SHANDILYA Assistant Professor, Department of Sanskrit, Faculty of Arts, BHU, Varanasi, U.P. 221005 E-mail: shandilya.jnu@gmail.com Mobile no: 8860077654, 8005460932 Educational

More information

TOPICS FOR THE SCHOOL MAGAZINE व र ष क पत र क ह त

TOPICS FOR THE SCHOOL MAGAZINE व र ष क पत र क ह त TOPICS FOR THE SCHOOL MAGAZINE - 2017 Articles, Anecdotes, Poems, Short stories, One-Liners, Any other creative work are invitied for the school magazine, Oasis-12017.The work of the students must be original

More information

SUMMER HOLIDAY HOME WORK To develop reading. skills. Practice for section B Writing skills Creative skills

SUMMER HOLIDAY HOME WORK To develop reading. skills. Practice for section B Writing skills Creative skills CLASS: XII KENDRIYA VIDYALAYA SANGATHAN, CHENNAI REGION SUMMER HOLIDAY HOME WORK 2018-19 S.NO TOPIC LEARNING OBJECTIVES Resource file a. Collect 3 articles and paste every To develop reading week skills

More information

INTERNATIONALIZED DOMAIN NAMES

INTERNATIONALIZED DOMAIN NAMES Draft Policy Document For INTERNATIONALIZED DOMAIN NAMES Language: DOGRI 1 VERSION NUMBER DATE 1.0 21 January, 2010 RECORD OF CHANGES PAGES AFFECTED Whole Document M A* M D *A - ADDED M - MODIFIED D -

More information

Class X. Online Syllabus- Pre Board Exam ( ) Somerville School, Vasundhara Enclave, Delhi-96

Class X. Online Syllabus- Pre Board Exam ( ) Somerville School, Vasundhara Enclave, Delhi-96 Class X Online Syllabus- Pre Board Exam (2017-18) Somerville School, Vasundhara Enclave, Delhi-96 S.NO SUBJECT DETAILS 1. English LITERATURE: Two Gentlemen of Verona (prose) Mrs. Packeltide s Tiger (prose)

More information

3.Write speech in words on the topic:- Importance of Adult Education & Save water Save life & Tree plantation

3.Write speech in words on the topic:- Importance of Adult Education & Save water Save life & Tree plantation KV Keshavpuram(Shift-1) CLASS X holidays homework English 1. Read the following novel and write its book review: The Story of My Life by Hellen Keller. 2.You are Naresh. You happen to go to Agra in a crowded

More information

ST.ALBANS SCHOOL HOLIDAY HOMEWORK ( ) CLASS III SUBJECT- ENGLISH Learn and recite the poem

ST.ALBANS SCHOOL HOLIDAY HOMEWORK ( ) CLASS III SUBJECT- ENGLISH Learn and recite the poem ST.ALBANS SCHOOL HOLIDAY HOMEWORK (2018-19) CLASS III SUBJECT- ENGLISH Learn and recite the poem Descriptive Writing : Paste a picture of a Peacock and a Cow on a ruled sheet. Write a paragraph (8-10 sentences)

More information

कक ष नवम अपह गदर श 4 ( प रश -उ र) 2 क वर, 2 गदर न ब ध स वछ एव स व स थ,अ श स क हत व क ई भ द प रन व द अथय क आध र पर व तर

कक ष नवम अपह गदर श 4 ( प रश -उ र) 2 क वर, 2 गदर न ब ध स वछ एव स व स थ,अ श स क हत व क ई भ द प रन व द अथय क आध र पर व तर कक ष -9 दशहर अवक श ग रह क र य 1-न ब ध ल ख (क) इ टर ट क भ म क / हत व (ख) हहल सशक त करण (ग) स वच छ भ र अमभर 2-पत र ल ख (क) औपच ररक (ख) अ पच ररक 3-अपह द गदर श(प रश र सहह ) अपह द क वर श(प रश र सहह ) 4-प रत

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2011 question paper for the guidance of teachers 0549 HINDI AS A

More information

कक ष दसव ववज ञ प ल ख न ब ध-शशक ष क महत व,प रर वरण एव म स रक ष,आपद प रब ध प रत र क प स 3-3 प रश -उतर व च र - एव म पद पररचर

कक ष दसव ववज ञ प ल ख न ब ध-शशक ष क महत व,प रर वरण एव म स रक ष,आपद प रब ध प रत र क प स 3-3 प रश -उतर व च र - एव म पद पररचर कक ष -10 दशहर अवक श ग रह क र य 1-न ब ध ल ख (क) प ल स ट क क द न र (ख) टवद श प र म (ग) ई-कचर 2-पत र ल ख (क) औपच ररक (ख) अ पच ररक 3-अपठ त द गदर श(प रश तर सठहत) अपठ त द क वर श(प रश तर सठहत) 4-प रत र क प क

More information

Ahmedabad. Orientation ( ) (Class-III)

Ahmedabad. Orientation ( ) (Class-III) Ahmedabad Orientation (2018-19) (Class-III) CLASS-III ENGLISH EVS MATHS GUJARATI HINDI SANSKRIT TENTATIVE SCHEDULE OF ASSESSMENTS No. Type of Assessment Tentative date of examination 1. Periodic Assessment-I

More information

Certified that the above candidate has admitted in course as a private candidate and is eligible to write the Examination.

Certified that the above candidate has admitted in course as a private candidate and is eligible to write the Examination. Application for registration to SECOND SASTRI PRIVATE (B.A.) Degree Examinations, April 2016 Name of the Father 3. Name of the Mother Candidates should 7. Subject ऋगव द श कलश ख Rigveda (Sakala Sakha) II

More information

New Era Public School Mayapuri New Delhi Syllabus - Class I

New Era Public School Mayapuri New Delhi Syllabus - Class I New Era Public School Mayapuri New Delhi Syllabus - Class I 2016-2017 Month English Hindi Mathematics EVS April and May Block 1 Reading on our own Block 2- People, places and things Block 3 Reading for

More information

Solutions for IBPS Clerk Pre: Expected Paper 1

Solutions for IBPS Clerk Pre: Expected Paper 1 Solutions for IBPS Clerk Pre: Expected Paper 1 1-D Rest options apart from option (4) can easily be inferred from the passage. In the passage, it is nowhere mentioned that SWIFT allows a receiver to get

More information

INTERNATIONALIZED DOMAIN NAMES

INTERNATIONALIZED DOMAIN NAMES Draft Policy Document For INTERNATIONALIZED DOMAIN NAMES Language: NEPALI 1 VERSION NUMBER DATE RECORD OF CHANGES *A - ADDED M - MODIFIED D - DELETED PAGES AFFECTED 1.0 20/11/09 Whole Document 1.1 22/11/2010

More information

Current Affairs Live 6:00 PM Daily

Current Affairs Live 6:00 PM Daily Question of the Day आ ध र प रद श क र ज य व क य ह? (a) न म (b) प पल (c) स ल (d) आम What is the State Tree of Andhra Pradesh? (a) Neem (b) Peepal (c) Sal (d) Mango 1. कन ह असम क क कल कह ज त थ, जनक ह ल ह

More information

SUMMER VACATION HOLIDAYS HOMEWORK( ) Class X ह द १.पद पर चय क ई भ दस व क य म एक एक शब द क पद पर चय द ज य

SUMMER VACATION HOLIDAYS HOMEWORK( ) Class X ह द १.पद पर चय क ई भ दस व क य म एक एक शब द क पद पर चय द ज य SUMMER VACATION HOLIDAYS HOMEWORK(218-19) Class X ह द १.पद पर चय क ई भ दस व क य म एक एक शब द क पद पर चय द ज य २. स स क सभ भ द क द द उद ह ण ल ख ए ३. व क यभ द त न भ द स द द उद ह ण ल ख ए ४. व च य क ई प च

More information

SHIKSHA BHARATI GLOBAL SCHOOL HOLIDAY HOMEWORK SESSION CLASS - VII

SHIKSHA BHARATI GLOBAL SCHOOL HOLIDAY HOMEWORK SESSION CLASS - VII SHIKSHA BHARATI GLOBAL SCHOOL HOLIDAY HOMEWORK SESSION 208-9 CLASS - VII ENGLISH I. Question bank (Topics Covered:. The Brahamani and the Mongoose 2. When papa scolded me) a. Who was Dev Sharma? b. Who

More information

Kendiya Vidyalaya No. 1, Sagar Holiday Homework Summer Vacation Primary Section Session Class-1

Kendiya Vidyalaya No. 1, Sagar Holiday Homework Summer Vacation Primary Section Session Class-1 Subject-English Kendiya Vidyalaya No. 1, Sagar Holiday Homework Summer Vacation Primary Section Session 2017-18 Class-1 LEARN TO CONVERSE IN ENGLISH Q1) What is your name? Ans- My name is.. Q2) How old

More information

DAV PUBLIC SCHOOL, EAST OF LONI ROAD, DELHI-93

DAV PUBLIC SCHOOL, EAST OF LONI ROAD, DELHI-93 DAV PUBLIC SCHOOL, EAST OF LONI ROAD, DELHI-93 HOLIDAY HOMEWORK CLASS-V (2017-18) ENGLISH Do the home work on A-4 size colourful sheets and compile them in a beautiful handmade folder. Do the homework

More information

BROADWAYS INTERNATIONAL SCHOOL

BROADWAYS INTERNATIONAL SCHOOL BROADWAYS INTERNATIONAL SCHOOL Kherki Duala, Gurugram The long awaited summer vacation is here, bringing with it the gift of togetherness that is spent in exploring books, watching informative programs

More information

Summer Holiday Homework----ENG. Class III

Summer Holiday Homework----ENG. Class III Summer Holiday Homework(PRIMARY SECTION III-V) ह न द ग र ष म वक शक ल न ग क र य KENDRIYA VIDYALAYA SALT LAKE NO -1 HINDI ; कक ष त त र 1 व चन अभ र स 2 स ल ख अभ र स 3 श र क चचत र चचपक ओ और श र क ब र म प च

More information

Objective. Awards and Achievements - Passed National Eligibility Test (NET) & got JRF (JUNIOR RESEARCH FELLOWSHIP) in June 2009 & also in dec.2009.

Objective. Awards and Achievements - Passed National Eligibility Test (NET) & got JRF (JUNIOR RESEARCH FELLOWSHIP) in June 2009 & also in dec.2009. Pravesh Vyas Assistant professor (contractual), Department of Jyotish, Rastriya Sanskrit Sansthan, Jaipur Campus, Jaipur, Rajasthan & Senior Research Scholar, Jyotish Department, Shri Lal Bahadur Shastri

More information

KV No. 2 Delhi Cantt. (I SHIFT) Holiday s Homework Class - XII

KV No. 2 Delhi Cantt. (I SHIFT) Holiday s Homework Class - XII क ब रह क न द र य व द य ऱय स -२ द ल ऱ छ न ( द व त य प ऱ ) १. द वस न क ग त २. क न ककय क ग त ३. ग त ग न द म झ ४. सर जस म तत ५. यह द ऩ अक ऱ ६. म न द ख एक ब द ७. बन रस,ददश ग र ष मक ऱ न अ क श ग हक यय (१४ मई

More information

Apeejay School, Saket Holiday Homework ( ) Class IV

Apeejay School, Saket Holiday Homework ( ) Class IV Apeejay School, Saket Holiday Homework (2016 17) Class IV As the holidays have begun, it s time for us to have some fun, We will make new friends and play a lot of games, Spend time with them and know

More information

Time & Tense समय और य क प. Mishra English Study Centre BY M. K. Mishra

Time & Tense समय और य क प. Mishra English Study Centre BY M. K. Mishra Time & Tense समय और य क प Mishra English Study Centre BY M. K. Mishra The use of appropriate verb according to appropriate time is called Time & Tense. There are three kinds of Time in uses 1. Present

More information

BROADWAYS INTERNATIONAL SCHOOL

BROADWAYS INTERNATIONAL SCHOOL BROADWAYS INTERNATIONAL SCHOOL Kherki Duala, Gurugram The long awaited summer vacation is here, bringing with it the gift of togetherness that is spent in exploring books, watching informative programs

More information

KENDRIYA VIDYALAYA NO. 2 UPPAL, HYDERABAD Holidays Home Work Class IX

KENDRIYA VIDYALAYA NO. 2 UPPAL, HYDERABAD Holidays Home Work Class IX KENDRIYA VIDYALAYA NO. 2 UPPAL, HYDERABAD Holidays Home Work -2016-17 Class IX English 1. Follow the Newspaper for one month and collect news items related to any country in Latin America. Did you find

More information

[Note: - This article is prepared using Baraha Unicode software.]

[Note: - This article is prepared using Baraha Unicode software.] Relevance of Ancient Knowledge to the present century: De-coding Aryabhatiya Cryptic Numerals, and its application to Modified Tamizh Script to find (1) the number of revolutions of Geo-centric planets

More information

Blue Print and Syllabus - Term -II Class:-VI Social Science

Blue Print and Syllabus - Term -II Class:-VI Social Science and - Term -II 2018-19 Class:-VI Social Science Total Marks:-80 Objective Paper 20Marks Types of. Ques. No. of Ques. Marks M.C.Q 7 3.5 Fill ups 7 3.5 T & F 7 3.5 Match the following 7 3.5 One word ans.

More information

1. Improvement of biscuit making quality of Indian wheat utilizing molecular approach-iind phase

1. Improvement of biscuit making quality of Indian wheat utilizing molecular approach-iind phase 1. Improvement of biscuit making quality of Indian wheat utilizing molecular approach-iind phase Rquire ment of the Post Qty. Qualification Salary Duration Desirable Dt. Dr. Sewa Ram JRF 02 Master s in

More information

PART I. Name of the Examination MONTH TENTATIVE NO OF WORKING DAYS AVAILABLE TENTATIVE NO OF PERIODS REQUIRED CHAPTER S.NO APRIL

PART I. Name of the Examination MONTH TENTATIVE NO OF WORKING DAYS AVAILABLE TENTATIVE NO OF PERIODS REQUIRED CHAPTER S.NO APRIL NCERT TEXT BOOKS: HONEY SUCKLE A PACT WITH THE SUN CLASS: VI SUBJECT: ENGLISH S.NO Name of the Periodic Test PROSE: POEM: SUPPLEMENTARY: PROSE: POEM: CHAPTER BRIDGE COURSE WHO DID PATRICK S HOMEWORK A

More information

KENDRIYA VIDYALAYA NO.1, BOLANGIR

KENDRIYA VIDYALAYA NO.1, BOLANGIR KENDRIYA VIDYALAYA NO., BOLANGIR HOMEWORK 05-6 WINTER-BREAK CLASS-XI: ENGLISH HOLIDAY. READING : A) The Ailing Planet: The Green Movement s Role B) The Canterville Ghost Chapter 5, 6, 7 C) The Tale of

More information

The Heritage School, Gurgaon Summative Assessment-I Syllabus ( X ) Session

The Heritage School, Gurgaon Summative Assessment-I Syllabus ( X ) Session S.No Subject Syllabus Political Science 1. Power Sharing 2. Federalism 3. Democracy and Diversity. 4. Gender, Religion and Caste. 1 Social Science 2 Home Science 3 Science History: 1. The Making of a Global

More information

SUMMATIVE ASSESSMENT II, 2012 II, 2012 MATHEMATICS / Class X / Time allowed : 3 hours Maximum Marks : 80

SUMMATIVE ASSESSMENT II, 2012 II, 2012 MATHEMATICS / Class X / Time allowed : 3 hours Maximum Marks : 80 SUMMATIVE ASSESSMENT II, 0 II, 0 65007 MATHEMATICS / Class X / X Time allowed : 3 hours Maimum Marks : 80 3 80 General Instructions : (i) All questions are compulsory. (ii) The question paper consists

More information

Assignment:- Find out the names of major cities and their capital Project- Draw the Picture of a Magnetic compass and write few lines on it.

Assignment:- Find out the names of major cities and their capital Project- Draw the Picture of a Magnetic compass and write few lines on it. D.A.V. PUBLIC SCHOOL, S.P. MINES (ECL), CHITRA HOME ASSIGNMENT FOR DIWALI AND CHHATH PUJA SUBJECT:-S.St 1. Why do we need a home? 2. How do people living in hot climate and keep their home cool. 3. List

More information

SUMMER VACATION ASSIGNMENT (MAY- JUNE 2015) CLASS X

SUMMER VACATION ASSIGNMENT (MAY- JUNE 2015) CLASS X SUMMER VACATION ASSIGNMENT (MAY- JUNE 2015) CLASS X ENGLISH Introduction to Poets and Authors: Make a power point presentation of 10 slides about an author or poet of your choice. The power point presentation

More information

Q1 What is the least number which when divided by 24, 96 and 84 leaves remainder 8 in each case? Q1_OA 344 Q1_OB 664 Q1_OC 672 Q1_OD 680 Q2

Q1 What is the least number which when divided by 24, 96 and 84 leaves remainder 8 in each case? Q1_OA 344 Q1_OB 664 Q1_OC 672 Q1_OD 680 Q2 COAL INDIA LIMITED RECRUITMENT OF MANAGEMENT TRAINEES 2016-17 MODEL QUESTIONS FOR PAPER-I :COMMON FOR ALL DISCIPLINES ENGLISH: Q1 What is the least number which when divided by 24, 96 and 84 leaves remainder

More information

Creating. Student Corner Featuring articles written by students. Features Trigonometric Tables

Creating. Student Corner Featuring articles written by students. Features Trigonometric Tables Student Corner Featuring articles written by students. Creating Features Trigonometric Tables ARADHANA ANAND Have you tried to create your own trigonometric tables and thus join the likes of several mathematician

More information

Universal Active Mathematics य जनग णत. Math Delight. Foundations of Upper Primary Mathematics ग णत ग मत प य भ त उ थ मक ग णत. Conceived and Written by

Universal Active Mathematics य जनग णत. Math Delight. Foundations of Upper Primary Mathematics ग णत ग मत प य भ त उ थ मक ग णत. Conceived and Written by Universal Active Mathematics स य जनग णत Math Delight Foundations of Upper Primary Mathematics ग णत ग मत प य भ त उ थ मक ग णत Conceived and Written by Dr. Vivek Monteiro, Geeta Mahashabde Navnirmiti Learning

More information

HOLIDAY HOMEWORK. Session Class: I SUB: ENGLISH

HOLIDAY HOMEWORK. Session Class: I SUB: ENGLISH Class: I SUB: ENGLISH 1. Write small letter a to z in cursive handwriting (10 pages) 2. Write 5-5 words each of sound A,E,I,O and U. 3. Write your name in beautiful cursive handwriting (20 times). 4. Paste

More information

Shishu Kalyan Sr. Sec. School, Nawada Holiday s Home work Class - VI Note English 1-Literature Activity

Shishu Kalyan Sr. Sec. School, Nawada Holiday s Home work Class - VI Note English 1-Literature Activity Shishu Kalyan Sr. Sec. School, Nawada Holiday s Home work Class - VI Note Summer vacations from to 30 June2018. School will reopen on 2 July 2018 Submit your holiday s homework in a presentable manner

More information

fgunh Class - 4th Class - 4 Activity I st Activity II nd çœ & 2 & tfy;k okys ckx esa clar dfork dks ;kn djds fyf[k,a

fgunh Class - 4th Class - 4 Activity I st Activity II nd çœ & 2 & tfy;k okys ckx esa clar dfork dks ;kn djds fyf[k,a fgunh Class - 4th Class - 4 Activity I st çœ & 1 & ifj;kstuk dk;z & fo kfkhz vuqq'kklu ij,d pkvz rs;kj dhft,a Activity II nd çœ & 2 & tfy;k okys ckx esa clar dfork dks ;kn djds fyf[k,a Activity III rd

More information

UNIVERSITY OF MUMBAI

UNIVERSITY OF MUMBAI AC 26-2-2015 Item no. 4.13 UNIVERSITY OF MUMBAI Revised syllabus Program: B.A Course: Geography Sem I & II ( As Per Credit Based Semester and Grading System with effect from the academic year 2015 2016

More information

KENDRIYA VIDYALAYA NAD KARANJA HOME WORK FOR SUMMER VACATION CLASS IX(A/B/C) ENGLISH

KENDRIYA VIDYALAYA NAD KARANJA HOME WORK FOR SUMMER VACATION CLASS IX(A/B/C) ENGLISH KENDRIYA VIDYALAYA NAD KARANJA HOME WORK FOR SUMMER VACATION 2018-19 CLASS IX(A/B/C) TASK: 1) PROJECT WORK: ENGLISH Do a project either in group or individually on Use of Digital Devices in our daily life.

More information

Downloaded from

Downloaded from Click to Print logout Challenges REGISTRATION NUMBER : www.kvclasses.com EXAM DATE : 18-February-2018 EXAM NAME : SSC Examination TOTAL MARKS : 200 CANDIDATE NAME : ww.kvclasses.com EXAM START TIME : 10:30:00

More information

The mighty zero. Abstract

The mighty zero. Abstract The mighty zero Rintu Nath Scientist E Vigyan Prasar, Department of Science and Technology, Govt. of India A 50, Sector 62, NOIDA 201 309 rnath@vigyanprasar.gov.in rnath07@gmail.com Abstract Zero is a

More information

Hindi Generation from Interlingua (UNL) Om P. Damani, IIT Bombay (Joint work with S. Singh, M. Dalal, V. Vachhani, P.

Hindi Generation from Interlingua (UNL) Om P. Damani, IIT Bombay (Joint work with S. Singh, M. Dalal, V. Vachhani, P. Hindi Generation from Interlingua (UNL) Om P. Damani, IIT Bombay (Joint work with S. Singh, M. Dalal, V. Vachhani, P. Bhattacharya) Cross Lingual Information Access: Language Independent Representation

More information

M. S. MODEL SCHOOL. Summer Vacations Homework for Class 8 th

M. S. MODEL SCHOOL. Summer Vacations Homework for Class 8 th M. S. MODEL SCHOOL The school shall remain closed on account of summer- vacations ( for classes LKG to UKG only ) starting from 14-05-2018 ( Monday ) till 01-07-2018( Sunday ). The school will organize

More information

[Note: - This article is prepared using Baraha Unicode software.]

[Note: - This article is prepared using Baraha Unicode software.] Relevance of Ancient Knowledge to the present century: De-coding Aryabhatiya Cryptic Numerals, and its application to Telugu Script (1) To find the number of revolutions of Geo-centric planets in a Mahayuga

More information

Sub: - Publication of Tender Notice for Purchase of RO Plant for Gram Panchayat Madhupur reg

Sub: - Publication of Tender Notice for Purchase of RO Plant for Gram Panchayat Madhupur reg To The Director (IP&T), A&N Administration, Port Blair No. 23-5/QN/MP/GP/2018-19/302 OFFICE OF THE GRAM PANCHAYAT MADHUPUR, DIGLIPUR, NORTH ANDAMAN Madhupur dated the 26/07/2018 Sub: - Publication of Tender

More information

1. My name Karan Ahuja. 2. I a student. I live with my parents and small dog.

1. My name Karan Ahuja. 2. I a student. I live with my parents and small dog. ST. ALBANS SCHOOL HOLIDAY HOMEWORK (2018-19) CLASS I SUBJECT ENGLISH Name - Section Roll No. Date - Q1. Write the missing vowels to make meaningful words. g r p s w g s n w h m Q2. Unscramble the letters

More information

INTERNATIONALIZED DOMAIN NAMES

INTERNATIONALIZED DOMAIN NAMES Draft Policy Document For INTERNATIONALIZED DOMAIN NAMES Language: BORO 1 VERSION NUMBER DATE RECORD OF CHANGES PAGES AFFECTED A* M D *A - ADDED M - MODIFIED D - DELETED TITLE OR BRIEF DESCRIPTION COMPLIANCE

More information

DEPARTMENT OF MECHANICAL ENGINEERING MONAD UNIVERSITY, HAPUR

DEPARTMENT OF MECHANICAL ENGINEERING MONAD UNIVERSITY, HAPUR Session - (2018-2019) Programme Name: Student s Name: Father s Name: Enrollment Number: Course Name: Course Code: Assignment Number: Date of Submission: Course Faculty Signature Course: DIPME-211 Strength

More information