Multiple choice technology operating systems

tar can be used to write on to floppy disks

  1. True

  2. False

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

tar is an archive utility for creating and manipulating tar archives, not a raw device writing tool. Writing directly to floppy disks requires utilities like dd or specific floppy formatting tools. tar archives can be written to files which may then be copied to floppies, but tar itself doesn't write to floppies.