Home » Computer » Miscellaneous » Question
  1. ______ involves traversing the entire file system, marking everything that can be accessed.
    1. Index pointer
    2. Garbage collection
    3. File system
    4. Stack Pointer
Correct Option: B

Garbage collection involves traversing the entire file system, marking everything that can be accessed. Then, a second pass collects everything that is not marked onto a list of free space. Garbage collection for a disk-based file system, however, is extremely time-consuming and is thus seldom attempted. Garbage collection is necessary only because of possible cycles in the graph.



Your comments will be displayed only after manual approval.