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. Loop to repeat a code block for an uncertain number of times






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






3. Another name for a program






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






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






6. Keyboard shortcut to run a program without debugging






7. Visual Basic code file extension






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






9. Subroutine that returns a value






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






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






12. The three main logical operators are And - Or and _______






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. When a form has been modified since the last time it was saved appears on its tab in the designer window






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






16. A group of classes or modules






17. Declare a new variable






18. The = symbol






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






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






21. Use of properties to control access to class data






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






23. The proper syntax when using a message dialog box






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






25. Used to change how objects look and feel






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






27. The circle flowchart symbol represents ______






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






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






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






31. Framework 2.0 a platform on which you create applications






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






33. An object (such as a button)






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






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






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






37. What VB calls a window or a screen






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






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






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






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






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






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






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






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






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






47. Property to merge two cells in a table






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






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






50. Equal sign