

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. |
A checkbox can be directly accessed from the keyboard using a __________ |
A. | Access key |
B. | Shortcut key |
C. | Assigned key |
D. | Designated key |
Answer» B. Shortcut key | |
2. |
Checkbox in an interface is labeled using __________ property. |
A. | Text |
B. | Caption |
C. | Name |
D. | Label |
Answer» B. Caption | |
3. |
During runtime checkbox can be selected, if a checkbox is already selected or not by using the __________ property. |
A. | Checked |
B. | Unchecked |
C. | On |
D. | Selected |
Answer» B. Unchecked | |
4. |
Checkbox are used to __________ |
A. | make interface look better |
B. | make coding easier |
C. | limit user input |
D. | fill multiple information |
Answer» D. fill multiple information | |
5. |
You use the __________ tool to add a checkbox to a form. |
A. | Button |
B. | Radio |
C. | Option |
D. | Checkbox |
Answer» E. | |
6. |
A Radio button can be directly accessed from the keyboard using a __________ |
A. | Access key |
B. | Shortcut key |
C. | Assigned key |
D. | Designated key |
Answer» B. Shortcut key | |
7. |
Radio button in an interface is labeled using __________ property. |
A. | Text |
B. | Caption |
C. | Name |
D. | Label |
Answer» B. Caption | |
8. |
During runtime radio button can be selected, if a radio button is already selected or not by using the __________ property. |
A. | Checked |
B. | Unchecked |
C. | On |
D. | Selected |
Answer» B. Unchecked | |
9. |
Radio buttons are used to __________ |
A. | make interface look better |
B. | make coding easier |
C. | limit user input |
D. | fill unique information |
Answer» D. fill unique information | |
10. |
You use the __________ tool to add a radio button to a form. |
A. | Button |
B. | Radio |
C. | Option |
D. | RadioButton |
Answer» E. | |