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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply