Sunday, March 10, 2013

Practice Question (02) CBSE Board Exam Mar 2013


Q No -2  ( 1 + 2 + 2 + 2 = 10 Marks )

a. What is XML-document system?
b. What value for X below  will print Exactly “Line 20” lines to standard output:
   int count=0;
   while(++count<X)
   jTextField1.setText(“Line “ + count);

c. What is Inheritance?
d. Write the full form of XSLT.
e. What is the difference between the <TD> and <TH> tag?
f. Give two appropriate reasons of connecting GUI from with a Database.
g. Write a method fact to take a number as parameter and return the factorial of the number.