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 text that appears on the face of a button control is stored in the control's ___________________ property.






2. A group of classes or modules






3. Use of properties to control access to class data






4. Visual Basic code file extension






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






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






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






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






9. Keyboard shortcut to run a program without debugging






10. The real title of a button






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






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






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






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






15. Graphical User Interface






16. Equal sign






17. Used to change how objects look and feel






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






19. Another name for a program






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






21. Property to have a table fill the entire form






22. Loop to repeat a code block for an uncertain number of times






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






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






25. The ___ object shows the days organized by month relevant to the year.






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






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






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






29. The circle flowchart symbol represents ______






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






31. Framework 2.0 a platform on which you create applications






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






33. Write a blank line on the command line






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






35. Integrated development environment






36. Property to merge two cells in a table






37. Subroutine that returns a value






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






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






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






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






42. The parallelogram flowchart symbol represents _______






43. The proper syntax when using a message dialog box






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






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






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






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






48. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.






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






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