Visual Basic
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 43% Most missed: “The diamond flowchart symbol represents ______”
Visual Basic
Time left 00:00
25 Questions

1. Subroutine that returns a value

2. Visual Basic code file extension

3. Closes the the current form

4. Property to have a table fill the entire form

5. Write the value of a string variable called "message" on the command line

6. A is a container that stores the projects and files for an entire application.

7. The window lists the projects and files included in a solution

8. Keyboard shortcut to run a program without debugging

9. Another name for a program

10. Begins with keyword Private. procedure name includes object name and event name. handle cause indicates for which objects events this code will execute.

11. The keyboard shortcut used to activate the Properties window.

12. A control that performs an immediate action when clicked

13. You use _______________ case for control names.

14. An instruction that assigns a value to something such as a property of an object

15. A ___ procedure completes its task and returns a value of a specified data type

16. The default event procedure for a check box is __________

17. The ___ information screen contains values that include the program name & description & company & product and copyright date.

18. What you see and interact with when using an application

19. Automatically inserting text and words that have similar meaning to those currently being entered by the programmer

20. The real title of a button

21. Can be run outside of visual studio 2005 has file extension of .exe

22. Actions to which an object can respond (such as a click)

23. Values (or variable values) passed to a subprogram when you call or invoke it

24. A word that has special meaning in a programming language

25. When the user clicks a button __________ is raised.