

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. |
The __________ and __________ buttons are examples of many button controls found in Windows applications. |
A. | Ok and Cancel |
B. | Ok and Exit |
C. | Exit and Cancel |
D. | Try again and Cancel |
Answer» B. Ok and Exit | |
2. |
The name of the button control is changed using __________ |
A. | Button Tool Window |
B. | Change Name |
C. | Edit Window |
D. | Properties window |
Answer» E. | |
3. |
__________ in the Tool Box is used to add a button control to a form. |
A. | Button Tool |
B. | Add Button |
C. | New Button |
D. | Add new Button |
Answer» B. Add Button | |
4. |
__________ is commonly used to perform an immediate action when clicked. |
A. | Exit |
B. | Button control |
C. | Close |
D. | End |
Answer» C. Close | |
5. |
Which is used to change the name of the picture? |
A. | Properties Window |
B. | Change Name |
C. | Edit Window |
D. | Picture Properties Window |
Answer» B. Change Name | |
6. |
StretchImage Property is present in which dialog box? |
A. | Task list |
B. | Properties Window |
C. | Picture Task Window |
D. | View Window |
Answer» B. Properties Window | |
7. |
Which property is used to view the full image in the Picture Box? |
A. | View full image |
B. | StretchImage |
C. | View Image |
D. | Full Size Image |
Answer» C. View Image | |
8. |
To include the image file in the project itself, the Project Resource file radio button must be selected from which dialog box? |
A. | Select Resource Dialog box |
B. | Select Dialog box |
C. | Resource Dialog Box |
D. | Project Dialog Box |
Answer» B. Select Dialog box | |
9. |
While the Picture Box tool is included in the form, a triangle appears in the upper-left corner of the control? |
A. | Edit Box |
B. | Property Box |
C. | Task box |
D. | Image box |
Answer» D. Image box | |
10. |
To include an image on the form we use which toolbox? |
A. | Picture Box |
B. | Image box |
C. | Add Image box |
D. | Add Picture Box |
Answer» B. Image box | |