Multiple choice technology operating systems

Which command lists the contents of current directory of a disk

  1. copy

  2. tree

  3. CD

  4. DIR

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

The DIR command is used in DOS/Windows command-line interfaces to list files and subdirectories. copy duplicates files, tree displays directory structure graphically, and CD changes directories rather than listing their contents.