Difficulty: Easy
Correct Answer: SCANDISK
Explanation:
Introduction / Context:
Preventive maintenance on MS-DOS systems relied on utilities that verified and repaired disks. Understanding which tool checks file system integrity, surface conditions, and supports DoubleSpace-compressed volumes is vital for restoring data access and preventing further corruption on legacy PCs.
Given Data / Assumptions:
Concept / Approach:
SCANDISK performs file system checks, fixes allocation errors, cross-linked files, lost clusters, and optionally scans the surface for bad sectors. It is also aware of DoubleSpace/DriveSpace compressed volumes. DEFRAG reorganizes files to reduce fragmentation but does not repair logical errors. DBLSPACE manages compression containers; it is not a repair tool. MSAV (Microsoft Anti-Virus) scans for malware, not file system errors.
Step-by-Step Solution:
Verification / Alternative check:
Typical usage: SCANDISK C: /SURFACE verifies both logical integrity and physical media, demonstrating its intended role on DOS systems including compressed drives with the proper driver stack loaded.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
SCANDISK.
Discussion & Comments