

MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Visual Basic knowledge and support exam preparation. Choose a topic below to get started.
1. |
Objects are ____________ from a class. |
A. | Instantiated |
B. | Evaluated |
C. | Printed |
D. | Outdated |
Answer» B. Evaluated | |
2. |
A class ______________ all the behavior and attributes of an object. |
A. | Encapsulates |
B. | Abstracts |
C. | Inherits |
D. | Instantiate |
Answer» B. Abstracts | |
3. |
An object s _______________ include methods and events. |
A. | Attribute |
B. | Behavior |
C. | Instance |
D. | Method |
Answer» C. Instance | |
4. |
______________ are the actions to which an object can respond. |
A. | Methods |
B. | Events |
C. | Instances |
D. | Attributes |
Answer» C. Instances | |
5. |
_______________ are operations that the object is capable of performing. |
A. | Methods |
B. | Events |
C. | Instances |
D. | Attributes |
Answer» B. Events | |
6. |
________________ are the characteristics that describe the object. |
A. | Classes |
B. | Attributes |
C. | Objects |
D. | Instances |
Answer» C. Objects | |
7. |
A ______________ variable is the instance of the String class. |
A. | Button |
B. | String |
C. | Character |
D. | Array |
Answer» C. Character | |
8. |
An object is the _____________ of the class. |
A. | Instance |
B. | Class |
C. | Object |
D. | User |
Answer» B. Class | |
9. |
Each object used in a object oriented programming is created from _____________ |
A. | Class |
B. | Object |
C. | Instance |
D. | User |
Answer» B. Object | |
10. |
__________________ is a programming language that allows the programmer to use objects to accomplish his goals. |
A. | Structured programming language |
B. | Object-oriented programming language |
C. | Top-down programming language |
D. | Bottom-up programming language |
Answer» C. Top-down programming language | |