id
string
question
string
choices
list
answer
string
qid_0
Suppose a file system used only for reading immutable files in random fashion. What is the best block allocation strategy?
[ "Linked-list allocation", "Continuous allocation", "Index allocation with B-tree", "Index allocation with Hash-table" ]
B