Visual Basic MCQ-1



1.    What version of Visual Basic have you been working with in your labs on this course?
[a] The Enterprise Edition
[b] The Learning Edition
[c] The Licensed Edition
[d] None of the above
2.    A GUI:
[a] uses buttons, menus, and icons.
[b] should be easy for a user to manipulate.
[c] stands for Graphic Use Interaction.
[d] Both a and b.
3.    What does IDE stand for?
[a] Integrated Development Environment
[b] Integrated Design Environment
[c] Interior Development Environment
[d] Interior Design Environment
4.    Which is not a main component of the Visual Studio IDE?
[a] Solution Explorer
[b] Tool Box
[c] Start Menu
[d] Designer Window
[e] Properties Window
5.    Which does the solution explorer not display?
[a] Form Properties
[b] Reference Folder
[c] Form File
[d] Assemble File
[e] All are part of the solution explorer.
6.    Which is not a feature of a GUI that makes learning a program easy for users?
[a] Online help
[b] WYSIWYG formatting
[c] Dialog boxes
[d] Detailed key strokes and commands
[e] Icons
7.    An object is composed of:
[a] properties.
[b] methods.
[c] events.
[d] Both a and b.
[e] All of the above.
  1. Event-driven languages are:
[a]  FORTRAN based
[b]  Are used  to write procedural languages
[c]   OOP
[d]  Designed to make programming GUI easier
  1. Which of the following is not part of the IDE:
[a]  Code editor window
[b]  Properties window
[c]   Form layout window
[d]  General window
  1. The application name always appears in the:
[a]  Properties window
[b]  Intermediate window
[c]   Code window
[d]  Title bar
  1. The color of a button is:
[a]  One of its properties
[b]  Not updateable
[c]   Defined in the project
[d]  Defined in the Intermediate window
  1. Code is:
[a]  Updateable in the form editor
[b]  Instructions
[c]   Seldom used
[d]  An object
  1. Controls are:
[a]  Code
[b]  Part of the menus
[c]   Rules
[d]  Objects
  1. In the IDE, which of following is used to design the layout of an application?
[a]  Form Designer window
[b]  Project Explorer window
[c]   Context Menu
[d]  Form Layout window
  1. The location of the form on the desktop during execution is determined by the:
[a]  Form Designer window
[b]  Project Explorer window
[c]   Context Menu
[d]  Form Layout window
  1. The Object Browser:
[a]  Displays the command buttons and textboxes, etc.
[b]  Shows frequently used shortcuts as objects
[c]   Is a Context Menu
[d]  Displays the object libraries and their combinations of data and code
  1. The location of the form on the desktop during execution is determined by the:
[a]  Form Designer window
[b]  Project Explorer window
[c]   Context Menu
[d]  Form Layout window
  1. Visual Basic projects are identified by a:
[a]  “.vbp” suffix
[b]  “.mak” suffix
[c]   “.vbg” suffix
[d]  All the above
  1. Visual Basic forms are identified by a:
[a]  “.frm” suffix
[b]  “.mak” suffix
[c]   “.for” suffix
[d]  A special icon
  1. To run an application in Visual Basic:
[a]  Click on the start button (blue arrow)
[b]  Use the File Menu
[c]   Use the Project Menu to select Run
[d]  None of the above
  1. To exit Visual Basic:
[a]  Click Alt-Q
[b]  Use the File Menu to select Quit
[c]   Use the Window Menu to select Exit
[d]  Click on the diskette icon
  1. The reference library of Visual Basic books is called:
[a]  MSDN Library
[b]  Help Library
[c]   Contents
[d]  Topic pane
[e]   Java