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 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)






2. What VB calls a window or a screen






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






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






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






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






7. You use _______________ case for control names.






8. Declare a new variable






9. Closes the the current form






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






11. Subroutine that returns a value






12. Integrated development environment






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






14. Keyboard shortcut to step through line by line






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






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






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






18. Are found in the toolbox






19. Conditions can involve variables - _________ and functions






20. 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?






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






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






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






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






25. An object (such as a button)






26. Write a blank line on the command line






27. Framework 2.0 a platform on which you create applications






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






29. Use of properties to control access to class data






30. The real title of a button






31. Used to change how objects look and feel






32. Declare a string variable called message






33. Keyboard shortcut to make Form Design window full screen






34. The circle flowchart symbol represents ______






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






36. The three main logical operators are And - Or and _______






37. Keyboard shortcut to run a program without debugging






38. Another name for a program






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






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






41. The parallelogram flowchart symbol represents _______






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






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






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






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






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






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






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






49. Program instructions






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