How does the bit-vector method manage free disk space?

How does the bit-vector method manage free disk space?

Answer: A. By tracking free and allocated blocks using 1s and 0sThe bit-vector method uses a bitmap in which each bit represents the status of one disk block, such as free or allocated.

  1. A.

    By tracking free and allocated blocks using 1s and 0s

  2. B.

    By linking free blocks together

  3. C.

    By creating an index of all free blocks

  4. D.

    By maintaining a list of contiguous free blocks

Attempted by 222 students.

Show answer & explanation

Correct answer: A

The bit-vector method uses a bitmap in which each bit represents the status of one disk block, such as free or allocated.

Explore the full course: Isro

Loading lesson…