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. Four names for subprograms: subroutine - procedure - ____ - function






2. A group of classes or modules






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






4. Are found in the toolbox






5. Zero or more characters enclosed in quotation marks






6. What VB calls a window or a screen






7. Visual Basic code file extension






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






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






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






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






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






13. You use _______________ case for control names.






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






15. A control that performs an immediate action when clicked






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






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






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






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






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






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






22. Keyboard shortcut to make Form Design window full screen






23. Enter a comment or remark

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


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






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






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






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






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






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






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






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






32. Subroutine that returns a value






33. In VB you first create the ________






34. The real title of a button






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






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






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






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






39. Declare a new variable






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






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






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






43. The = symbol






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






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






46. Program instructions






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






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






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






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