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. Member of a class that provides access to class data in a controlled manner






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






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






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






5. The diamond flowchart symbol represents ______






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






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






8. Use of properties to control access to class data






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






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






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






12. Graphical User Interface






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






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






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






16. Property to merge two cells in a table






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






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






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






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






21. Framework 2.0 a platform on which you create applications






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






23. Example of camel notation






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






25. Integrated development environment






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






27. Declare a new variable






28. Keyboard shortcut to step through line by line






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






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






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






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






33. Conditions can involve variables - _________ and functions






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






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






36. A group of classes or modules






37. Subroutine that returns a value






38. Keyboard shortcut to Save All






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






40. Program instructions






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






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






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






44. Write a blank line on the command line






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






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






47. Equal sign






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






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






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