Computer Science, asked by Jiyang6461, 1 year ago

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 panshulo1
0

write the question properly

Answered by rishabhtomar933
0

Answer: 1

Explanation: we have to just write into a new block and update the index in memory.

Similar questions