Multiple choice technology operating systems

_____ is used to copy the system files from one drive to another drive allowing that drive to be bootable.

  1. ATTRIB

  2. XCOPY

  3. SYS

  4. COPY

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

The SYS command transfers system files (IO.SYS and MSDOS.SYS in DOS) to a disk's boot sector, making it bootable. XCOPY and COPY copy files but don't create boot sectors, while ATTRIB only modifies file attributes. The SYS command specifically creates a bootable disk.