220-802 · Question #540
Which of the following is the difference between a quick and a full format?
The correct answer is A. Quick format does not check for bad sectors while full format does. The key difference between a quick format and a full format is bad sector scanning: a quick format only erases the file system metadata (the master file table/directory structure), making the drive appear empty without actually wiping data. A full format does everything a quick…
Question
Which of the following is the difference between a quick and a full format?
Options
- AQuick format does not check for bad sectors while full format does.
- BFull format prompts for confirmation while quick format does not.
- CFull format erases all partitions on the disk at once while quick format only erases one partition at a time.
- DQuick format only erases the system partition and not the data partition.
How the community answered
(36 responses)- A86% (31)
- B3% (1)
- C3% (1)
- D8% (3)
Explanation
The key difference between a quick format and a full format is bad sector scanning: a quick format only erases the file system metadata (the master file table/directory structure), making the drive appear empty without actually wiping data. A full format does everything a quick format does PLUS performs a read/write pass across the entire disk to scan for and map out bad sectors. This makes a full format significantly slower (especially on large drives) but more thorough for drive health verification. The other options are incorrect: both formats prompt for confirmation in most OS dialogs; neither format affects all partitions simultaneously by default; and quick format does not selectively target only the system partition.
Topics
Community Discussion
No community discussion yet for this question.