visual-basic-mcqs - Set (2)

Correct Answer: Orange && Worng Answer: Red

1. ______ is the process of finding and removing errorss.

  • (A). Checking
  • (B). Compiling
  • (C). Debugging
  • (D). Quick Watch
  • View Answer

    Explanation: Not Avilable

    2. A ______ variable is one that is declared inside a procedure.

  • (A). Global
  • (B). Local
  • (C). External
  • (D). None of the above
  • View Answer

    Explanation: Not Avilable

    3. MDI stands for ______

  • (A). Multiple Document Interface
  • (B). Multiple Design Interface
  • (C). Manipulated Document Interface
  • (D). Menu Design Interface
  • View Answer

    Explanation: Not Avilable

    4. ______ Control is used to provide an identifiable grouping of other controls.

  • (A). Frame
  • (B). Label
  • (C). List Box
  • (D). Command Button
  • View Answer

    Explanation: Not Avilable

    5. ______ control is used to display text but user cannot change it directly.

  • (A). Text Box
  • (B). Label Box
  • (C). List Box
  • (D). Command Button
  • View Answer

    Explanation: Not Avilable

    6. Which property determines whether a control is displayed to the user?

  • (A). Hide
  • (B). Show
  • (C). visible
  • (D). Enabled
  • View Answer

    Explanation: Not Avilable

    7. The default datatype for VB is ______

  • (A). Integer
  • (B). Decimal
  • (C). variant
  • (D). String
  • View Answer

    Explanation: Not Avilable

    8. Frame control acts as a ______

  • (A). Event
  • (B). Method
  • (C). Class
  • (D). container
  • View Answer

    Explanation: Not Avilable

    9. An object data type can store _____

  • (A). 1 byte
  • (B). 2 byte
  • (C). 4 byte
  • (D). 8 byte
  • View Answer

    Explanation: Not Avilable

    10. The variables that Does not change the value during execution of program is _____

  • (A). Numeric
  • (B). String
  • (C). Constant
  • (D). None of the above
  • View Answer

    Explanation: Not Avilable

    11. The function procedure are _____ by default,

  • (A). Public
  • (B). Private
  • (C). Protected
  • (D). None of the above
  • View Answer

    Explanation: Not Avilable

    12. _____ do not return a value.

  • (A). Sub procedure
  • (B). Function procedure
  • (C). Property procedure
  • (D). All of these
  • View Answer

    Explanation: Not Avilable

    13. We can preserve the value of a local variable by making the variable _____

  • (A). Private
  • (B). Public
  • (C). Static
  • (D). Implicit
  • View Answer

    Explanation: Not Avilable

    14. IIS is a _____

  • (A). Markup Language
  • (B). Web server
  • (C). Scripting Language
  • (D). Operating system
  • View Answer

    Explanation: Not Avilable

    15. By default the textbox control can hold text as _____

  • (A). Multiple Lines
  • (B). Single Lines
  • (C). Password Character
  • (D). None of these
  • View Answer

    Explanation: Not Avilable