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 default event procedure for a check box is __________






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






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






4. Keyboard shortcut to Save All






5. Visual Basic code file extension






6. Zero or more characters enclosed in quotation marks






7. Keyboard shortcut to run a program without debugging






8. Keyboard shortcut to step through line by line






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






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






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






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






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






14. Declare a string variable called message






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






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






17. The diamond flowchart symbol represents ______






18. In VB you first create the ________






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






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






21. Framework 2.0 a platform on which you create applications






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






23. Integrated development environment






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






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






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






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






28. Example of camel notation






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






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






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






32. Enter a comment or remark

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


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






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






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






36. Write a blank line on the command line






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






38. Subroutine that returns a value






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






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






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






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






43. Another name for a program






44. Conditions can involve variables - _________ and functions






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






46. The = symbol






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






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






49. Declare a new variable






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