To clear the screen, we use
-
Clear
-
Clear screen
-
Cls
-
None of the above
C
Correct answer
Explanation
CLS is the DOS command to clear the screen. 'Clear' and 'Clear screen' are not valid DOS commands. The CLS command removes all previously displayed text and returns the cursor to the top-left corner.