Multiple choice

Which one of the following is not a working mode of Visual Basic?

  1. Help mode

  2. Design mode

  3. Break mode

  4. Run mode

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Visual Basic has three primary working modes: Design mode (for creating interface), Run mode (for executing the application), and Break mode (for debugging during execution). Help mode is not one of these operational states - it's just accessing documentation, not a working mode of the IDE itself.