220-801 · Question #1130
220-801 Question #1130: Real Exam Question with Answer & Explanation
The correct answer is D: chkdsk. The chkdsk (Check Disk) command is a Windows utility that scans a drive for file system errors and bad sectors. When run with repair flags (e.g., chkdsk /f /r), it fixes logical file system errors and attempts to recover data from bad sectors, marking them so the OS avoids writin
Question
Options
- Aformat
- Bdiskpart
- Cdefrag
- Dchkdsk
Explanation
The chkdsk (Check Disk) command is a Windows utility that scans a drive for file system errors and bad sectors. When run with repair flags (e.g., chkdsk /f /r), it fixes logical file system errors and attempts to recover data from bad sectors, marking them so the OS avoids writing to them in the future - directly addressing read/write failures. The other tools serve different purposes: format wipes and reinitializes the drive, destroying data without repairing it; diskpart is a partition management tool used for creating, deleting, or resizing partitions; and defrag (Disk Defragmenter) reorganizes fragmented data for performance improvement but does not fix bad sectors or file system errors.
Community Discussion
No community discussion yet for this question.