QUESTION BANK CLASS-XII SUB- INFORMATICS PRACTICES 1 ...
Recommend Documents
QUESTION BANK. Sub. Code : EC1257. Branch / Year / Sem : CSE / III / VI. Sub.
Name : Microprocessors and Microcontrollers Batch. : 2011-2015. Staff Name ...
8. Marking Scheme of AISSCE – 2011 Question Paper ... IP Address, Identifying
computers and users over a network (Domain Name, MAC 'Media Access.
CBSE. 1. Informatics Practices. Learning Objectives: 1. To understand the ..... 12.
Class XII (Practical). Duration: 3 Hours. Total Marks 30. 1. Hands on experience.
This question paper is divided into three sections. 2. ... In ER Modeling the term
Entity is used to model a physical thing in question but in Object Modeling.
Series : SOS/1. Code No. Roll No. Candidates must write the Code on the title
page of the answer-book. 0 Please check that this question paper contains 8 ...
CBSE Previous Paper class 12 Informatics Practices Question paper set 3 2006.pdf. CBSE Previous Paper class 12 Informati
Message 1 = âEDPâ. Case Else. Message 1 = âAccess Deniedâ. End Select. Page 4 of 7. CBSE Previou ... t 1 2007.pd
QUESTION BANK. RUCHITA GUPTA. MECHANICAL MEASUREMENT &
CONTROL. ME IV SEM. UNIT-I. 1(a) With the help of suitable block diagram,
Discuss ...
Department:ECE. DEPARTMENT OF ELECTRONICS AND COMMUNICATION
ENGINEERING. QUESTION BANK. SUBJECT NAME: DIGITAL ELECTRONICS.
July Session: 2012. JMC-01. JMC- ... Dear Learner,. As explained in the
Programme Guide, you need to submit one assignment in each ... you will be
sent by the Centre to SR&E Division at IGNOU, New Delhi. ... (Due Date: January
30, 2013).
2. Microsporogenesis : Process of formation of microspores. Sporogenous tissue.
MMC meiosis. Microspore tetrad. (2n). 2n. (n) mitosis. 4 Microspores. (n).
Question bank with answers ... Ans. Amino acids are organic compounds
containing an amino group and acidic group. 3. Whether the ash of .... Amino
group d.
FALSE. FALSE. 17 Software that allows your computer to interact with the user, applications and .... 83 Search Engines a
Very short answer questions. Very short answer .... Answer the following
questions on tiger. a) What helps a ..... l) What was the quantity of haemoglobin in
the blood sample of Aarti? .... gate? i) One could climb the gate in case of
emergency.
59 The internet explorer displays a list of commands that can be used to gain access to information ..... api cpi. All o
EC1401 VLSI DESIGN. Kings College Of Engineering - Punalkulam. KINGS.
COLLEGE OF ENGINEERING. PUNALKULAM. DEPARTMENT OF
ELECTRONICS ...
Q.11 A bag contains coins of denomination of Rs. 5 and Rs. 2. The total value ....
The marks obtained in Mathematics by 40 students of a class in an examination.
For a symmetrical network, define propagation constant and characteristic impedance ... for the phase constant and veloc
QUESTION BANK ... (b) Estimate the amount of electrical energy obtained from
an OTEC plant .... How solar energy may be utilized in generation of electrical.
E-Commerce Questions:-. Question Paper 1. Full Marks – 70. Time: 3 Hours.
Answer Question No. 1 which is compulsory and any five from the rest. The
figures ...
With the help of dynamo and alternator the battery in the vehicles is always kept chargeed and ignition , lighting and a
COMPUTER PROGRAMMING. Tutorials. : 0 ... What are the types of number system? Explain. 8. ... Define a structured progra
Microprocessors and Microcontrollers/Architecture of Micro controllers. Question
Bank. Question Bank a. Overview of 8051 micro controller architecture. Q1.
Paper II. ( CALCULUS ). Prof. R. B. Patel. Art, Science & Comm. College, ..... 5 5.
QUESTION BANK CLASS-XII SUB- INFORMATICS PRACTICES 1 ...
CLASS-XII. SUB- INFORMATICS PRACTICES. 1. Define the following-. (i)
Repeaters (ii) Gateway (iii) Bridge (iv) Hub. (v) Switch. 2. What is the difference ...
QUESTION BANK CLASS-XII SUB- INFORMATICS PRACTICES 1. Define the following(i) Repeaters (ii) Gateway (iii) Bridge (iv) Hub (v) Switch 2. What is the difference between LAN and Internet? 3. Expand the termsOSI, FLOSS, FSF, GNU, GPL, W3C, OSS 4. What are different types of standards? 5. What do you mean by topology? What are the most popular topology? 6. What is the difference between WAN and MAN? 7. What are the components required for networking? 8. How is free software different from freeware? 9. Compare and contrast(i) TTF and OTF (ii) Static and dynamic fonts 10. What is the significance of Unicode? 11. What is object oriented programming? 12. What is the relationship between properties, methods and events? 13. Name the character set supported by java. 14. Name the eight primitive java types. 15. What is the effect of absence of break in a switch statement? 16. What is the significance of a null statement? 17. What are iteration statements? Name the iterative statements provided by java. 18. What is meant by entry controlled loop and exit controlled loop? Explain with example. 19. How would you set a label to have both an image as well as text? 20. What is the difference between a text field and password field when both can obtain text from user? 21. Name the swing API classes that create (i) A list (ii) A combo box 22. How are following passed in java (i) Primitive types (ii) Reference types 23. What is inheritance? Name its various forms. 24. What is an abstract class? 25. What are literals in java? How many types of literals are allowed in java? 26. Rewrite the following fragment using switch: if (ch= = ‘E’) eastern++; if (ch= = ‘W’) western++; if (ch= = ‘N’) northern; if (ch= = ‘S’) southern; else unknown++;
27. How many times are the following loops executed? (a) x=5;y=50; (b) int m=10,n=7; while(x=0) { { x=y/x; m=m+1; } n=n+2; } 28. Rewrite the following while loop into a for loop int stripes=0; while (stripes2) { n=1; if(j>4) n=2; else n=3; } else { n=4; if(j%2 >=2) n=5; else n=6; } jOptionPane.showMessageDialog(null,n);
33. Identify the possible error(s) in the following code fragment and correct the code. f=1; for int a40;(a);a--) f*=a; s=0; for(int a=1;a