Page 1 of 1

• The entire cache block is read on any miss. • It takes one memory access to read (or write) a block from memory. • Wri

Posted: Fri Jul 01, 2022 5:41 am
by answerhappygod
The Entire Cache Block Is Read On Any Miss It Takes One Memory Access To Read Or Write A Block From Memory Wri 1
The Entire Cache Block Is Read On Any Miss It Takes One Memory Access To Read Or Write A Block From Memory Wri 1 (27.89 KiB) Viewed 34 times
• The entire cache block is read on any miss. • It takes one memory access to read (or write) a block from memory. • Write-allocate is used. • Write-through is used. Use the following table to show the number of memory access for each condition (row) mentioned: Cache hit? Yes Yes Assume the following properties about a cache system: Yes Yes No No No No Access Type Block dirty? Total number of memory accesses Read Read Write Write Read Read Write Write Y N Y N N Y N Y Note: "Block dirty?" is in reference to the "old" block to be replaced with the new block that the cache is attempting to access.