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






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






4. The ___ property of a button object contains the name of the button.






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






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






7. The "rectangle with rounded sides" flowchart symbol represents ______






8. Declare a new variable






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






10. Keyboard shortcut to run a program without debugging






11. Graphical User Interface






12. A group of classes or modules






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






14. The = symbol






15. The circle flowchart symbol represents ______






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






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






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






19. Equal sign






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






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






22. Use of properties to control access to class data






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






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






25. Integrated development environment






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






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






28. Write a blank line on the command line






29. Subroutine that returns a value






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






31. Closes the the current form






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






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






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






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






36. Used to change how objects look and feel






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






38. Example of camel notation






39. Are found in the toolbox






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






41. Property to merge two cells in a table






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






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






44. Enter a comment or remark

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


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






46. The parallelogram flowchart symbol represents _______






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






48. Zero or more characters enclosed in quotation marks






49. A form contains a button control named exit Button. When the button is selected in the interface or ___________________ will appear in the Object box in the Properties window.






50. Framework 2.0 a platform on which you create applications