Answer:
The average time in ns to reference a work will be of 2,000,090.
Explanation:
80% of the time, you will need just to load from the main memory(when there is a hit), that is, a time of access of 90 ns.
20% of the time, you will have a miss, so you have to access the main memory(90 ns) plus the disk(10 ms = 10000000 ns).
So, the average time needed to reference a word will be:
[tex]t = 0.8*90 + 0.2*(90 + 10000000) = 2000090[/tex]
The average time in ns to reference a work will be of 2,000,090.