Home > Visual Basic Programming > Quizzes > Visual Basic Fundamentals Test
Visual Basic Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “KeyDown is an example of a:”
Visual Basic Fundamentals Test
Time left 00:00
25 Questions

1. MDI is an IDE developed by Microsoft and stands for:
2. The code to cancel out of a Loop event is:
3. Press _________ to run a program.
4. Visual Basic applications display a Windows style screen called a form.
5. When an ActiveX project is compiled - its COM interface can be preserved by using Binary Compatibility. Between compilations VB creates different interfaces for modified parts of classes. This is called:
6. Which of the following is a correct example of Windows API import declaration in VB6
7. What is the maximum value of the Interval Property for a timer?
8. The three types of Visual Basic operators are:
9. What does Option Explicit refer to?
10. How do you make a property default in VB 6?
11. To create a function that returns a value you must use a:
12. Visual Basic 6.0 has been replaced by:
13. How do you bold an output text?
14. True or False? In Visual Basic 6 - to enable automatic re-painting of MDI Form - we have to set AutoRedraw=True
15. Dim x - y as integer. What is x and y data type?
16. To show a form - use the ____________ command.
17. What is the numeric value for the boolean 'True'?
18. Which of the following - when inputted into the command prompt - will successfully launch the Visual Basic script file_name.vbs?
19. What is the correct entry:
20. The programmer can enter - edit - and view the language of Visual Basic in the:
21. The default file type for a Visual Basic project is:
22. How to declare a variable in VB?
23. When you save a project as an executable file - you are actually:
24. Which character must be placed at the beginning of a line to indicate that it is a comment (not considered part of the code)?
25. To declare a variable in Visual Basic - you must use the ___________ function: