Question: memory reference 1 2 3 4 5 6 7 8 9 10 hit ration direct mapping fully associative mapping 2-way set associative mapping 4-way set

| memory reference | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | hit ration |
| direct mapping | |||||||||||
| fully associative mapping | |||||||||||
| 2-way set associative mapping | |||||||||||
| 4-way set associative mapping |
Please show works. Thank you.
From the above memory system, a program made the following memory reference request Please note that all memory addresses are presented with hexadecimal 1. 00 12 34 56 2. 00 12 34 58 3. 00 12 34 5A 4. 02 12 34 5G 5. "02 12 34 5E 6. 00 12 34 57 7. 00 12 34 59 8. 0C 12 34 5B 9. 0C 12 34 5D 10. 0C 12 34 5F ." When we find the referenced memory is in cache memory, we call it "Cache hit If the refenced memory is not found in cache memory, we call it "Cache miss We define hit ratio as hit ratio-cache hit / (cache hit + cache miss) I. (20) Please find cache hit/cache miss for the above cache system. For hit, put H in the box. For miss, put M in the box. From the above memory system, a program made the following memory reference request Please note that all memory addresses are presented with hexadecimal 1. 00 12 34 56 2. 00 12 34 58 3. 00 12 34 5A 4. 02 12 34 5G 5. "02 12 34 5E 6. 00 12 34 57 7. 00 12 34 59 8. 0C 12 34 5B 9. 0C 12 34 5D 10. 0C 12 34 5F ." When we find the referenced memory is in cache memory, we call it "Cache hit If the refenced memory is not found in cache memory, we call it "Cache miss We define hit ratio as hit ratio-cache hit / (cache hit + cache miss) I. (20) Please find cache hit/cache miss for the above cache system. For hit, put H in the box. For miss, put M in the box
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
