Multiple Choice
Which one of the following statements about free space management techniques is false?
A) Bitmaps allow the file system to quickly determine if contiguous blocks are available at certain memory locations.
B) The file system typically maintains free blocks in a free list, sorted by memory address.
C) The last entry of the last free list block typically stores a null pointer.
D) The ith bit in a bitmap typically corresponds to the ith block in the file system.
Correct Answer:

Verified
Correct Answer:
Verified
Q26: Which one of the following statements about
Q27: The _ file organization scheme places records
Q28: Memory-mapped files _.<br>A) map file data to
Q29: The role of a data manipulation language
Q30: A file system is responsible for _.<br>A)
Q32: Which of the following statements about directories
Q33: A file system's metadata may contain _.<br>A)
Q34: A database system includes _.<br>A) the data
Q35: Which one of the following statements about
Q36: Bitmaps allow the file type to _