Multiple choice technology programming languages tar can be used to write on to floppy disks True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation tar can write to any device or file, including floppy disks. The command 'tar cvf /dev/fd0 files' writes files to floppy drive 0. tar treats devices as files, making it suitable for backups to removable media like floppies or tapes.