A computer has a cache, main memory and disk used for virtual memory. If a refer
ID: 3626129 • Letter: A
Question
A computer has a cache, main memory and disk used for virtual memory. If a reference word is in the cache 5 ns are required to access it. If it is in the main memory but not in the cache, 50ns are required to load it into the cache and then reference is started again. If the word is not in the main memory, 11ms are required to fetch from disk, followed by 50ns to copy it into the cache and then the reference is started again. The cache hit ratio is 0.8 and the main memory his ratio is 0.6.What is the average time in nanoseconds required to access a referenced word on this system?
Please provide an explanation if possible.