0% found this document useful (0 votes)
195 views2 pages

Pre Half Yearly Examination 2014-15: Subject - Computer Application Class - IX FM-100 E - Time-2 Hours

This document contains a practice exam for a Computer Applications class. It has two sections - Section A with short answer questions covering object-oriented programming concepts like classes, objects, inheritance, polymorphism and dynamic binding. Section B asks students to write Java programs to check for perfect numbers, prime numbers, palindromes, Armstrong numbers, and calculate the LCM of two numbers. The exam is for Class 9 students and tests their understanding of basic Java features and programming constructs like loops.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
195 views2 pages

Pre Half Yearly Examination 2014-15: Subject - Computer Application Class - IX FM-100 E - Time-2 Hours

This document contains a practice exam for a Computer Applications class. It has two sections - Section A with short answer questions covering object-oriented programming concepts like classes, objects, inheritance, polymorphism and dynamic binding. Section B asks students to write Java programs to check for perfect numbers, prime numbers, palindromes, Armstrong numbers, and calculate the LCM of two numbers. The exam is for Class 9 students and tests their understanding of basic Java features and programming constructs like loops.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

APEX ACADEMY

Pre Half Yearly Examination 2014-15


Subject Computer Application
Class - IX

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?

9. WAJP to determine the sum of given series:S=a/2! a/3! + a/4!........................... n terms.


10. WAJP to accept two no and determine the LCM of two no.

You might also like