शरद क ऱ न ग हक यय क त त य

Size: px
Start display at page:

Download "शरद क ऱ न ग हक यय क त त य"

Transcription

1 शरद क ऱ न ग हक यय क त त य बड़ ई क म त र ऱग कर क ई प च शब द लऱख ककन ह प च शब द क व ऱ म शब द लऱख ककन ह प च शब द क पय य च शब द लऱख न क त ऱ क ई प च शब द लऱख सद व षय पर क ई कव त लऱख च द रबब द ऱग कर क ई प च शब द लऱख क ई प च म ह र लऱख fo k; &fganh d{kk&r`rh; 1- jkst+ okpudjsa A 2- jkst+,d istlqys[k dkwihesalqys[k fy[ks aa 3- jaxhuistij 20&20 f}#dro;atu,oala;qdro;atuokys kcnfy[kksa 4-20 uqdrsokys kcnvksj 20 ;kstdfpugokys kcnfy[kksa 5- canjckv ls vkxs ds rhuikbks aesa ls 50 uohu kcnksadksnkwvdjfy[ksaa

2 Maths CLASS 3 1) Make a bean balance using coconut shells. 2) Make a multiplication table tree with branches of any four tables see page 133 of book. 3) Make a chart of containers having different capacities only four see page no ) Learn tables from 2to 12 and practice multiplication sums in rough notebook daily 5 questions. शरद क ऱ न ग ह क यय क चत थय च ह पर अन च छ द लऱख स त त रत म Gandhi ज क य गद न व षय पर अन च छ द लऱख अपन पस द और न पस द लऱख क ई प च ककन ह प च शब द क पय य च शब द लऱख क ई प च म ह र अथय सहहत लऱख

3 ककन ह प च सम च र पत र क न म लऱख ककन ह प च पबत रक ओ क न म लऱख श रद क ऱ न छ ह य क अन भ लऱख MATHS CLASS 4 1. Make a beam balance using coconut shells. 2. Make a multiplicationtable tree with branches of any 4 tables see page 133 of maths book. 3. Make a chart of containers having different capacities [oniy4] see page no Learn tables from 2 to 12 and a practice multiplication sums on rough note book 5. Daily 5 questions. EVS CLASS 4 1. Visit to the craft museum/national museum/local center for art and culture 2. Collect information from the internet/library resources regarding the artisians who have won awards for traditional art on A4 sheets of any 5 persons and name of awards and states they belong to. 3. Make model of ramp /well. 4. Read 5 lessons of 2 nd term. शरद क ऱ न ग ह क यय क प चम 1. उत तर ए दक ष ण भ रत क प च प च व य जन ऱख

4 2. म पर क ई एक कव त लऱख 3. अपन पस द और न पस द लऱख क ई प च 4. ककन ह प च शब द क पय य च शब द लऱख 5. क ई प च म ह र अथय सहहत लऱख 6. ककन ह प च सम च र पत र क न म लऱख 7. ककन ह प च पबत रक ओ क न म लऱख MATHS ( ) CLASS 5 Count the number of squares. 2.) make a model by using cubes (see page 133) and write how many cubes are needed to make this interesting model?(paste this model on a cardboard.) 3.) Take a round in your locality.find how many types of trees you can see there.use the taley marks to note the number of different trees.( see page 161 )

5 4.) Take a thick sheet of length 14 cms and and width 4 cms. ( use postcards also) a.) what is its area? b.) what is its perimeter? 5.) learn tables 2 to 20? COMPUTER CLASS 3 1. Write information on the following : i) Computer ii) Monitor iii) Keyboard iv) Mouse

6 v) Printer 2. Paste pictures of the following: i) Computer ii) Monitor iii) Mouse iv) Printer v) Keyboard Class 4 1. Write information on the following: i) Motherboard ii) Keys of keyboard iii) Types of printer iv) Buttons of mouse Class 5 1. Paste pictures of the following: i) Motherboard ii) Types of computer iii) Keyboard iv) UPS 2. Write any 5 advantages of using computers. 3. Write any 5 disadvantages of using computers. Class 6,7,8 Write (detailed) information on the following: i) Motherboard ii) Keys of keyboard iii) Microprocessor iv) Generations of computer v) Typewriter VS. Keyboard

7 Class 9, 10 Write (detailed) information on the following: i) Booting process of a computer ii) C++ language iii) Typewriter VS. Keyboard iv) Software VS. Hardware v) Generations of computer

8 ECONOMICS Class VIII - B 1. Prepare India s map (physical on political) CLASS XI - B 1. Make atleast 5-5 series of every type. 2. Solve questions of mean, mode and median in every type of series. CLASS XII B 1. Solve 150 numerical questions of national income and concepts. HOLIDAY HOME WORK FOR AUTUMN BREAK, CLASS: X A & B Project: (a) Boucher: Make an attractive and informative Boucher on any state/ part of India. (b) Reading of a story books or short novel etc. and do write their Book Review properly with the theme and summary, characterization etc. (c) ASL : do prepare your speech for the same. CLASS: VIII A & B PROJECT: (a) Issue a story book from your Vidyalaya library and write Book Review on that story. (b) Boucher: Make an attractive and informative Boucher on any state/ part of India. CLASS: VII A PROJECT: (a) Boucher: Make an attractive and informative Boucher on any state/ part of India. (b) Issue a story book from your Vidyalaya library and write Book Review on that story. SANGEETA AGGARWAL TGT ENGLISH

9 KV AAI RANGPURI. HOLIDAYS HOMEWORK CLASS XII A (COMPUTER SCIENCE-085) ASSIGNMENT FOR SESSION ENDING PRACTICAL Q1. WAP to swap two numbers with using temp. Q2. WAP to swap two numbers without using third container or temp. Q3. Create a class Employee with the following specifications: private: Emp_Id integer type Emp_Name char type Emp_Basic float type Emp_Salary float type Emp_DA float type Net_Salary float type Income_Tax float type Public: void Get_Emp_detail() to accept the details of Employee voidfind_net_sal() to calculate the Net Salary of Employee the salary is calculated as: DA = 0.52% of Emp_Basic, Income Tax = 0.30*(Emp_Basic + Emp_DA), Net_Salary = (Emp_Basic + Emp_DA) Income_Tax. voidshow_emp_detail() to show the details of Emp with Salary Q4. Write a function in C++ to count the number of words starting with T. Q5. Write a function in C++ to count the number of word is in a file. Q6. WAP to print a table of a given number. Q7. WAP to append data in a given binary file. Q8. Write a function in C++ to count the number of spaces in a file. Q9. Write a function in C++ to count the words in capital letter in a file. Q10. Define a class in C++ Teacher with the following specification: Private Members: name 20 characters, subject 10 characters, basic_sal, da, hra and net_salary float type calculate( ) function computes the net salary (basic_sal + da + hra) and returns it. Public Members: Readdata( ) function accepts the data values and invoke the calculate function.

10 Displaydata( ) function prints the data on the screen. Q11. Reduce the following Boolean Expression using K-Map: F (W, X, Y, Z) = ^ (0,1,2,4,5,8,9,10,11) Q12.Reduce the following Boolean expression using k-map: F(A,B,C,D)= (0,1,2,4,5,8,9,10,11) Q13.Consider the following tables ACTIVITY and COACH. Write SQL commands for the statements (i) to (iv) and give outputs for SQL queries (v) to (viii) Table: ACTIVITY ACode ActivityName ParticipantsNum PrizeMoney ScheduleDate 1001 Relay 100x Jan High jump Dec Shot Put Feb Long Jump Jan Discuss Throw Mar-2004 Table: COACH PCode Name ACode 1 Ahmad Hussain Ravinder Janila Naaz 1003 (i) To display the name of all activities with their Acodes in descending order. (ii) To display sum of PrizeMoney for each of the Number of participants groupings (as shown in column ParticipantsNum 10,12,16) (iii) To display the coach s name and ACodes in ascending order of ACode from the table COACH. (iv) To display the content of the GAMES table whose ScheduleDateearliar than 01/01/2004 in ascending order of ParticipantNum. (i) SELECT COUNT(DISTINCT ParticipantsNum) FROM ACTIVITY; (ii) SELECT MAX(ScheduleDate),MIN(ScheduleDate) FROM ACTIVITY; (iii) SELECT SUM(PrizeMoney) FROM ACTIVITY; (viii) SELECT DISTINCT ParticipantNum FROM COACH; Q14. Consider the following tables Consignor and Consignee. Write SQL commands for the statements (i) to (iv) and give outputs for SQL queries (v) to (viii). Table: CONSIGNOR

11 CnorID CnorName CnorAddress City ND01 R Singhal 24, ABC Enclave New Delhi ND02 Amit Kumar 123,Palm Avenue New Delhi MU15 R Kohli 5/A, South Street Mumbai MU50 S Kaur 27-K, Westend Mumbai Table: CONSIGNEE CneeID CnorID CneeName CneeAddress CneeCity MU05 ND01 Rahul Kishore 5, Park Avenue Mumbai ND08 ND02 P Dhingra 16/J, Moore Enclave New Delhi KO19 MU15 A P Roy 2A, Central Avenue Kolkata MU32 ND02 S Mittal P 245, AB Colony Mumbai ND48 MU50 B P Jain 13, Block D, A Vihar New Delhi (i) (ii) (iii) (iv) (v) (vi) (vii) (viii) To display the names of all Consignors from Mumbai. To display the CneeID, CnorName, CnorAddress, CneeName, CneeAddress for every Consignee. To display consignee details in ascending order of CneeName. To display number of consignors from each city. SELECT DISTICT City FROM Consignee; SELECT A.CnorName, B.CneeName FROM Consignor A, Consignee B WHERE A.CnorID = B.CnorID AND B.CneeCity = Mumbai ; SELECT CneeName, CneeAddress FROM Consignee WHERE CneeCity NOT IN ( Mumbai, Kolkata ); SELECT CneeID, CneeName

12 FROM Consignee WHERE CnorID = MU15 OR CnorID = ND01 ; Q15. Write SQL commands for the queries (i) to (iv) and output for (v) & (viii) based on a table COMPANY and CUSTOMER: 6 (i) To display those company name which are having prize less than (ii) To display the name of the companies in reverse alphabetical order. (iii) To increase the prize by 1000 for those customer whose name starts with S (iv) To add one more column totalprice with decimal(10,2) to the table customer (v) SELECT COUNT(*),CITY FROM COMPANY GROUP BY CITY; (vi) SELECT MIN(PRICE), MAX(PRICE) FROM CUSTOMER WHERE QTY>10 ; (vii) SELECT AVG(QTY) FROM CUSTOMER WHERE NAME LIKE %r%; (viii)select PRODUCTNAME,CITY, PRICE FROM COMPANY,CUSTOMER WHERE COMPANY.CID=CUSTOMER.CID AND PRODUCTNAME= MOBILE ; INFORMATICS PRACTICES (065) CLASS XII-B Q1 (a) Which of the following provides the maximum bandwidth: (i)optical fibre(ii) Thin Ethernet (iii)arcnet (b) A school would like to go in for network of all the computers.which topology would you suggest and why? (c) Name the network topology in the following: (i) In it, each node is connected with the help of a single co-axial cable. (ii) In which there are bi-directional links between each possible node? (d) Write two advantages and two disadvantages of following network topologies: (i)star (ii) Tree

13 (f) (h) What are the different ways that help you to type Indian script on computer? What is the use of following software: (a) Linux (ii) PHP Q2. (a) Which protocol is used for the transfer of hypertext document on the Internet? b) Which transmission medium should be used to transfer data across two continents at very high speed? c) Two doctors in the same room have connected their palm tops using Bluetooth for working on agroup presentation. Out of the following, what kind of network they have formed. LAN,WAN,MAN,PAN d) Which of the following software are Open Source: Linux, MS Windows 7, PhotoShop, MySQL e) Name any four Indian Scripts included in Unicode. g) Mamta says that the following numbers indicate an address: What is the above address called? To which object /device is it assigned? Q3. (a) India Marchants Co is planning in the office building to connect all computers, each spread over within distance of 45 Meters. Suggest the economical cable type having highspeed data transfer which can be used to connect these computers. (b)abc Co is planning to connect their two different networks using different protocol and having different size in terms of computer.which device will you suggest them to install for connection.1 I. Router II. Bridge III. Gateway ( c)mrssangita purchased a NIC card. There is some number printed in the form of 10 : B6 : 08 : 76 :3E : AB. What does this number represents to? Explain the two parts? (d)identify the type of Topology from the following: a. If one node fails to pass data through it, the entire networks fail and no traffic can flow.

14 b. Nodes are connected together in an arbitrary fashion. A link may or may not connect two or more nodes. (e)define the following with reference to attacks to Network Security: a. Snooping b. Eavesdropping. (f) Name the protocol used for sending and receiving s. (g) Define the following: i. Baud ii. Bps (h)expand them i. NFS ii.modem Q4.Differentiate between MAC address and IP address. Q5.What do you understand by TTF and OTF? Explain. Q6.Describe the terms Free software and Open Source software? Explain. Q7.Distinguish between Open Source Software and Proprietary Software with reference to customizability of the software. Q8. Explain the different types of networks with example. Q9. What do you understand by Domain Name Resolution? Q10. What do you mean by hacker and crackers. CLASS XI-B (INFORMATICS PRACTICES-065) Q1. Differentiate between: i. RAM & ROM ii. Compiler & Interpreter iii. Primary & Secondary Memory iv. Hardware & Software v. CD & DVD vi. Magnetic Storage Media & Optical Storage media vii. Impact printer & Non-impact printer viii. Single user & Multiuser Operating System ix. OCR & OMR x. Serial port and parallel port Q2. What is an Operating System? Explain it with its functions. Q3. What are various categories of software? Q4. Give the three types of computers? Explain in brief with examples? Q5. What is a virus? Name two other things that are similar to virus with their details? Q6. What is fragmentation? How does it affect computer s performance? What remedy do you suggest for it? Q7. What are containers or container controls? Q8. What is an Expression? Give an example. Q9 What are operators in Java? Explain Arithmetical, Relational & logical operators with ex. Q10.Design an application that gives a demonstration of all arithmetic operators, write the code for all the following arithmetic operators: +, -, *, /, %. Also name all the labels, text-fields and buttons.

15 HOLIDAYS HOMEWORK, CLASS XI-A (Computer Science-085) Q1. Differentiate between: xi. RAM & ROM xii. Compiler & Interpreter xiii. Primary & Secondary Memory xiv. Hardware & Software xv. CD & DVD xvi. xvii. xviii. xix. xx. Magnetic Storage Media & Optical Storage media Impact printer & Non-impact printer Single user & Multiuser Operating System OCR & OMR Serial port and parallel port Q2. What is an Operating System? Explain it with its functions. Q3. What are various categories of software? Q4. Give the three types of computers? Explain in brief with examples? Q5. What is a virus? Name two other things that are similar to virus with their details? Q6. What is fragmentation? How does it affect computer s performance? What remedy do you suggest for it? XII: BIOLOGY 1. Offsprings produced by asexual reproduction are referred to as clones. Why? 2. Name the most invasive aquatic plant weed which is called as.terror of Bengal.. 3. How does Zygote usually differ from Zoospore in terms of ploidy? 4. Mention the main difference between the offspring produced by asexual reproduction and progeny produced by sexual reproduction. 5. Which characteristic property of Bryophyllum is exploited by gardeners and farmers? 6. Higher organism have resorted to sexual reproduction inspite of its complexity. Why? 7. Tapeworms posses both male and female reproductive organs. What is the name given to such organism? Give two more examples of such organisms. 8. Study the relationship between first two words and suggest a suitable word for fourth place. (a) Male flower : Stamens :: Female Flower :... (b) Birds : oviparous :: Primates :... (c) Chlamydomonas : Zoospores :: Penicilium :...

16 (d) Ginger : Rhizome :: Agave : Bryophytes and Pteridophytes produce a large number of male gametes but relatively very few female gametes. Why? 10. Mention the site of zygote formation in the ovule of a flowering plant. What happens to sepals, petals and stamens after fertilisation? State the fate of zygote, ovule and ovary in these plants. 11. Distinguish between gametogenesis and embryogenesis. IX- Make a project on mosquito borne disease. X Make a project on status of dengue and chikengunya in delhi and NCR. Write its preventions and treatment.

17 MATHS CLASS XI 1. Solve 1 st and 2 nd unit test papers. 2. Write all the formulas of trigonometric functions. 3. Solve miscellaneous exercise of chapter 8 and Do all the examples of straight line and conic sections. MATHS CLASS XII 1. Solve all the monthly test papers. 2. Do all the examples of 3-D, linear programming and probability. 3. Solve miscellaneous exercise of differential equations and vectors. कक ष ग य रहव प र 1 आर ह प ठ य प स तक क आध र पर समस त कव य क ज न पररचय उनक क व यगत व श षत ओ क स थ अ वकत कर I प र 2 वकन ह 10 सम च र पत र क न म उनक स प दक क स थ उवल व त कर I प र 3 वकन ह प च ओपच ररक पत र क स वनवम त व षय क स थ अ वकत कर I कक ष ब रहव प र 1 स.ब.एस.ई. क व गत प च ष क प रशन पत र क ह कर I (2015, 2014, 2013, 2012, 2011). प र 2 इन टरन ट क सह यत स जनस च र सम बन ध प रश न क स ग रह फ इ म अ वकत कर I ENGLISH CLASS XII A, B, C 1. Collect 5 passages from the newspaper and make notes of these passages. 2. Collect 5 invitation cards and write format of these invitation cards. 3. You are president of the cultural society of your school. You are planning to organize a cultural programme. Write a notice for the school notice inviting names of students willing to participate. You are sudhir, the secretary of the society.

18 4. Design a poster to launch tree plantation campaign in the area surrounding your school. 5. Design a poster for promoting cleanliness in the surroundings of your colony. 6. Write articles on the following topics: Poverty is the cause of all social evils. Need for protecting environment. A television programme you enjoyed most. Mobile phone:a boon or a bane. Terrorism -an evil to humanity. CLASS 11 TH A/B/C PROJECT 1. BOOK REVIEW OF TWO BOOKS 2. PREPARE PPT ON MOTHERS DAY (i)about THE AUTHOR (ii) ABOUT THE PLAY (III)MESSAGE CONVEYED BY THE DAY (IV)MAIN CHARACTERS 3. WRITE 2 OR THREE LINES ABOUT EACH CHARACTER 4. WATER CONSERVATION IN CONTEXT OF THE LESSON THE AILING PLANET ASSIGNMENT 1. WRITE ARTICLES ON THE FOLLOWING :- (I)ROLE OF STUDENTS IN NATIONAL DEVELOPMENT (ii)journalism ON A CAREER (iii)disaster MANAGEMENT 2. DESIGN A POSTER IS NOT MORE THAN 50 WORDS FOR YOUR SCHOOL LIBRAYARY ON THE VALUE OF BOOKS AND GOOD READING HABITS. 3. YOU WANT TO SELL YOUR MARUTI CAR. DRAFT A SUITABLE ADVERTISMENT IN NOT MORE THAN 50 WORDS TO PUBLISHED IN THE FOR SALE COLUMNS OF THE TIMES OF INDIA. 4. WRITE TWO PASSAGES FROM THE NEWSPAPER AND MAKE NOTES OF PASSAGES.

CLASS 11 HOLIDAY HOMEWORK. English PERIODIC TEST II PORTION HOLIDAY HOMEWORK

CLASS 11 HOLIDAY HOMEWORK. English PERIODIC TEST II PORTION HOLIDAY HOMEWORK CLASS 11 HOLIDAY HOMEWORK English PERIODIC TEST II PORTION 1. The Ailing Planet 2. The Browning Version 3. Albert Einstein at School 4. The Voice of the Rain Two Writing Skills 1. Poster Writing 2. Article

More information

व ड ज एक स प म इनस क र प ट क -ब डड सक र य करन क ल ए

व ड ज एक स प म इनस क र प ट क -ब डड सक र य करन क ल ए 1 व ड ज एक स प म इनस क र प ट क -ब डड सक र य करन क ल ए Step 1 1. Go to Start-> Control Panel > Regional & Language Options >Click on Languages Tab Tick the Check box to Install files for complex scripts...

More information

प ज ड /PGD 13 (13360)

प ज ड /PGD 13 (13360) Address: Manak Bhavan 9, Bahadur Shah Zafar Marg, New Delhi-110002 Ph: 011 23230131, 23233375, 23239402 PRODUCTION AND GENERAL ENGINEERING DEPARTMENT http://www.bis.org.in Email pgd@bis.org,in व य पक पर

More information

Table Joins and Indexes in SQL

Table Joins and Indexes in SQL Table Joins and Indexes in SQL स ब एसई प ठ यक रम पर आध ररत कक ष -11 द व र : स ज व भद र य स न तक त त श क षक (स गणक शवज ञ न ) क ० शव० ब ब क (लखनऊ स भ ग) पररचय कभ कभ हम ऐस आनफ म शन क अवश यकत पड़त ह जजसम ड

More information

NOTE: The technical content of document is not attached herewith / available on website. To get the document please contact:

NOTE: The technical content of document is not attached herewith / available on website. To get the document please contact: Address: Manak Bhavan 9, Bahadur Shah Zafar Marg, New Delhi-110002 Ph: 011 23230131, 23233375, 23239402 PRODUCTION AND GENERAL ENGINEERING DEPARTMENT http://www.bis.org.in Email pgd@bis.org,in व य पक पर

More information

प ज ड /PGD 13 (13359)

प ज ड /PGD 13 (13359) Address: Manak Bhavan 9, Bahadur Shah Zafar Marg, New Delhi-110002 Ph: 011 23230131, 23233375, 23239402 PRODUCTION AND GENERAL ENGINEERING DEPARTMENT http://www.bis.org.in Email pgd@bis.org,in व य पक पर

More information

USER MANUAL. Online Payment Form. For. Rajiv Gandhi Institute of Petroleum Technology, Jais. Version 1.0. Designed & Developed By:

USER MANUAL. Online Payment Form. For. Rajiv Gandhi Institute of Petroleum Technology, Jais. Version 1.0. Designed & Developed By: USER MANUAL For Rajiv Gandhi Institute of Petroleum Technology, Jais Online Payment Form (User Interface) Designed & Developed By: Index Sr.no Content Page No 1 Online Payment Page 3 2 State Bank Collect

More information

USER MANUAL. Online Payment Form (User Interface) For. Rajiv Gandhi Institute of Petroleum and Technology, Raebareli. Version 1.0

USER MANUAL. Online Payment Form (User Interface) For. Rajiv Gandhi Institute of Petroleum and Technology, Raebareli. Version 1.0 USER MANUAL For Rajiv Gandhi Institute of Petroleum and Technology, Raebareli Online Payment Form (User Interface) Designed & Developed By: Index Sr.no Content Page No 1 Online Payment Page 3 2 State Bank

More information

INSTRUCTION MANUAL. Rajiv Gandhi Institute of Petroleum Technology, Jais ONLINE APPLICATION FORM FOR ADMISSIONS. Version 1.0. Designed & Developed By:

INSTRUCTION MANUAL. Rajiv Gandhi Institute of Petroleum Technology, Jais ONLINE APPLICATION FORM FOR ADMISSIONS. Version 1.0. Designed & Developed By: INSTRUCTION MANUAL ONLINE APPLICATION FORM FOR ADMISSIONS Rajiv Gandhi Institute of Petroleum Technology, Jais Designed & Developed By: Index Sr.no Content Page No 1 Student Login 3 2 Registration Page

More information

Series SHC COMPUTER SCIENCE. Code No. 91. Roll No.

Series SHC COMPUTER SCIENCE. Code No. 91. Roll No. Roll No. Series SHC Code No. Please check that this question paper contains 11 printed pages. Code number given on the right hand side of the question paper should be written on the title page of the answer-book

More information

प ज ड /PGD 13 (13354)

प ज ड /PGD 13 (13354) Address: Manak Bhavan 9, Bahadur Shah Zafar Marg, New Delhi-110002 Ph: 011 23230131, 23233375, 23239402 PRODUCTION AND GENERAL ENGINEERING DEPARTMENT http://www.bis.org.in Email pgd@bis.org,in व य पक पर

More information

USER MANUAL. Online Payment Form. For. Rae Bareli. Version 2.0. Designed & Developed By:

USER MANUAL. Online Payment Form. For. Rae Bareli. Version 2.0. Designed & Developed By: USER MANUAL For Rajiv Gandhi Institute of Petroleum Technology, Rae Bareli Online Payment Form (User Interface) Designed & Developed By: Index Sr.no Content Page No 1 Online Payment Page 3 2 State Bank

More information

प ज ड /PGD 13 (13355)

प ज ड /PGD 13 (13355) Address: Manak Bhavan 9, Bahadur Shah Zafar Marg, New Delhi-110002 Ph: 011 23230131, 23233375, 23239402 PRODUCTION AND GENERAL ENGINEERING DEPARTMENT http://www.bis.org.in Email pgd@bis.org,in व य पक पर

More information

KENDRIYA VIDYALAYA No. 2, Delhi Cantt. 10 AUTUMN BREAK: SHIFT 2 - HOLIDAYS HOMEWORK. Class: XI

KENDRIYA VIDYALAYA No. 2, Delhi Cantt. 10 AUTUMN BREAK: SHIFT 2 - HOLIDAYS HOMEWORK. Class: XI Subject : HINDI Class: XI क न द र य व द य ऱय स -२ द ल ऱ छ न ( द व त य प ऱ ) श र य अ क श ग हक यय (२८ ससतम बर ०८ अक ट बर २०१४) व षय दहन द क - ग य र (दहन द -ऐच छछक) १. कब रद स, स रद स, द व, ऩदम कर, स ममत

More information

ह म चल प रद श क न दर य व श व द य लय महत वप र ण स चन

ह म चल प रद श क न दर य व श व द य लय महत वप र ण स चन ह म चल प रद श क न दर य व श व द य लय Central University of Himachal Pradesh क प क य य, एचप स ए व क स वडयम क वनक, धम, व - क गड, वहम च प रद 176215 Camp Office, Near HPCA Cricket Stadium, Dharamshala, District

More information

कक ष आठव ववषय ह न द ग र ष मक ल न अवक श क यय

कक ष आठव ववषय ह न द ग र ष मक ल न अवक श क यय कक ष आठव ववषय ह न द ग र ष मक ल न अवक श क यय 1 प ठ -1,2,3 क अत लघ उत र य,लघ उत र य एव तनब ध त मक प रश न त र क अभ य स क ज ए 2 भ ष ब ल ललवप प ठ क अभ य स क यय क ज ए 3 वर य ववच छ द क अभ य स क ज ए 4 एक स वरच

More information

BUREAU OF INDIAN STANDARDS

BUREAU OF INDIAN STANDARDS BUREAU OF INDIAN STANDARDS Manak Bhavan, 9 Bahadur Shah Zafar Marg New Delhi 110002 s 011-2323 0131, 2323 3375 Extn 4442 TeleFax +91 11 2323 7093 Website : www.bis.org.in, email : litd@bis.org.in WIDE

More information

CBSE International Class XII Informatics Practices Annual Examination Sample Question Paper

CBSE International Class XII Informatics Practices Annual Examination Sample Question Paper CBSE International Class XII Informatics Practices Annual Examination 2013-14 Sample Question Paper Max Time: 3 hours Max Marks: 70 1. (a) Name the transmission medium useful for sparsely populated areas.

More information

BUREAU OF INDIAN STANDARDS

BUREAU OF INDIAN STANDARDS BUREAU OF INDIAN STANDARDS Manak Bhavan, 9 Doc Bahadur ETD/42/ Shah 11302 Zafar Marg New Delhi 110002 Phones 2323 0131 2323 3375 Extn 4284 TeleFax +91 11 2323 1192 Website : www.bis.org.in email : eetd@bis.org.in

More information

Madhya Pradesh Bhoj (Open) University, Bhopal

Madhya Pradesh Bhoj (Open) University, Bhopal Subject- Management Information Systems Maximum Marks: 30 Q.1 What do you mean by Information System? Explain its categories. Q.2 Briefly describe what is ERP? Q.3 What is basic component of any software?

More information

Wood Based Industries MIS Uttar Pradesh Forest Department

Wood Based Industries MIS Uttar Pradesh Forest Department Wood Based Industries MIS Uttar Pradesh Forest Department New License User Interface Design Document Version 1.0 1 1.0 REGISTRATION AND LOGIN 1.1 REGISTRATION प ज करण User: For submitting the proposal,

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education HINDI AS A SECOND LANGUAGE 0549/02 Paper 2 Listening For examination from 209 MARK SCHEME Maximum

More information

SAMPLE PAPER FOUNDATION OF INFORMATION TECHNOLOGY Class IX Time :3 hrs. M.M: 90

SAMPLE PAPER FOUNDATION OF INFORMATION TECHNOLOGY Class IX Time :3 hrs. M.M: 90 SAMPLE PAPER - 2014 FOUNDATION OF INFORMATION TECHNOLOGY Class IX Time :3 hrs. M.M: 90 General Instructions: All the questions are compulsory Question paper consists of two sections, Section A and Section

More information

BUREAU OF INDIAN STANDARDS

BUREAU OF INDIAN STANDARDS Manak Bhavan, 9 Bahadur Shah Zafar Marg New Delhi 110002 Phones 2323 0131 2323 3375 Extn 4284 प रल ख प र षण स ज ञ पन व य पक पर च लन स द स दर भ ददन क ईट ड 18/ ट - 69 30/01/2019 तकन क सम तत ईट 18 प र षत

More information

Madhya Pradesh Bhoj (Open) University, Bhopal

Madhya Pradesh Bhoj (Open) University, Bhopal Diploma in computer application (DCA)- 2017-18 Subject : - FUNDAMENTALS OF COMPUTERS AND INFORMATION TECHNOLOGY 2 & fo'ofo ky; }kjk iznk; l=h; mrrj iqflrdkvksa esa gy djuk vfuok;z gsa 1. What is Computer?

More information

HERITAGE XPERIENTIAL LEARNING SCHOOL IX- HALF YEARLY SYLLABUS SESSION SNO SUBJECT HALF YEARLY SYLLABUS

HERITAGE XPERIENTIAL LEARNING SCHOOL IX- HALF YEARLY SYLLABUS SESSION SNO SUBJECT HALF YEARLY SYLLABUS HERITAGE XPERIENTIAL LEARNING SCHOOL IX- HALF YEARLY SYLLABUS SESSION- 2018-19 SNO SUBJECT HALF YEARLY SYLLABUS 1 Social Science 1. India Size and Location 2. Physical features of India 3. Drainage 4.

More information

PG Diploma Programmes PROGRAMME SUMMARY & FEE STRUCTURE वषय न "म (Contents)

PG Diploma Programmes PROGRAMME SUMMARY & FEE STRUCTURE वषय न म (Contents) PG Diploma Programmes PROGRAMME SUMMARY & FEE STRUCTURE वषय न "म (Contents) School of Management Studies and Commerce Page 1. PG Diploma in Marketing Management (PGDMM-17) 2-3 2. PG Diploma Human Resource

More information

स चन औ दस ज- म नक क क टल क प रस व

स चन औ दस ज- म नक क क टल क प रस व व य पक पर च लन म मस द स दर भ ददन क सर सदस य प रल खन औ स चन व षय सवमव, एमएसड 5 प रक शन औ ग र द क प र द य व क व षय सवमव, एम एस ड 6 प रब ध औ त र पर षद, एमएसड स अन य इच छ क एमएसड 5/ ट 134 01-01-2018 वप रय

More information

User Guide. for. Control Table Management Web Application

User Guide. for. Control Table Management Web Application User Guide for Control Table Management Web Application National Electoral Roll Management System (ERMS) Phase-I TABLE OF CONTENTS Sr. No. Topic Page No. 1 How to Login 1 2 Main Menu 2 3 Change Password

More information

Class - XII English. Hindi

Class - XII English. Hindi English 1. Write Q- Ans. of Lesson 5 Indigo and Poem 4: A thing of Beauty. 2. Read Chapters 18 to 22 of The Invisible Man and write Summary of each. 3. Solve writing and reading section of Latest CBSE

More information

epaper dainik jagran D9C1977F14595A8FA013E206E Epaper Dainik Jagran 1 / 6

epaper dainik jagran D9C1977F14595A8FA013E206E Epaper Dainik Jagran 1 / 6 Epaper Dainik Jagran 1 / 6 2 / 6 3 / 6 Epaper Dainik Jagran Jagran epaper - Dainik Jagran, Hindi newspaper known worldwide for its largest readership, is available now online at epaper.jagran.com, a hindi

More information

वधम न मह व र ख ल वववय लय न तक उप ध क यम B.A (First Year) थम वष ल क श सन स आ त"रक म $य कन ह त स य क य PA 01 and PA 02

वधम न मह व र ख ल वववय लय न तक उप ध क यम B.A (First Year) थम वष ल क श सन स आ तरक म $य कन ह त स य क य PA 01 and PA 02 वधम न मह व र ख ल वववय लय न तक उप ध क यम B.A (First Year) थम वष ल क श सन स 2014-15 आ त"रक म $य कन ह त स य क य PA 01 and PA 02 य छ, आपक PA 01 और 02 प.यम क स य क य /भजव य ज रह ह2, जनक ववरण 5न6न क र ह :- प.यम

More information

Novel Unit Assignment 1 C141- C-144 Q 2:-Read the following questions and write the answers in NoteBook. (World Limit words)

Novel Unit Assignment 1 C141- C-144 Q 2:-Read the following questions and write the answers in NoteBook. (World Limit words) HOLIDAY HOMEWORK ClASS-XII TH (ARTS) Vacation! Holidays are the synonym for unlimited fun and merriment. Everything turns out best for us when we make the best use of our time. It is our heartiest desire

More information

Ceramic or glass insulator units for a.c. systems Definitions, test methods and acceptance criteria

Ceramic or glass insulator units for a.c. systems Definitions, test methods and acceptance criteria DRAFTS IN WIDE CIRCULATION Document Despatch Advice REFERENCE Date ETD 06/ T-90 04-01-2017 TECHNICAL COMMITTEE ETD 06 ---------------------------------------------------------------- ------- --------------------------------------------

More information

KENDRIYA VDYALAYA SANGATHAN ERNAKULAM REGION MODEL PAPER - SET-I SUB: INFORMATICS PRACTICES CLASS: XII Time: 3 Hrs Max.Mark: 70

KENDRIYA VDYALAYA SANGATHAN ERNAKULAM REGION MODEL PAPER - SET-I SUB: INFORMATICS PRACTICES CLASS: XII Time: 3 Hrs Max.Mark: 70 KENDRIYA VDYALAYA SANGATHAN ERNAKULAM REGION MODEL PAPER - SET-I SUB: INFORMATICS PRACTICES CLASS: XII Time: 3 Hrs Max.Mark: 70 1. a) Mr. Ramesh is working in an Global Organisation. He wants to login

More information

KENDRIYA VIDYALAYA BAILEY ROAD SECOND SHIFT HOLIDAY HOME WORK CLASS: XII SUB: ENGLISH

KENDRIYA VIDYALAYA BAILEY ROAD SECOND SHIFT HOLIDAY HOME WORK CLASS: XII SUB: ENGLISH KENDRIYA VIDYALAYA BAILEY ROAD HOLIDAY HOME WORK CLASS: XII SUB: ENGLISH Q.1. Write a letter to the Editor. Q.2. Write a complaint. Q.3. Write a Job application. Q.4. Write a comprehension. Q.5. Write

More information

Syllabus for Audit Assistant

Syllabus for Audit Assistant Syllabus for Audit Assistant i) Hindi & English Hindi तत सम,तद भव ऩयय यवयच,ववऱ म म हयवर और ऱ क क ततयय श द ध,-अश द ध वयतय स धध-ववच छ द अऱ कयर और समयस वचन, लऱ ग अन कयर थ और वयतय क लऱए एक शब द गद यय श आधयररत

More information

Sample Copy. Not for Distribution.

Sample Copy. Not for Distribution. क क i Publishing-in-support-of, EDUCREATION PUBLISHING RZ 94, Sector - 6, Dwarka, New Delhi - 110075 Shubham Vihar, Mangla, Bilaspur, Chhattisgarh - 495001 Website: www.educreation.in Copyright, Authors

More information

Enquiry Generation Details

Enquiry Generation Details Enquiry Generation Details PDF processed with CutePDF evaluation edition www.cutepdf.com http://past.ipr.res.in/limitedenquirynew.jsp Page 1 of 4 23-07-2018 ल म अन स ध न स थ न INSTITUTE FOR PLASMA RESEARCH

More information

BUREAU OF INDIAN STANDARDS

BUREAU OF INDIAN STANDARDS BUREAU OF INDIAN STANDARDS Manak Bhavan, 9 Bahadur Shah Zafar Marg New Delhi 110002 Phones 2323 0131 2323 3375 Extn 4284 TeleFax +91 11 2323 1192 Website : www.bis.org.in email : eetd@bis.org.in ल ख षण

More information

CHAPTER 10 SQL 6 MARKS QUESTIONS

CHAPTER 10 SQL 6 MARKS QUESTIONS BHARATIYA VIDYA BHAVAN S V M PUBLIC SCHOOL, VADODARA CHAPTER 10 SQL 6 MARKS QUESTIONS 1 Consider the following tables Product and Client. Write SQL commands for the statement (i) to (iv) and give outputs

More information

Block-2- Making 5 s. १. ट ल ज कर and 10 s Use of a and an number names

Block-2- Making 5 s. १. ट ल ज कर and 10 s Use of a and an number names SYLLABUS FOR STD I ACADEMIC YEAR 2016-17 Month English Math EVS Hindi Marathi sight words Block-1 Numbers 0 Block-1- My Family svar ³A sao AÁ (ग ण )एक ह त पर to 10 Block-2- My School Vowels Block-2- Making

More information

Sample Paper 2015 Class XII- Comm Subject INFORMATICS PRACTICES. Q1 a) Rewrite the code using While Loop? 2

Sample Paper 2015 Class XII- Comm Subject INFORMATICS PRACTICES. Q1 a) Rewrite the code using While Loop? 2 Sample Paper 2015 Class XII- Comm Subject INFORMATICS PRACTICES Time Allowed: 3 hours Maximum Marks: 70 Note: (i) (ii) Answer the questions after carefully reading the text. Give Design wherever required.

More information

National Informatics Centre, Pune

National Informatics Centre, Pune USER MANUAL Admission Portal (Version 1.) School Education And Sports Department Government of Maharashtra January 2015 (NIC-PUNE-G3-AdmissionPortal-UM001) National Informatics Centre, Pune No part of

More information

Mahatma Gandhi Institute For Rural Industrialization

Mahatma Gandhi Institute For Rural Industrialization मह त म ग ध ग र म ण औद य ग करण स स थ न Mahatma Gandhi Institute For Rural Industrialization मगनव ड, वध 442001 मह र ष ट र,भ रत Maganwadi, Wardha 442001, Maharashtra, India Phone No: +91-7152-253512 Fax:

More information

व य पक पट ररच लन मस द

व य पक पट ररच लन मस द व य पक पट ररच लन मस द प रल ख प र क षण स ज ञ पन स दर भ ददन क एलआईट ड 17/ट -122 28-01-2019 कन क सवमव : एलआईट ड 17 ऩ न व ऱ क न म: 1) स चन प रण ल स रक ष एव ब य म ट र क ववषय सवमव, एऱआईट ड 17 2) इऱ क ट र ननक

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- 190, 02 01 2019 Material Handling Systems and Equipment Sectional Committee, MED 07 1) All Members of Mechanical Engineering Division

More information

स चगक आईएसओ ववम ष ट ओ पर आध रर उपर क दस व ज क कन क स मग एमएचड स अन र ध पर प ककय ज सक ह

स चगक आईएसओ ववम ष ट ओ पर आध रर उपर क दस व ज क कन क स मग एमएचड स अन र ध पर प ककय ज सक ह भ रत य म नक ब य र लम म भ भपउ (,एव स वजन क नवतरण भ त पय,म रत सरक र ) BUREAU OF INDIAN STANDARDS (Ministry of Consumer Affairs, Food & Public distribution, Govt. of India) म नक भवन,9 बह द रश ह जफर म र ग,

More information

INDIAN AGRICULTURAL STATISTICS RESEARCH INSTITUTE LIBRARY AVENUE: NEW DELHI WALK- IN- INTERVIEW. Qualifications

INDIAN AGRICULTURAL STATISTICS RESEARCH INSTITUTE LIBRARY AVENUE: NEW DELHI WALK- IN- INTERVIEW. Qualifications INDIAN AGRICULTURAL STATISTICS RESEARCH INSTITUTE LIBRARY AVENUE: NEW DELHI-110012 WALK- IN- INTERVIEW A walk-in interview will be held for the post of One(01) Young Professionals-II at ICAR-IASRI, Pusa,

More information

Bid Sheet MSTC/BLR/MONITORING COMMITTEE /54/BANGALORE /17-18/9697 [148589] :35:00.0 :: :40:

Bid Sheet MSTC/BLR/MONITORING COMMITTEE /54/BANGALORE /17-18/9697 [148589] :35:00.0 :: :40: Seet Auction No. Period Of Auction Currenc y MSTC/BLR/MONITORING COMMITTEE /54/BANGALORE /7-8/9697 [48589] 7-9-4 5. 7-9-4 447.5654 INR der/ Info No. Of ders 7 No. Of Winners 7 No. Of s 8/W SL. No. der

More information

Cambridge GRADE 4 Semester 2 nd EXAMINATIONS (1st February 2019)

Cambridge GRADE 4 Semester 2 nd EXAMINATIONS (1st February 2019) Page 1 of 6 Cambridge GRADE 4 Semester 2 nd EXAMINATIONS (1st February 2019) SUBJECT First Language ENGLISH PAPER TITLE ENGLISH PAPER 1 Non-Fiction TIME: 1 hour MARKS: 50 marks SECTION A: Reading Comprehension(

More information

INSTITUTE FOR PLASMA RESEARCH. An Aided Institute of Department of Atomic Energy, Government of India

INSTITUTE FOR PLASMA RESEARCH. An Aided Institute of Department of Atomic Energy, Government of India Enquiry Generation Details PDF processed with CutePDF evaluation edition www.cutepdf.com http://past.ipr.res.in/limitedenquirynew.jsp Page 1 of 4 09-05-2018 ल म अन स ध न स थ न INSTITUTE FOR PLASMA RESEARCH

More information

STEPS TO BE FOLLOWED BY ERO FOR IMPLEMENTATION OF ECI ERMS

STEPS TO BE FOLLOWED BY ERO FOR IMPLEMENTATION OF ECI ERMS STEPS TO BE FOLLOWED BY ERO FOR IMPLEMENTATION OF ECI ERMS 1. एक Desktop Computer और इस पर Broadband Internet कन क शन स न चत कर Desktop System Windows XP/Windows 7/8 क स थ कम स कम 1 GB RAM और 50 GB Hard

More information

Simple Queries in SQL & Table Creation and Data Manipulation

Simple Queries in SQL & Table Creation and Data Manipulation Simple Queries in SQL & Table Creation and Data Manipulation स ब एसई प ठ यक रम पर आध ररत कक ष -11 द व र : स ज व भद र य स न तक त त श क षक (स गणक शवज ञ न ) क ० शव० ब ब क (लखनऊ स भ ग) पररचय SQL क 1970 क अस

More information

रण ल सर ष एव ब य मद क ववषय सममत एल टई लए,17 2) इल तनक एव स चन र य ग क वव पररषद एल टई लएसए क रध न सद य

रण ल सर ष एव ब य मद क ववषय सममत एल टई लए,17 2) इल तनक एव स चन र य ग क वव पररषद एल टई लएसए क रध न सद य य पक पर च लन मस द रलख रषण स ञ पन स द भ तकन क सममतत : एलआईट ड 17/ट - 81 स 106 एलआईट ड 17 -प न ददन क 31 अग त 2016 व ल क न म: 1) न रण ल सर ष एव ब य मद क ववषय सममत एल टई लए,17 3) गच रखन व ल 2) इल तनक एव स

More information

Updated SCIM Input Method

Updated SCIM Input Method Updated SCIM Input Method Basanta Krishna Shrestha basanta@mpp.org.np Madan Puraskar Pustakalaya, Nepal Abstract The document is an updated report on the SCIM Input Method. The updated version of the input

More information

ROM (Read-only memory) Definition in Hindi

ROM (Read-only memory) Definition in Hindi ROM (Read-only memory) Definition in Hindi ROM, Read only Memory क short न म ह ROM क प य टर म builtin memory ह त ह ज सक ड ट read only ह त ह एव उसम क छ भ write or modify नह ककय सकत Generally, ROM क computer

More information

Creation of a Complete Hindi Handwritten Database for Researchers

Creation of a Complete Hindi Handwritten Database for Researchers Journal of Pure and Applied Science & Technology Copyright 2011 NLSS, Vol. 8(1), Jan 2018, pp. 52-60 Creation of a Complete Hindi Handwritten Database for Researchers Rama Gaur 1, * and Dr. V.S. Chouhan

More information

व य पक पट ररच लन मस द

व य पक पट ररच लन मस द व य पक पट ररच लन मस द प रल ख प र क षण स ज ञ पन स दर भ ददन क एलआईट ड 17/ट -121 28-01-2019 कन क सवमव : एलआईट ड 17 ऩ न व ऱ क न म: 1) स चन प रण ल स रक ष एव ब य म ट र क ववषय सवमव, एऱआईट ड 17 2) इऱ क ट र ननक

More information

General Instructions: (i) (ii) (iii) (iv) (v) (vi) (vii) All questions are compulsory Sample Paper 2014 Class XII Subject Informatics Practices Answer the questions after carefully reading the text. This

More information

It is an entirely new way of typing and hence please go through the instructions to experience the best usability.

It is an entirely new way of typing and hence please go through the instructions to experience the best usability. Panini Keypad allows you to write in all languages of India on the phone, fast and easily without the need of printed characters on the keypad. It is based on a patented invention of statistical predictive

More information

Marathi Indic Input 3 - User Guide

Marathi Indic Input 3 - User Guide Marathi Indic Input 3 - User Guide Contents 1. WHAT IS MARATHI INDIC INPUT 3?... 2 1.1. SYSTEM REQUIREMENTS... 2 1.2. APPLICATION REQUIREMENTS... 2 2. TO INSTALL MARATHI INDIC INPUT 3... 2 3. TO USE MARATHI

More information

Address Change Process Related Documents

Address Change Process Related Documents Address Change Process Documents Back ground and Requirement of Policy-: RKCL is running its operations through its ITGKs. These ITGKs are working on certain premises, some of them in rented premise and

More information

LANGUAGE IN INDIA Strength for Today and Bright Hope for Tomorrow Volume 13 : 1 January 2013 ISSN

LANGUAGE IN INDIA Strength for Today and Bright Hope for Tomorrow Volume 13 : 1 January 2013 ISSN LANGUAGE IN INDIA Strength for Today and Bright Hope for Tomorrow Volume ISSN 1930-2940 Managing Editor: M. S. Thirumalai, Ph.D. Editors: B. Mallikarjun, Ph.D. Sam Mohanlal, Ph.D. B. A. Sharada, Ph.D.

More information

Samrudhi Computers, Ladnun

Samrudhi Computers, Ladnun Android इत ह स ऍण ड र इड त नक स पर आध रर एक ओपर ट ग तसस टम ह, ज म ख य म ब इ फ न और ट ब ट क प य टर ज स टचस र न उपकरण क त ए बन य गय ह अक ट बर 2003 म स य क त र ज य अम ररक क क त फ तन य र ज य क प आल ट न मक

More information

Draft Indian Standard METHODS OF TEST FOR RUBBER AND PLASTICS HOSES PART 5 DETERMINATION OF ABRASION OF LINING 2. PCD 29(10444) C/ ISO 4650 : 2012

Draft Indian Standard METHODS OF TEST FOR RUBBER AND PLASTICS HOSES PART 5 DETERMINATION OF ABRASION OF LINING 2. PCD 29(10444) C/ ISO 4650 : 2012 य पक पच ल न मस द स द भ र ख र ण स ञ पन ददन क प स ड 29/ट (1-8) स 04-07-2016 तकन क सम तत: प स ड 29 र ष त 1 प र ल यम, क य एव स ब ध त उ प व षवग प पषद व प स स क सव य 2 प स 29 सलमतत क सम त सव य 3 ध दखन व सग तनक

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- 170 02 01 2019 Material Handling Systems and Equipment Sectional Committee, MED 07 1) All Members of Mechanical Engineering Division

More information

SUB: PHYSICS CLASS: XI

SUB: PHYSICS CLASS: XI Class 11 English application for job, enquiry letter, poster, advertisement, to learn done chapters. शरद अवक श ग ह क यय हहन द क XI. 1ववत न- ऱत म ग शकर-प रशन त तर लऱखन द ऩ वऱ -ननब ध 5.2,म र भ रत,आत कव द,

More information

DU M.Phil Ph.D. in Adult Continuing Education & Extension

DU M.Phil Ph.D. in Adult Continuing Education & Extension DU M.Phil Ph.D. in Adult Continuing Education & Extension Topic:- DU_J18_MPHIL_ACEE 1) A doctor studies the effectiveness of two drugs of dengue fever. His research would be classified as: [Question ID

More information

ल उड पर ईम ल स य शन सव र स व, ए ट व यरस और ए ट प म म ड य ल क स थ क लए न वद न टस

ल उड पर ईम ल स य शन सव र स व, ए ट व यरस और ए ट प म म ड य ल क स थ क लए न वद न टस भ रत य कप स नगम ल मट ड THE COTTON CORPORATION OF INDIA LTD. क पस भवन, ल ट न बर 3 ए, स टर 10, स ब ड ब ल प र, KAPAS BHAVAN, Plot No: 3A, Sector 10, CBD Belapur. नव म बई 400614 NAVI MUMBAI 400 614. Ph.022-27579217

More information

ELECTION PERSONNEL DEPLOYMENT SYSTEM

ELECTION PERSONNEL DEPLOYMENT SYSTEM ELECTION PERSONNEL DEPLOYMENT SYSTEM (EPDS) Uttar Pradesh Vidhan Sabha General Election 2017 By National Informatics Centre UP State Unit, Lucknow User Manual (Version 1.0.01) ELECTION PERRSONNEL RSONNEL

More information

Madhya Pradesh Bhoj (Open) University, Bhopal

Madhya Pradesh Bhoj (Open) University, Bhopal Subject : Computer Fundamentals Q.1 What are Logic Gates? Explain it. र ज क ग ट स क म ह सभझ ईम? Q.2 Explain Software Concepts and Classification of Software. स फ टव मय अवध यण ओ औय स फ टव मय क वग कयण क

More information

DRAFT(S) IN WIDE CIRCULATION. Reference Date MSD 2/T Quality Management Sectional Committee, MSD 2

DRAFT(S) IN WIDE CIRCULATION. Reference Date MSD 2/T Quality Management Sectional Committee, MSD 2 DRAFT(S) IN WIDE CIRCULATION Reference Date MSD 2/T-63 21-05-2018 Quality Management Sectional Committee, MSD 2 All members of Quality Management Sectional Committee, MSD 2, its subcommittee, MSD 2:1 Management

More information

(क) धरत क क न -क न कब ज ग उठत ह? (ख) स रज कह चमक? (ग) क म य न ककस द ड़ म भ ग नलय? (घ) र प क य ल य थ? (ड) श श क न ल य?

(क) धरत क क न -क न कब ज ग उठत ह? (ख) स रज कह चमक? (ग) क म य न ककस द ड़ म भ ग नलय? (घ) र प क य ल य थ? (ड) श श क न ल य? STD 3 rd SUBJECT Hindi F.A. 1 Exam DATE - Marks - 30 प र.१ सह उत तर पर ( ) क ननश न लग इए (५) (क)क य द खकर आन द आ रह थ? सब त ल बज रह थ ( ) सब ख ल रह थ ( ) सबक ननम ब नगर रह थ ( ) (ख) श श क न ल य? र प ( )

More information

ST. MARY S PRIMARY SCHOOL, JHARSUGUDA SYLLABUS FOR THE ACADEMIC SESSION CLASSV

ST. MARY S PRIMARY SCHOOL, JHARSUGUDA SYLLABUS FOR THE ACADEMIC SESSION CLASSV ST. MARY S PRIMARY SCHOOL, JHARSUGUDA SYLLABUS FOR THE ACADEMIC SESSION- 2018-19 CLASSV Eng I Le 1-Remembering Le-3 Adverbs: Degree, Le-9 Lost and Found Le-15 Prepositions Le-18 Boating What You Have Learnt

More information

Note Books. Central Academy Sr. Sec. School, (10+2) Vijay Nagar, Jabalpur List of Books For the Session Class : Nursery Date : 02/03/2017

Note Books. Central Academy Sr. Sec. School, (10+2) Vijay Nagar, Jabalpur List of Books For the Session Class : Nursery Date : 02/03/2017 Class : Nursery Date : 02/03/2017 1. Alphabet Popcorn 2. Learn to write - 1 3. English writing 4. Rhymes with Rhythm - A Clever Ants 1. My book of numbers-1 2. Maths No. writing 1. क ल र भ ग -1 Clever

More information

2 Types of chart are : A) bar chart B) pie chart C) column chart D) all of the above

2 Types of chart are : A) bar chart B) pie chart C) column chart D) all of the above ल क स व आय ग र जप अन कत त य ण, ब बध / य.- स सद स व,सह यक क य टर अपर टर पदक तय ग मक ल खत पर समय :- ४५ मन ट म त :- २०७०/०२/२५ बषय :- स व स ब ध प ण क :- ५० 1 We use.. operator to multiply in MS Excel. A)

More information

क पय न म ल ख त दस त व जक क त क कव प रव जसय वलमनत औ व च प रव जसय वलमनत, एम एव ड 5 त य ककय ह क रम

क पय न म ल ख त दस त व जक क त क कव प रव जसय वलमनत औ व च प रव जसय वलमनत, एम एव ड 5 त य ककय ह क रम व य पक प पक च ल म म द द र भ द म प ए एदड 5/ ट 143 01-01-2019 दर द स य प र खम औ द लम व षय दम त, ए एदड 5 प रप शम औ ग र फ प प र द य ग प व षय दम त, ए एद ड 6 प रब ध औ त र पकच ष, ए एदड द अन य च प प र य मह द य/मह

More information

Make a project in Accountancy on Comprehensive Problem which consists. of Journal, Ledger, Trial Balance, Trading & Profit and Loss A/c and

Make a project in Accountancy on Comprehensive Problem which consists. of Journal, Ledger, Trial Balance, Trading & Profit and Loss A/c and HOME ASSIGNMENT OF XI COMMERCE BUSINESS STUDIES AND ACCOUNTANCY Make a project in Accountancy on Comprehensive Problem which consists of Journal, Ledger, Trial Balance, Trading & Profit and Loss A/c and

More information

INDIAN INSTITUTE OF MANAGEMENT INDORE

INDIAN INSTITUTE OF MANAGEMENT INDORE भ रत य प रब ध स स थ न इ द र INDIAN INSTITUTE OF MANAGEMENT INDORE प रब ध श खर, र ऊ-प थमप र र ड, इ द र 453 556 PRABANDH SHIKHAR, RAU-PITHAMPUR ROAD, INDORE 453 556 फ न PHONE: +91-731-2439630/2439631; फ

More information

Vedant Public School Isanpur, Ahmedabad.

Vedant Public School Isanpur, Ahmedabad. Class- 1 st Vedant Public School Isanpur, Ahmedabad. FA-4 Paper Style English Grammar (L- 4, 5, 6) Q.1 MCQs (10) Q.1 Blanks with in, on, under. (05) Q.2 Answer the questions. (04) Q.3 Fill in the blanks

More information

KENDRIYA VIDYALAYA NO. 2, DELHI CANTT Holiday Home Work: Summer Vacation ( )

KENDRIYA VIDYALAYA NO. 2, DELHI CANTT Holiday Home Work: Summer Vacation ( ) KENDRIYA VIDYALAYA NO. 2, DELHI CANTT Holiday Home Work: Summer Vacation (2018-19) Subject:-English 1. Read Novel 'The Invisible Man ' by H.G Wells 2. Write summary of any twenty chapters 3. Do Note Making

More information

(स म लसन ह ) भ रत य म नक ब य र पश च म क ष त र य क य लय प रय गश ल स दभ : प क ष क प र /प र म य /

(स म लसन ह ) भ रत य म नक ब य र पश च म क ष त र य क य लय प रय गश ल स दभ : प क ष क प र /प र म य / भ रत य म नक ब य र पश च म क ष त र य क य लय प रय गश ल स दभ : प क ष क प र /प र म य /7126926 16.11.2015 व षय: ह ई फ श क स ल ब र टर इ ड य प र इव ट लललमट, प ण क स श ध त स क प यह पररपत र ह ई फ ज क स ल ब र टर

More information

Computer Operator Practical Examination Sample Set - 06

Computer Operator Practical Examination Sample Set - 06 Public Service Commission Computer Operator Practical Examination Sample Set - 06 F.M.: 30 P.M.:15 Time: 30 Minutes Attempt all of the following questions: Create a folder on desktop and name it your symbol

More information

Q1. (SQL) Consider the following table HOSPITAL. Write SQL commands for the statements (i) to (v)

Q1. (SQL) Consider the following table HOSPITAL. Write SQL commands for the statements (i) to (v) Q1. (SQL) Consider the following table HOSPITAL. Write SQL commands for the statements (i) to Table : HOSPITAL No Name Age Department Date of adm Charges Sex 1 Arpit 62 Surgery 21.01.98 300 M 2 Zarina

More information

INDIAN SCHOOL SOHAR FIRST TERM EXAM ( ) INFORMATICS PRACTICES

INDIAN SCHOOL SOHAR FIRST TERM EXAM ( ) INFORMATICS PRACTICES INDIAN SCHOOL SOHAR FIRST TERM EXAM (2015-2016) INFORMATICS PRACTICES Page 1 of 5 No. of printed pages: 5 Class: XI Marks: 70 Date: 10-09-15 Time: 3 hours Instructions: a. All the questions are compulsory.

More information

Class 12 a homework. English holiday home work

Class 12 a homework. English holiday home work Class 12 a homework English holiday home work Class- XII(A) QUESTIONS from literature: 1. A. How did Mr. Hamel give the shocking news to the students and the villagers and with what effect? ( SAQ 3 MARKS)

More information

ENQUIRY NO. Date :

ENQUIRY NO. Date : ल म अन स ध न स थ न INSTITUTE FOR PLASMA RESEARCH परम ण ऊज वभ ग, भ रत सरक र क एक सह यत त स थ न An Aided Institute of Department of Atomic Energy, Government of India इ दर प ल क प स, भ ट, ग ध नगर 382 428

More information

Online Education Platinum Package Topic List Sr Course Name Topic Duration Language 1 Basic Utilities Accept And Reject Cookies 01:56 English 2 Basic

Online Education Platinum Package Topic List Sr Course Name Topic Duration Language 1 Basic Utilities Accept And Reject Cookies 01:56 English 2 Basic Online Education Platinum Package Topic List Sr Course Name Topic Duration Language 1 Basic Utilities Accept And Reject Cookies 01:56 English 2 Basic Utilities Archive Multiple Files 03:59 English 3 Basic

More information

Digital MLS. A Quick Start Guide for Respected Members of Legislative Assembly and Council to submit devices online into MKCL s Digital MLS

Digital MLS. A Quick Start Guide for Respected Members of Legislative Assembly and Council to submit devices online into MKCL s Digital MLS Digital MLS A Quick Start Guide for Respected Members of Legislative Assembly and online into MKCL s Version 1.0 THIS QUICK START GUIDE WILL EXPLAIN IN SHORT ABOUT: HOW TO LOG INTO DIGITAL-MLS SYSTEM,

More information

INDIAN INSTITUTE OF MANAGEMENT INDORE

INDIAN INSTITUTE OF MANAGEMENT INDORE भ रत य प रब ध स स थ न इ द र INDIAN INSTITUTE OF MANAGEMENT INDORE प रब ध श खर, र ऊ-प थमप र र ड, इ द र 453 556 PRABANDH SHIKHAR, RAU-PITHAMPUR ROAD, INDORE 453 556 फ न PHONE: +91-731-2439630/2439631; फ

More information

Eligibility for Trades

Eligibility for Trades सम बन धधत ट र ड म NCVT द व र म धयत प र प त आई.ट.आई. अथव न च दर श त ब च म AICTE द व र म धयत प र प त स स थ न स डडप ऱ म अथव डडग र उत त र Trade Architectural Assistant Attendant Operator (Chemical Plant) Basic

More information

Join Consecutive Terms Concatenation of consecutive terms is performed at two stages.

Join Consecutive Terms Concatenation of consecutive terms is performed at two stages. Working Note FIRE 2013 Improving Accuracy of SMS based FAQ retrieval Anwar Shaikh (Delhi Technological University, Delhi) Rajiv Ratn Shah (National University of Singapore, Singapore) Rahis Shaikh (Vellore

More information

Personal Letter. Letter - Address एन. सरब, ट यर स ऑफ म नह टन, ३३५ म न स ट र ट, न य य र क एन.य. ९२९२६

Personal Letter. Letter - Address एन. सरब, ट यर स ऑफ म नह टन, ३३५ म न स ट र ट, न य य र क एन.य. ९२९२६ - Address एन. सरब, ट यर स ऑफ म नह टन, ३३५ म न स ट र ट, न य य र क एन.य. ९२९२६ Standard English Address format: name of recipient street number + street name name of town + region/state + zip/postal code.

More information

INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION. Subject- Informatics Practices

INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION. Subject- Informatics Practices Grade- XI INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION Unit 1 Programming and Computational Thinking Chapter 1 Introduction to Computer Systems 1. What are the functions of computer? 2. What

More information

Article Date Headline / Summary Publication Edition Page No. Journalist. Mainlines. The Free Press Journal. Regional.

Article Date Headline / Summary Publication Edition Page No. Journalist. Mainlines. The Free Press Journal. Regional. Article Date Headline / Summary Publication Edition Page No. Journalist Mainlines 2 Aug 2018 Tata Power dedicates India's first 'All-women' Customer Relations Centre The Free Press Journal 24 Bureau 1

More information

(भ रत सरक र क उपकर म)

(भ रत सरक र क उपकर म) (भ रत सरक र क उपकर म) क ष तर य क य र लय, 201-202,र हत ह उस,3- ट लस ट य म गर, नई दल ल - 110001 द रभ ष : 011-23314164, 23317666 फ क स : 011-23317197 ईम ल : ro_dli @itiltd.co.in ( A Govt. of India Undertaking)

More information

भ रत य प रब ध स स थ न इ द र

भ रत य प रब ध स स थ न इ द र भ रत य प रब ध स स थ न इ द र INDIAN INSTITUTE OF MANAGEMENT INDORE प रब ध श खर, र ऊ-प थमप र र ड, इ द र 453 556 PRABANDH SHIKHAR, RAU-PITHAMPUR ROAD, INDORE 453 556 फ न PHONE: +91-731-2439630/2439631; फ

More information

BUREAU OF INDIAN STANDARDS

BUREAU OF INDIAN STANDARDS BUREAU OF INDIAN STANDARDS Manak Bhavan, 9 Bahadur Shah Zafar Marg New Delhi 110002 Phones 2323 0131 TeleFax +91 11 2323 1192 Website : www.bis.org.in 2323 3375 Extn 4284 email : eetd@bis.org.in य प च

More information

Performance Evaluation of Search Engines for Hindi Language Information Retrieval

Performance Evaluation of Search Engines for Hindi Language Information Retrieval Kumar Sourabh 1 and Vibhakar Mansotra 2 2 Associate Professor, 1,2 Department of Computer Science and IT, University of Jammu, Jammu 180001 J&K India 1 kumar9211.sourabh@gmail.com and 2 vibhakar20@yahoo.co.in

More information