220-1102 · Question #169
A technician suspects the boot disk of a user's computer contains bad sectors. Which of the following should the technician verify in the command prompt to address the issue without making any…
The correct answer is C. Run chkdsk on the drive as the administrator. To verify for bad sectors on a boot disk without making changes, a technician should use the chkdsk command.
Question
A technician suspects the boot disk of a user's computer contains bad sectors. Which of the following should the technician verify in the command prompt to address the issue without making any changes?
Options
- ARun sfc / scannow on the drive as the administrator
- BRun cleanmgr on the drive as the administrator
- CRun chkdsk on the drive as the administrator
- DRun dfrgui on the drive as the administrator
How the community answered
(58 responses)- A2% (1)
- B2% (1)
- C93% (54)
- D3% (2)
Why each option
To verify for bad sectors on a boot disk without making changes, a technician should use the `chkdsk` command.
`sfc /scannow` (System File Checker) is used to scan and restore corrupted Windows system files, not to check for bad sectors on a disk.
`cleanmgr` (Disk Cleanup) is used to free up disk space by removing temporary files and other unnecessary data, not to diagnose bad sectors.
The `chkdsk` (Check Disk) utility in Windows is used to verify the integrity of a disk volume and can identify bad sectors. When run without parameters like `/f` (fix errors) or `/r` (locate bad sectors and recover readable information), it operates in a read-only mode, checking for issues without attempting to repair them or alter the disk's contents.
`dfrgui` launches the Disk Defragmenter utility, which reorganizes fragmented data on a disk to improve performance, but it does not scan for or report bad sectors.
Concept tested: Disk error checking utilities-chkdsk
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/chkdsk
Topics
Community Discussion
No community discussion yet for this question.