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 attributes of an object that control the object's appearance and behavior






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






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






4. Keyboard shortcut to make Form Design window full screen






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






6. Declare a new variable






7. Enter a comment or remark

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


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






9. The proper syntax when using a message dialog box






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






11. Framework 2.0 a platform on which you create applications






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






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






14. Get a box for loading a picture into a form






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






16. Keyboard shortcut to run a program without debugging






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






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






19. Property to display "My Form" in the title bar of a form






20. A control that performs an immediate action when clicked






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






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






23. Graphical User Interface






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






25. The real title of a button






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






27. The text of a label or a button that appears on the form






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






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






30. Program instructions






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






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






33. Keyboard shortcut to step through line by line






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






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






36. The diamond flowchart symbol represents ______






37. The parallelogram flowchart symbol represents _______






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






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






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






41. An object (such as a button)






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






43. You use _______________ case for control names.






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






45. The = symbol






46. Subroutine that returns a value






47. Used to change how objects look and feel






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






49. In VB you first create the ________






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