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. Keyboard shortcut to make Form Design window full screen






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






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






4. The circle flowchart symbol represents ______






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






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






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






8. Write a blank line on the command line






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






10. Keyboard shortcut to Save All






11. Declare a new variable






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






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






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






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






16. Can be run outside of visual studio 2005 has file extension of .exe






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






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






19. Keyboard shortcut to run a program without debugging






20. Graphical User Interface






21. The diamond flowchart symbol represents ______






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






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






24. Declare a string variable called message






25. Subroutine that returns a value






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






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






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






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






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






31. Closes the the current form






32. Integrated development environment






33. Conditions can involve variables - _________ and functions






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






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






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






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






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






39. Property to merge two cells in a table






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






41. Visual Basic code file extension






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






43. You use _______________ case for control names.






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






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






46. Are found in the toolbox






47. Use of properties to control access to class data






48. Zero or more characters enclosed in quotation marks






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






50. Framework 2.0 a platform on which you create applications