0% found this document useful (0 votes)
10 views1 page

Test - 1

Uploaded by

souren_mallicl
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)
10 views1 page

Test - 1

Uploaded by

souren_mallicl
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/ 1

Computer Applications (Class – IX)

Test – I
Allotted Time: 1hr 30mins.
Group: A (Answer All Questions) (15X2=30)
1. What are the limitations of procedural programming?
2. What are the characteristics of object-oriented programming?
3. Name Object Oriented Programming principles.
4. What do you understand by state of an object? Explain with an example.
5. Define Encapsulation with an example.
6. Explain inheritance with a suitable example.
7. What is meant by Polymorphism? Explain with an example.
8. Mention at least four features of Java.
9. Distinguish between Compiler and Interpreter
10. Java is case sensitive. Explain.
11. Java program uses Compiler as well as Interpreter. Explain.
12. State the difference between Applet and Application.
13. What does the Robust feature in Java mean?
14. What is WORA?
15. What is JVM? Explain its relationship with byte code.

Group: B (Answer any three) (10X3=30)


16. Write a program using variables to find the profit and profit percent of a certain transaction
where S.P.=₹ 10000 and C.P.=₹ 7000.
17. Write a program to initialize two integer variables a and b with 5 and 6 respectively and
interchange them. Thus after interchanging, a and b will be 6 and 5 respectively.
18. Write a program to initialize three int variables a, b and c with 234, 456 and 712 and store the
sum of the last digits of the variables into d and display it.
19. Write a program to initialize an int variable a with 76498 and from it extract the first digit and
store it into a variable f and extract the last digit into a variable e and display both these
digits.

---------------------------------------------------------------------------------------------------------------------------

You might also like