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. Get component to add multiple controls to a table cell






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






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






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






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






6. Conditions can involve variables - _________ and functions






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






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






9. The diamond flowchart symbol represents ______






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






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






12. Closes the the current form






13. Write a blank line on the command line






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






15. Equal sign






16. Property to merge two cells in a table






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






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






19. Are found in the toolbox






20. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.






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






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






23. Used to change how objects look and feel






24. Zero or more characters enclosed in quotation marks






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






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






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






28. Keyboard shortcut to run a program without debugging






29. Use of properties to control access to class data






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






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






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






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






34. Program instructions






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






36. The ___ object should be used to ensure that the user enters data in a field .






37. What VB calls a window or a screen






38. Declare a new variable






39. A control that performs an immediate action when clicked






40. Keyboard shortcut to make Form Design window full screen






41. Another name for a program






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






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






44. A group of classes or modules






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






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






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






48. In VB you first create the ________






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






50. Subroutine that returns a value