nerdexam
EC-Council

312-49 · Question #444

This is the original file structure database that Microsoft originally designed for floppy disks. It is written to the outermost track of a disk and contains information about each file stored on…

The correct answer is C. File Allocation Table (FAT). FAT (File Allocation Table) was Microsoft's original filesystem designed for floppy disks in 1977. It is written to the outermost track of a disk and acts as a map/index of every file stored, tracking which clusters belong to each file. MBR (Master Boot Record) contains…

Submitted by fatema_kw· Apr 18, 2026Disk Forensics

Question

This is the original file structure database that Microsoft originally designed for floppy disks. It is written to the outermost track of a disk and contains information about each file stored on the drive.

Options

  • AMaster Boot Record (MBR)
  • BMaster File Table (MFT)
  • CFile Allocation Table (FAT)
  • DDisk Operating System (DOS)

How the community answered

(59 responses)
  • A
    3% (2)
  • B
    8% (5)
  • C
    86% (51)
  • D
    2% (1)

Explanation

FAT (File Allocation Table) was Microsoft's original filesystem designed for floppy disks in 1977. It is written to the outermost track of a disk and acts as a map/index of every file stored, tracking which clusters belong to each file. MBR (Master Boot Record) contains bootloader code and partition table info, not per-file records. MFT (Master File Table) is the NTFS equivalent - a later, more advanced structure. DOS is an operating system, not a file structure.

Topics

#File Allocation Table#FAT#File Systems#Disk Structure

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice