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. A property provides access to class data in a controlled manner through these






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






3. Declare a string variable called message






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






5. The real title of a button






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






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






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






9. Enter a comment or remark

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


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






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






12. Example of camel notation






13. The practice of lowercasing the first word in an object's name and then uppercasing the first letter in each subsequent word in the name






14. Are found in the toolbox






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






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






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






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






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






20. Equal sign






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






22. Closes the the current form






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






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






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






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






27. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows






28. Integrated development environment






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






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






31. Program instructions






32. Subroutine that returns a value






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






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






35. An object (such as a button)






36. A control that performs an immediate action when clicked






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






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






39. Use of properties to control access to class data






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






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






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






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






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






45. Keyboard shortcut to step through line by line






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






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






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






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






50. Zero or more characters enclosed in quotation marks