Multiple choice technology operating systems

Commands for changing directories?

  1. cd

  2. cls

  3. chdir

  4. dir

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

Both cd (Unix/Linux/Windows) and chdir (Windows/DOS) are commands for changing directories. cls clears the screen and dir lists contents - neither changes the current directory.