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. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.






2. Property to have a table fill the entire form






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






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






5. The proper syntax when using a message dialog box






6. Example of camel notation






7. The ___ method converts a string to lower case letters.






8. A ___ procedure completes its task and returns a value of a specified data type






9. Another name for a program






10. Keyboard shortcut to step through line by line






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






12. Declare a new variable






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






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






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






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






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






18. Conditions can involve variables - _________ and functions






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






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






21. Keyboard shortcut to run a program without debugging






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






23. Subroutine that returns a value






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






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






26. Begins with keyword Private. procedure name includes object name and event name. handle cause indicates for which objects events this code will execute.






27. Graphical User Interface






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






29. Closes the the current form






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






31. Keyboard shortcut to Save All






32. Write a blank line on the command line






33. Visual Basic code file extension






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






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






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






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






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






39. You use _______________ case for control names.






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






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






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






43. This property of controls tells the oreder they receive the focus when the tab key is pressed during run time






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






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






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






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






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






49. Used to change how objects look and feel






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