Question
Easy

In mass storage devices ......... is process of rearranging/relocating many small non-contiguous blocks of data, into fewer contiguous big-sized blocks.

1
Defragmentation
2
Paging
3
Booting
4
Restoring
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Operating Systems & Software Concepts
Topic: Computer Software
Correct Answer
Option A
Explanation

The correct option is (1): Defragmentation is the precise utility function used in the maintenance of traditional Hard Disk Drives (HDDs) to combat a problem called fragmentation. Fragmentation occurs when a file's data is scattered across many small, non-contiguous physical blocks on the disk due to continuous file creation, deletion, and modification. The process of Defragmentation systematically rearranges and relocates these scattered file segments, merging them back into fewer, larger,…Read More