Consider a file currently consisting of 50 blocks. Assume that the file control block and the index block is already in memory. If a block is added at the end (and the block information to be added is stored in memory), then how many disk i/o operations are required for indexed (single-level) allocation strategy?
Answers
Answered by
0
write the question properly
Answered by
0
Answer: 1
Explanation: we have to just write into a new block and update the index in memory.
Similar questions