Computer Science, asked by ParvBhardwaj60, 1 year ago

During a write operation if the required block is not present in the cache then ______ occurs.

Answers

Answered by Roark
0

miss penalty occurs.

Answered by ayush7652051895sl
0

Answer:

Write miss

Explanation:

  • This indicates that the operation failed, and it populates the cache with the required block.
  • Any block can be loaded into any cache line.
  • The word id bits are used to determine which word in the block is required, but the tag becomes all of the remaining bits.
  • This allows any word to be stored in the cache memory at any location.

#SPJ3

Similar questions