

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. |
What happens when minimize box is set to true? |
A. | Minimize box in title bar disappears |
B. | Minimize box is disabled |
C. | Minimize box is enabled |
D. | Minimize box becomes visible |
Answer» D. Minimize box becomes visible | |
2. |
What happens when maximize box is set to true? |
A. | Maximize box in title bar disappears |
B. | Maximize box is disabled |
C. | Maximize box is enabled |
D. | Maximize box becomes visible |
Answer» D. Maximize box becomes visible | |
3. |
While printing, the __________ need to be active. |
A. | Form |
B. | Application |
C. | Code editor window |
D. | Timer |
Answer» D. Timer | |
4. |
To delete __________ you must delete the contents of the form s text property. |
A. | Title bar |
B. | Properties window |
C. | Text in text box |
D. | Text in level |
Answer» B. Properties window | |
5. |
__________ property removes the title bar elements. |
A. | Control Box property |
B. | Minimize property |
C. | Maximize property |
D. | Close property |
Answer» B. Minimize property | |
6. |
What happens when both the minimize box and maximize box property are set to false? |
A. | Both are disabled |
B. | This situation shows an exception |
C. | This situation shows an error |
D. | Both are removed from the title bar |
Answer» E. | |
7. |
__________ property disables the Maximize button on the form s title bar. |
A. | Minimize property |
B. | Maximize property |
C. | Close property |
D. | Control Box property |
Answer» C. Close property | |
8. |
__________ property disables the Minimize button on the form s title bar. |
A. | Minimize property |
B. | Maximize property |
C. | Close property |
D. | Control Box property |
Answer» B. Maximize property | |
9. |
The __________ setting removes the form border. |
A. | None |
B. | Fixed Single |
C. | Single |
D. | Remove |
Answer» B. Fixed Single | |
10. |
A form s __________ determines the border style of the form. |
A. | FormBorderStyle Property |
B. | Form Border |
C. | Form Style |
D. | Border Property |
Answer» B. Form Border | |