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. In VB you first create the ________






2. Conditions can involve variables - _________ and functions






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






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






5. Another name for a program






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






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






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






9. What VB calls a window or a screen






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






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






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






13. Are found in the toolbox






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






15. Write a blank line on the command line






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






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






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






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






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






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






22. The proper syntax when using a message dialog box






23. Property to merge two cells in a table






24. Enter a comment or remark

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


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






26. Framework 2.0 a platform on which you create applications






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






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






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






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






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






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






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






34. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows






35. Declare a new variable






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






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






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






39. An object (such as a button)






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






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






42. The parallelogram flowchart symbol represents _______






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






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






45. The = symbol






46. Used to change how objects look and feel






47. Using the ___ procedure will cause the application to wait a specific amount of time.






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






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






50. Program instructions