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. Framework 2.0 a platform on which you create applications






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






3. Use of properties to control access to class data






4. Keyboard shortcut to step through line by line






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






6. The = symbol






7. Conditions can involve variables - _________ and functions






8. A container that stores the projects and files for an entire application






9. Zero or more characters enclosed in quotation marks






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






11. Are found in the toolbox






12. Keyboard shortcut to Save All






13. The ___ property of a button object contains the name of the button.






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






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






16. Subroutine that returns a value






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






18. A is a container that stores the projects and files for an entire application.






19. In VB you first create the ________






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






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






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






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






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






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






26. Example of camel notation






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






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






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






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






31. Write a blank line on the command line






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






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






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






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






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






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






38. Another name for a program






39. Used to change how objects look and feel






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






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






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






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






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






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






46. A control that performs an immediate action when clicked






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






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






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






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