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. Using the ___ procedure will cause the application to wait a specific amount of time.






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






3. Closes the the current form






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






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. The ___ method converts a string to lower case letters.






7. In VB you first create the ________






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






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






10. Keyboard shortcut to Save All






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






12. Subroutine that returns a value






13. The proper syntax when using a message dialog box






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






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






16. Another name for a program






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






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






19. Zero or more characters enclosed in quotation marks






20. Equal sign






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






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






23. The attributes of an object that control the object's appearance and behavior






24. You use _______________ case for control names.






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






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






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






28. A group of classes or modules






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






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






31. Keyboard shortcut to run a program without debugging






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






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






34. The real title of a button






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






36. Property to have controls appear in Flow Layout Panel justified = right






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






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






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






40. Declare a new variable






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






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






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






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






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






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






47. Property to merge two cells in a table






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






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






50. Framework 2.0 a platform on which you create applications