Computer Applications – IX (ICSE) Sample Question Paper
Computer Applications – IX (ICSE) Sample Question Paper
a) Functions only b) Organized as a collection of objects c) Sequence of instructions only d) No user interaction
2. The process of hiding complex details and showing only essential features is called:
a) Only data members b) Only behaviors c) Both data members and behaviors d) Neither data nor behaviors
6. The ability of an object to take many forms is called: a) Encapsulation b) Polymorphism c) Inheritance d)
Abstraction
a) Member functions only b) Data members only c) Both data members and member functions d) None of these
a) Executable program b) Compiled program c) Program written in a high-level language d) Machine code
a) Its functions b) Its data or attributes c) Its class name d) Its methods
11. Encapsulation is a mechanism that binds together characteristics and behaviors of an object. ____
14. Hiding complexity and providing a simple interface is called inheritance. ____
15. Abstraction involves hiding some details and showing only essential features. ____
16. All objects have unique identity even if their attributes are the same. ____
17. The characteristics of an object are represented through member functions. ____
18. Inheritance allows a child class to reuse features from the parent class. ____
22. The main principles of Object-Oriented Programming are Encapsulation, Abstraction, __________, and
Inheritance.
23. The process of hiding data members but exposing essential functionalities is called __________.
24. The ability of different objects to respond to the same message or function call in different ways is called
__________.
25. The __________ of an object is the particular condition it is in, represented by its data attributes.
27. In software, a set of instructions given to a computer to perform a specific task is called a __________.
29. The hierarchical relationship that shows that one class is derived from another is called __________.
30. The reduction of data complexity, showing only essential features, is known as __________.
Part D: Fill in the Blanks (4 Questions, 2.5 mark each) [Any four]