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. In object-oriented programming anything that can be seen or touched or used






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






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






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






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






6. A group of classes or modules






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






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






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






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






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






12. Another name for a program






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






14. Property to merge two cells in a table






15. In VB you first create the ________






16. Example of camel notation






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






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






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






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






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






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






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






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






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






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






27. Conditions can involve variables - _________ and functions






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






29. Subroutine that returns a value






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






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






32. A control that performs an immediate action when clicked






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






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






35. The "rectangle with rounded sides" flowchart symbol represents ______






36. Program instructions






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






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






39. Write a blank line on the command line






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






41. Keyboard shortcut to run a program without debugging






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






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






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






45. What VB calls a window or a screen






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






47. The proper syntax when using a message dialog box






48. Declare a string variable called message






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






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