Posts

Showing posts from 2015

XII-IP-2015-16 WEEKLY HOME WORK # 1

XII  IP :: QUESTION BANK  2015-16 JAVA  IMPLEMENTAION OF  for , while , do-while , if-else , nested if , switch-case  statements   1.Rewrite the following code fragment using do-while loop and also give output :               for(int i=1;i<=10;i++)                    {                                            System.out.println(“”+i);                           } 2.  How many times will each of the following loops execute? Which one of these is a...

Revision tour of XI C++ Concepts (for XII CBSE Exam 2015)

QUESTION BANK-1 1.        Difference between the typecasting and automatic type conversion. Give Example using C++ code. 2.        Diff between formal parameters and actual parameters. Give Example using C++ code. 3.        What is escape sequence (Non graphic characters) ?  Examples? 4.        What is token in C++ ?  Examples? 5.        What are literals? How many types of literals are available in c++ ? 6.        What is data type? How many data types are in C++ ? 7.        What are Punctuators in C++ ? Example? 8.        What is reference? 9.        What is conditional operator (ternary operator ) ? 10.    Diff b/w   if-else  and switch case  ? Example ?...

XI-CS-QUESTION BANK

CLASS – XI   QUESTION BANK  CS  1.         State major new changes done during 2 nd  generations of computers.                                    2.       State featuresof   1st generations of computers. 3.       State featuresof   3rd generations of computers. 4.       What are different type of softwares. Give 5 examples of each type of softwares. 5.       Explain and write Full form of the following terms – ASCII, ENIAC, ISCII, RISC Processors, EPIC, CISC Processors 6.       Write short note on the following Open Source Concepts:   Open Source Software, Freeware, Shareware, Proprietary ...