Multiple choice

While running DOS on PC, which command would be used to duplicate the entire diskette?

  1. COPY

  2. DISKCOPY

  3. CHKDSK

  4. TYPE

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

DISKCOPY is the DOS command that duplicates an entire diskette by performing a track-by-track copy, including the boot sector and file system structure. COPY only duplicates individual files, CHKDSK checks disk integrity, and TYPE displays file contents. For complete disk replication, DISKCOPY is required.