visual-basic-mcqs - Set (1)

Correct Answer: Orange && Worng Answer: Red

1. Visual Basic is developed by:

  • (A). IBM
  • (B). Microsoft
  • (C). Microsystem
  • (D). Oracle
  • View Answer

    Explanation: Not Avilable

    2. Visual Basic is a tool that allows you to develop application in ______.

  • (A). Real Time
  • (B). Graphical User Interface
  • (C). Character User Interface
  • (D). None of these
  • View Answer

    Explanation: Not Avilable

    3. ______ is used for finding out about objects, properties and methods.

  • (A). Form Layout Window
  • (B). Code Editor Window
  • (C). Object Browser
  • (D). None of the above
  • View Answer

    Explanation: Not Avilable

    4. IDE stands for ______

  • (A). Internet Development Environment
  • (B). Integrated Dual Environment
  • (C). Integrated Development Environment
  • (D). Integrated Desktop Environment
  • View Answer

    Explanation: Not Avilable

    5. Which window displays a list of all forms and modules making up your application.

  • (A). Project window
  • (B). Properties window
  • (C). Form layout window
  • (D). All of the above
  • View Answer

    Explanation: Not Avilable

    6. Which of the following window is the central to the development of Visual Basic applications.

  • (A). Project window
  • (B). Form window
  • (C). Properties window
  • (D). All of the above
  • View Answer

    Explanation: Not Avilable

    7. In ______ window we can write code.

  • (A). Immediate window
  • (B). Local window
  • (C). Code editor window
  • (D). None of these
  • View Answer

    Explanation: Not Avilable

    8. ______ shows the value of any variables within the scope of the current procedure.

  • (A). Immediate window
  • (B). Locals window
  • (C). watches window
  • (D). None of these
  • View Answer

    Explanation: Not Avilable

    9. ______ shows the property type as well as a short description of the property.

  • (A). Object box
  • (B). Decription pane
  • (C). Form layout window
  • (D). Code editor
  • View Answer

    Explanation: Not Avilable

    10. Which window shows information that results from debugging statements in our code.

  • (A). Watch window
  • (B). Variables window
  • (C). Locals window
  • (D). Immediate window
  • View Answer

    Explanation: Not Avilable

    11. In visual basic a variable name cannot be more than ______ characters.

  • (A). 255
  • (B). 300
  • (C). 355
  • (D). 400
  • View Answer

    Explanation: Not Avilable

    12. In visual basic ______ is the extension to represent project file.

  • (A). .frm
  • (B). .vbp
  • (C). .cls
  • (D). .vb
  • View Answer

    Explanation: Not Avilable

    13. The default property of a text for control is ______

  • (A). Text
  • (B). Enable
  • (C). Multiline
  • (D). Password char
  • View Answer

    Explanation: Not Avilable

    14. ______ is a collection of files.

  • (A). Class
  • (B). Group
  • (C). Project
  • (D). All of the above
  • View Answer

    Explanation: Not Avilable

    15. The method, which loads the form into memory and displays it on screen is.

  • (A). Load
  • (B). Show
  • (C). Display
  • (D). All of these
  • View Answer

    Explanation: Not Avilable