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. The = symbol






2. Write a blank line on the command line






3. Framework 2.0 a platform on which you create applications






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






5. Conditions can involve variables - _________ and functions






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






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






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






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






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






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






12. You use _______________ case for control names.






13. In VB you first create the ________






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






15. Use of properties to control access to class data






16. The parallelogram flowchart symbol represents _______






17. Keyboard shortcut to step through line by line






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






19. The three basic types of statement structures: decision - _______ - loop






20. Another name for a program






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






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






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






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






25. A control that performs an immediate action when clicked






26. An object (such as a button)






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






28. Subroutine that returns a value






29. Program instructions






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






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






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






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






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






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






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






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






38. Equal sign






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






40. Graphical User Interface






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






42. Four names for subprograms: subroutine - procedure - ____ - function






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






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






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






46. Declare a string variable called message






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






48. The circle flowchart symbol represents ______






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






50. What VB calls a window or a screen