Pre Half Yearly Examination 2014-15: Subject - Computer Application Class - IX FM-100 E - Time-2 Hours
Pre Half Yearly Examination 2014-15: Subject - Computer Application Class - IX FM-100 E - Time-2 Hours
FM-100
e
Time2 hours
Answer to this paper must be written on the paper provided separately. You will
not be allowed to write during the first 5 minutes. This time is to be spent in reading
the question paper. The time given at the head of this paper is the time allowed for
writing the answers. Attempt all the questions from Section A. The intended
marks for questions or parts of questions are given in brackets [].
Section A [40 marks]
(Attempt all the questions from Section A)
1.a)What is an object?
[10]
b)What is class?
c)What are the principles of OOP?
d) Why class is an object factory?
e)Why class is an user defined data type?
2.a)Object is an Instance of a class?
[10]
b) What is data abstraction?
c)What is Inheritance?
d)What is polymorphism?
e) What is dynamic binding?
3.a)How many types of java program are there?
[10]
b)What are the basic features of java?
c)Why java is called compiled as well as interpreted language?
d)What is byte code?
e)What is JVM?
4.a)what is null loop ?Give example
[10]
b)What is nested loop?
c)What is the use of break statement? Give example?
d)What is the use of continue statement?
e)What are the difference between while loop and do-while loop?
Section B-[60]
(Attempt any four questions from the section B)
[60]
5.WAJP to accept a number and check whether a number is perfect or not?
6. WAJP to accept a number and check whether the number is prime or not?
7. WAJP to accept a number and determine a number is palindrome or not?
8. WAJP to accept a number and determine a number is Armstrong or not?