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 (directory) command lists all files and subdirectories in the current directory, showing their names, sizes, and timestamps. This is the standard command for viewing directory contents. COPY duplicates files, TREE shows directory structure, and CD changes directories but doesn't list contents. DIR is specifically designed to display what's in the current location.