ITPEC IP April 2023 Question 23

Source exam: ITPEC IP April 2023Topic: Software

ITPEC IP April 2023 — Question 23 of 100

Disk fragmentation most likely makes stored data slower to read. Repeated creation, growth, and deletion of files can leave free space in separated regions. A file may then be stored in multiple nonconsecutive extents. On a mechanical hard disk, the read head must seek between these locations, increasing access time even though the file system can still reconstruct the data correctly.

Answer (d)

Why not others:
- (a) fragmentation does not determine whether anti-malware software detects a virus

- (b) the file system tracks allocated blocks, so nonconsecutive storage does not inherently make writes incorrect

- (c) it likewise does not inherently alter the data returned when reads succeed

Key rule: Fragmentation primarily harms mechanical-disk performance by increasing seek movement; it is not itself data corruption.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official IP past-paper collection or Report an issue.