nerdexam
EC-Council

312-49 · Question #446

How many sectors will a 125 KB file use in a FAT32 file system?

The correct answer is C. 250. In a FAT32 file system, the standard sector size is 512 bytes. To calculate the number of sectors required for a 125 KB file: 125 KB × 1,024 bytes/KB = 128,000 bytes. Dividing by the sector size: 128,000 ÷ 512 = 250 sectors. Therefore, a 125 KB file will occupy exactly 250…

Submitted by the_admin· Apr 18, 2026Disk Forensics

Question

How many sectors will a 125 KB file use in a FAT32 file system?

Options

  • A32
  • B16
  • C250
  • D25

How the community answered

(26 responses)
  • A
    19% (5)
  • B
    4% (1)
  • C
    69% (18)
  • D
    8% (2)

Explanation

In a FAT32 file system, the standard sector size is 512 bytes. To calculate the number of sectors required for a 125 KB file: 125 KB × 1,024 bytes/KB = 128,000 bytes. Dividing by the sector size: 128,000 ÷ 512 = 250 sectors. Therefore, a 125 KB file will occupy exactly 250 sectors. This calculation assumes perfect alignment and no cluster overhead; in practice, the file would be rounded up to the nearest cluster boundary, but based on pure sector math, the answer is 250.

Topics

#File systems#FAT32#Sector size#Storage allocation

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice