Multiple choice

Which DOS command clears the screen and places the DOS prompt in the upper left corner of the screen?

  1. QUIT

  2. EXIT

  3. CLS

  4. FORMAT

  5. _

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

It is a command that allows us to clear the contents of the screen and leave only a prompt. It is an internal command and is available in the upper left corner of the screen.