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. Conditions can involve variables - _________ and functions






2. The diamond flowchart symbol represents ______






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






4. Closes the the current form






5. Keyboard shortcut to Save All






6. Property to have a table fill the entire form






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






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






9. The proper syntax when using a message dialog box






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






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






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






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






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






15. Integrated development environment






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






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






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






19. The circle flowchart symbol represents ______






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






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






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






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






24. A pattern or blueprint that the computer uses to create an object.






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






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






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






28. A control that performs an immediate action when clicked






29. Example of camel notation






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






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






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






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






34. Used to change how objects look and feel






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






36. Keyboard shortcut to make Form Design window full screen






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






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






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






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






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






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






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






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






45. In VB you first create the ________






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






47. Zero or more characters enclosed in quotation marks






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






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






50. The = symbol