

MCQOPTIONS
Saved Bookmarks
This section includes 13 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Fundamentals knowledge and support exam preparation. Choose a topic below to get started.
1. |
A programming technique in which the focus is on doing things. |
A. | object oriented |
B. | procedural |
C. | logical |
D. | structural |
Answer» C. logical | |
2. |
A procedural programming follows ___________ approach. |
A. | top-down |
B. | bottom-up |
C. | left-right |
D. | right-left |
Answer» B. bottom-up | |
3. |
A basic unit of object-oriented programming. |
A. | module |
B. | block |
C. | object |
D. | token |
Answer» D. token | |
4. |
A_PROGRAMMING_TECHNIQUE_IN_WHICH_THE_FOCUS_IS_ON_DOING_THINGS.?$ |
A. | object oriented |
B. | procedural |
C. | logical |
D. | structural |
Answer» C. logical | |
5. |
A_PROCEDURAL_PROGRAMMING_FOLLOWS_____________APPROACH.?$ |
A. | top-down |
B. | bottom-up |
C. | left-right |
D. | right-left |
Answer» B. bottom-up | |
6. |
A basic unit of object-oriented programming? |
A. | module |
B. | block |
C. | object |
D. | token |
Answer» D. token | |
7. |
__________ represents a particular instance of a class. |
A. | module |
B. | block |
C. | object |
D. | token |
Answer» D. token | |
8. |
A concept that combines data and functions into a single unit called class. |
A. | inheritance |
B. | encapsulation |
C. | polymorphism |
D. | abstraction |
Answer» C. polymorphism | |
9. |
The ability for programmers to use the same written and debugged existing class. |
A. | Reusability |
B. | Design |
C. | Debugging |
D. | Implementation |
Answer» B. Design | |
10. |
This concept allows routines to use data again at different times. |
A. | Abstraction |
B. | Polymorphism |
C. | Inheritance |
D. | Implementation |
Answer» C. Inheritance | |
11. |
The process of forming a new class from an existing class. |
A. | Abstraction |
B. | Polymorphism |
C. | Inheritance |
D. | Implementation |
Answer» D. Implementation | |
12. |
Abstraction combines the data and functions into a single unit called a class. |
A. | True |
B. | False |
Answer» C. | |
13. |
A ______________ represents the need of information in the program without the presenting the details. |
A. | abstraction |
B. | polymorphism |
C. | implementation |
D. | class |
Answer» B. polymorphism | |