312-49v10 Exam QuestionsBrowse all questions from this exam

312-49v10 Exam - Question 11


What file structure database would you expect to find on floppy disks?

Show Answer
Correct Answer: D

FAT12 is the file system commonly used on floppy disks. Floppy disks have limited storage capacity, and the FAT12 file system is designed to manage this smaller storage efficiently. It uses 12-bit entries, which are sufficient for the small number of clusters available on a floppy disk. Larger file systems like FAT16, FAT32, and NTFS are used for bigger storage devices.

Discussion

2 comments
Sign in to comment
ManzerOption: D
Mar 10, 2023

https://en.wikipedia.org/wiki/Floppy_disk_format#:~:text=Most%20floppy%20disks%20used%20by,a%20more%20exotic%20file%20system.

ElbOption: D
May 30, 2024

The FAT12 is the file system on a floppy disk. Floppy disks use 12-bit FATs and hard disks use 16-bit or 32-bit FATs The number “12” is derived from the fact that the FAT consists of 12-bit entries. The storage space on a floppy disk is divided into units called sectors. In larger storage devices, a bunch of sectors form a cluster. However, for the floppy disk, the number of sectors in a cluster is one.