InterviewSolution
Saved Bookmarks
| 1. |
The access time of a word in 4 MB main memory is 100 ms. The access time of a word in a 32 kb data cache memory is 10 ns. The average data cache bit ratio is 0.95. The efficiency of memory access time is |
| Answer» Access time = 0.95 x 10 + 0.05 x 100. | |