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. Write the value of a string variable called "message" on the command line






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






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






4. A control that performs an immediate action when clicked






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






6. Write a blank line on the command line






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






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






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






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






11. You use _______________ case for control names.






12. Property to have a table fill the entire form






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






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






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






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






17. A group of classes or modules






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






19. Four names for subprograms: subroutine - procedure - ____ - function






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






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






22. Subroutine that returns a value






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






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






25. An object (such as a button)






26. The diamond flowchart symbol represents ______






27. Integrated development environment






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






29. Used to change how objects look and feel






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






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






32. The ___ method converts a string to lower case letters.






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






34. Equal sign






35. The circle flowchart symbol represents ______






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






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






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






39. Keyboard shortcut to Save All






40. Visual Basic code file extension






41. Use of properties to control access to class data






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






43. Declare a new variable






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






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






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






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






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






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






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