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. Loop to repeat a code block for a specified number of times






2. In VB you first create the ________






3. Integrated development environment






4. The diamond flowchart symbol represents ______






5. You use _______________ case for control names.






6. Are found in the toolbox






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






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






9. Graphical User Interface






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






11. Program instructions






12. Automatically inserting text and words that have similar meaning to those currently being entered by the programmer






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






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






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






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






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






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






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






20. An object (such as a button)






21. Property to have a table fill the entire form






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






23. What VB calls a window or a screen






24. Zero or more characters enclosed in quotation marks






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






26. The ___ information screen contains values that include the program name & description & company & product and copyright date.






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






28. A group of classes or modules






29. Property to display an empty frame when a Picture Box is empty






30. Subroutine that returns a value






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






32. Declare a new variable






33. The ___ object should be used to ensure that the user enters data in a field .






34. Property to merge two cells in a table






35. The circle flowchart symbol represents ______






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






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






38. Closes the the current form






39. The = symbol






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






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






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






43. Conditions can involve variables - _________ and functions






44. The proper syntax when using a message dialog box






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






46. Equal sign






47. Visual Basic code file extension






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






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






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