Test your basic knowledge |

Visual Basic

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. What VB calls a window or a screen






2. Property to size buttons in a Flow Layout Panel to the text labels on them






3. A form contains a button control named exit Button. When the button is selected in the interface or ___________________ will appear in the Object box in the Properties window.






4. Keyboard shortcut to make Form Design window full screen






5. Actions such as clicking & double-clicking and scrolling are called _________






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






7. The set of directions given to a computer is called _____






8. Subroutine that returns a value






9. Last line of a procedure. (end sub.)






10. The diamond flowchart symbol represents ______






11. You use _______________ case for control names.






12. A description on an algorithm similar to a computer language.






13. The "rectangle with rounded sides" flowchart symbol represents ______






14. The three basic types of statement structures: decision - _______ - loop






15. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows






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






17. Program instructions






18. Property to display an empty frame when a Picture Box is empty






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






20. __________________________ is a pattern or blueprint for creating an object.






21. Four names for subprograms: subroutine - procedure - ____ - function






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






23. Use of properties to control access to class data






24. A property provides access to class data in a controlled manner through these






25. Declare a new variable






26. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.






27. Visual Basic code file extension






28. The window in which you enter your application's code






29. A control that performs an immediate action when clicked






30. The circle flowchart symbol represents ______






31. Keyboard shortcut to run a program without debugging






32. Member of a class that provides access to class data in a controlled manner






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






34. When a form has been modified since the last time it was saved appears on its tab in the designer window






35. The ___ exception type occurs when a variable is converted to another data type that is not possible.






36. Conditions can involve variables - _________ and functions






37. Using the ___ procedure will cause the application to wait a specific amount of time.






38. Equal sign






39. The text of a label or a button that appears on the form






40. The = symbol






41. This property of controls tells the oreder they receive the focus when the tab key is pressed during run time






42. Another name for a program






43. Loop to repeat a code block for a specified number of times






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






45. Property to have controls appear in Flow Layout Panel justified = right






46. Get component to create a form inside of a table






47. The text that appears on the face of a button control is stored in the control's ___________________ property.






48. Enter a comment or remark


49. Keyboard shortcut to Save All






50. Framework 2.0 a platform on which you create applications