Home > Visual Basic Programming > Quizzes > Programming in Visual Basic Practice Test: Working with Controls
Programming in Visual Basic Practice Test: Working with Controls
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 85% Most missed: “In _________:”
Programming in Visual Basic Practice Test: Working with Controls
Time left 00:00
25 Questions

1. As per the syllabus we study version of VB is ___________
2. When we Declaring a variable before programming start it is called as __________it tells Visual Basic to reserve space in memory.
3. ____are collections of small iconic button that resides in a Menu- bar
4. VB is tool that allows you to develop application in ____
5. MDI is used to work as parents, its main property is ____ , all the forms are open within MDI
6. A variable declared as __________ type can store both values and it can store date values 01/01/0100 up to 12/31/9999
7. The long form of MDI is____________.
8. In vb variable name cannot be more than .... characters
9. vb is an ....in which one can develop , run, test & debug applications.
10. ______variables are not reinitialized each time Visual Invokes a procedure and therefore retains or preserves value even when a procedure ends
11. The default property for a command control is ....
12. In VB , . A _______ returns a value and a Sub Procedure does not return a value.
13. __________ Displays a list of items from which a user can select one.
14. The ______ selection structure allows the programmer to specify that a different action is to be performed when the condition is True than when the condition is False.
15. code in vb is stored in the form of ....
16. In _________: The size of the array can be changed at the run timesize changes during the program execution.
17. ___________data types hold either a true or false value
18. _______ is used to work as parents, its main property is mdi child , all the forms are open within MDI
19. MDI is used to work as ________, its main property is mdi child , all the forms are open within MDI
20. In ________ : The size of array always remains the same-size doesn't change during the program execution.
21. __________Executes the timer events at specified intervals of time
22. _____________ is the default Visual Basic data type
23. In VB, Standard modules and Class modules. provides three kind of property procedures but following not include in this
24. When we declare the variable in _____ of VB then it is public variable
25. ______ Use to store alphanumeric values. A variable length string can store approximately 4 billion characters