Multiple choice technology operating systems Command to exit from the command interpreter? erase exit format 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.