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…
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)- A19% (5)
- B4% (1)
- C69% (18)
- D8% (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
Community Discussion
No community discussion yet for this question.