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






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






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






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






5. Assigns a value to a variable or property of a control






6. Use of properties to control access to class data






7. Framework 2.0 a platform on which you create applications






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






9. A group of classes or modules






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






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






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






13. Property to merge two cells in a table






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






15. Example of camel notation






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






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






18. An object (such as a button)






19. The = symbol






20. Used to change how objects look and feel






21. Get component to add multiple controls to a table cell






22. Graphical User Interface






23. Program instructions






24. Integrated development environment






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






26. You use _______________ case for control names.






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






28. Keyboard shortcut to make Form Design window full screen






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






30. Zero or more characters enclosed in quotation marks






31. Equal sign






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






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






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






35. A container that stores the projects and files for an entire application






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






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






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






39. Visual Basic code file extension






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






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






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






43. Declare a new variable






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






45. The diamond flowchart symbol represents ______






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






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






48. Are found in the toolbox






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






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