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. The real title of a button






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






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






4. Property to display "My Form" in the title bar of a form






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






6. You use the window to set the characteristics that control an object's appearance and behavior.






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






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






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






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






11. What VB calls a window or a screen






12. Expression that compares values and returns a true or false result






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






14. Example of camel notation






15. 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.






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






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






18. Used to change how objects look and feel






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






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






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






22. Use of properties to control access to class data






23. The circle flowchart symbol represents ______






24. In object-oriented programming anything that can be seen or touched or used






25. A group of classes or modules






26. Property to stretch an image to fill the size of the form






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






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






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






30. Get a box for loading a picture into a form






31. Property to merge two cells in a table






32. Keyboard shortcut to step through line by line






33. A control that performs an immediate action when clicked






34. A block of code that specifies (or defines) the appearance and behaviors of an object






35. In VB you first create the ________






36. The diamond flowchart symbol represents ______






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






38. Write a blank line on the command line






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






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






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






42. Keyboard shortcut to Save All






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






44. The ___ property of a button object contains the name of the button.






45. To end an application when a button is clicked you enter the instruction in the button's click event procedure.






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






47. Equal sign






48. Program instructions






49. Enter a comment or remark


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