Page 1 of 1

Assume the following properties about a cache system: The entire cache block is read on any miss. It takes one memory ac

Posted: Fri Jul 01, 2022 5:47 am
by answerhappygod
Assume the following properties about a cache system:
The entire cache block is read on any miss.
It takes one memory access to read (or write) a block frommemory.
Write-allocate is used.
Write-through is used.
Use the following table to show the number of memory access foreach condition (row) mentioned:
Cache hit?
Access Type
Block dirty?
Total number of memory accesses
Yes
Read
Y
Yes
Read
N
Yes
Write
Y
Yes
Write
N
No
Read
N
No
Read
Y
No
Write
N
No
Write
Y