Home > Visual Basic Programming > Quizzes > Programming in Visual Basic Practice Test: Getting started with Visual Basic (VB)
Programming in Visual Basic Practice Test: Getting started with Visual Basic (VB)
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 84% Most missed: “_____ is for displaying a list of directories or folders in a selected drive”

Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using Data Access Objects, Remote Data Objects, or ActiveX Data Objects, and creation of ActiveX controls and objects.

Note: Microsoft updated its VB language strategy on 2023 stating that VB is a stable language now and Microsoft will keep maintaining it.

Programming in Visual Basic Practice Test: Getting started with Visual Basic (VB)
Time left 00:00
25 Questions

1. When the _____is checked, its value is set to 1 and when it is unchecked, the value is set to 0.
2. Following are the concatenation operator
3. In Picture box You can also load the picture at runtime using the ____method.
4. The_____ control lets the user selects or unselects an option we can select more than one option from the group.
5. The most common event associated with the command button is the _____ event,
6. The variable can be a declared by ____statement .
7. The OptionButton control is used to selects one of the choices. its main property is ________value.
8. When an option box is selected, its value is set to “True” and when it is unselected; its value is set to “False”.
9. The ____box is the standard control for accepting input from the user as well as to display the output.......
10. The _______ is one of the most important controls as it is used to execute commands.
11. if condition is end by ____.
12. the _____control is placed in the form together with six OptionButtons. To determine the shape of the shape control.
13. _________ is used to take decision .
14. the main property of check box is _____.
15. The ______ is one of the controls that is used to handle graphics
16. The property values of the shape control are 0, 1, and 2,3,4,5 which will make it appear as a rectangle, a square, an oval shape, a circle, a rounded rectangle and a rounded square respectively.
17. To change the control's Shape using the ______ property
18. When you place _____ control into the form and run the program, you will be able to select different drives from your compute
19. One of its most important properties of text box is ______.
20. The function of the ____ is to present a list of items where the user can click and select the items from the list.
21. A text box can handle string (text) and numeric data but not images or pictures
22. One of its most important properties of lable is ________
23. ________ is used to check the condition with step by step by in this also we the condition more than one .
24. The _____ is for displaying a list of drives available in your computer
25. Following are the logical operator