

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. |
Each menu item should have an _______________ that is unique within its menu. |
A. | Access key |
B. | Property |
C. | Caption |
D. | Lists |
Answer» B. Property | |
2. |
Each menu title should have an unique ______________ |
A. | Access key |
B. | Property |
C. | Caption |
D. | Lists |
Answer» B. Property | |
3. |
________________ capitalization is used for menu item captions. |
A. | Book title |
B. | Sentence |
C. | Line |
D. | Title |
Answer» B. Sentence | |
4. |
The ____________ indicates the purpose of the menu element. |
A. | Caption |
B. | Text |
C. | Name |
D. | Properties |
Answer» B. Text | |
5. |
The programmer use ______________ property to refer to menu element in code. |
A. | Text |
B. | Code |
C. | Name |
D. | Element |
Answer» D. Element | |
6. |
Each menu element is considered as _______________ |
A. | Class |
B. | Object |
C. | Instance |
D. | Member |
Answer» C. Instance | |
7. |
______________ is used to visually group together related items on a menu or submenu. |
A. | Separator line |
B. | Separator bar |
C. | Line |
D. | Bar |
Answer» C. Line | |
8. |
Each of the options on the submenu are referred to as ________ |
A. | Menu items |
B. | Submenu items |
C. | Submenu lists |
D. | Options |
Answer» C. Submenu lists | |
9. |
The list of items displayed by menu title are known as ________________ |
A. | Items |
B. | Menu list |
C. | Menu items |
D. | Lists |
Answer» D. Lists | |
10. |
You use ______________ to include one or more menus on a Windows form. |
A. | Menu control |
B. | Menu strip control |
C. | Form control |
D. | Menu properties |
Answer» C. Form control | |