Multiple choice technology

Modes of vi?

  1. Input Mode

  2. Command Mode

  3. Execute Mode

  4. Search Mode

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

Standard vi has three main modes: Command mode (default), Input mode (for inserting text), and Last line mode (also called Execute mode) accessed with : for commands like saving and quitting. Search is not a separate mode but a function performed within Command mode using / or ?.