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. __________________________ is a pattern or blueprint for creating an object.






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






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






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






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






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






7. A group of classes or modules






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






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






10. Framework 2.0 a platform on which you create applications






11. Conditions can involve variables - _________ and functions






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






13. An object (such as a button)






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






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






16. The circle flowchart symbol represents ______






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






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






19. Integrated development environment






20. Enter a comment or remark


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






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






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






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






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






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






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






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






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






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






31. Keyboard shortcut to Save All






32. Write a blank line on the command line






33. Use of properties to control access to class data






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






35. What VB calls a window or a screen






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






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






38. The joining of two strings together to form a new string is called _______






39. The = symbol






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






41. Declare a new variable






42. Keyboard shortcut to step through line by line






43. Used to change how objects look and feel






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






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






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






47. The real title of a button






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






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






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