Multiple choice technology operating systems

Command to exit from the command interpreter?

  1. erase

  2. exit

  3. format

  4. goto

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

The exit command is used to close and terminate the command interpreter (such as cmd.exe or a Unix shell). Distractors like erase and format perform disk or file deletion tasks, whereas goto is a flow control statement used within batch scripting.