Home > Visual Basic Programming > Quizzes > Programming in Visual Basic Practice Test: Constants, Variables , Operators, Control Structure
Programming in Visual Basic Practice Test: Constants, Variables , Operators, Control Structure
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 76% Most missed: “In VB, The _____function extracts a substring from the original phrase or string”
Programming in Visual Basic Practice Test: Constants, Variables , Operators, Control Structure
Time left 00:00
25 Questions

1. ADO stands for ________
2. All Code in Visual Basic is stored in the form of______
3. The function of _________ is to give a pop-up message to the user.
4. In VB , array is divided into 3 types ., the second type is ______.
5. _______ in Visual Basic has characteristics such as color and size, shape, font style, background colour, width, height etc.
6. in _______ , first we check the condition , if the condition is true then it execute the true statement .
7. In VB, The______ function converts all the characters of a string to capital letters.
8. An _________ function will display a message box where the user can enter a value.
9. in VB , The while loop is end by _____
10. The ________ is show under or below the Project Explorer window
11. ADO is ActiveX-based, it can work in different platforms and different programming languages.
12. The ________ is used to show quick reference to the various elements of a project namely form, classes and modules
13. In _______ first we execute the true statement . then we check the condition if the condition is true then it again execute the true statement .
14. In VB, ______ is the function that rounds up a number to a certain number of decimal places.
15. _______ format. In this format, the windows associated with the project will stay within a single container known as the parent. Code and form-based windows will stay within the main container form.
16. ) In VB ,We can use Public or Dim statement to declare an array .
17. ________ displays the commands that are required to build an application. it is used to display the menus of the particular application
18. __________structure can handle conditions with multiple outcomes in an easier manner
19. The extension of class module is ______
20. Object Browser are open from the ________or pressing the key F2. The left column of the Object Browser lists the objects and classes that are available in the projects
21. ____ is insert from component , it is used to load ADO control.
22. the ________is a term commonly used in the programming world to describe the interface and environment that we use to create our applications.
23. In VB, _________is the function that returns the absolute value of a number.
24. in VB,________ is called integrated because we can access virtually all of the development tools
25. in VB , _______is used to enter the more then one value in a single variable having same data types.