tar can be used to write on to floppy disks
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.