Which one of the following is not a working mode of Visual Basic?
-
Help mode
-
Design mode
-
Break mode
-
Run mode
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.