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. Program instructions






2. A control that performs an immediate action when clicked






3. When creating a new program in Visual Basic you are asked to supply a name for the program. If you do not specify a name a default name is used. What is the default name?






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






5. Visual Basic code file extension






6. Another name for a program






7. The window that displays a list of the projects contained in the current solution and the items contained in each project.






8. Declare a new variable






9. Are found in the toolbox






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






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






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






13. Graphical User Interface






14. The practice of uppercasing the first letter in a form's name as well as the first letter of each subsequent word in the name (i.e.: FileName)






15. Closes the the current form






16. A pattern or blueprint that the computer uses to create an object.






17. The ___ method converts a string to lower case letters.






18. The parallelogram flowchart symbol represents _______






19. The ___ property of a checkbox indicates where a checkbox has been checked.






20. Keyboard shortcut to make Form Design window full screen






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






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






23. The diamond flowchart symbol represents ______






24. The real title of a button






25. The proper syntax when using a message dialog box






26. The practice of lowercasing the first word in an object's name and then uppercasing the first letter in each subsequent word in the name






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






28. Integrated development environment






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






30. The attributes of an object that control the object's appearance and behavior






31. Enter a comment or remark

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


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






33. View the code associated with a form or control in design view






34. Zero or more characters enclosed in quotation marks






35. Declare a string variable called message






36. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.






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






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






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






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






41. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing






42. Equal sign






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






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






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






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






47. The circle flowchart symbol represents ______






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






49. Keyboard shortcut to step through line by line






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