edited by
329 views
2 votes
2 votes

Isn't the answer 18 ns but 36 ns is provided as a valid answer.

edited by

1 Answer

4 votes
4 votes
No answer should be 36ns

see

TAT(total access time)= 0.8*( (0.9*10) + (0.1*110) ) +0.2*(100)

       =0.8(9+11)  +20

       = 20*8 +20

       =16+20 =36ns

note: here write through policy is used when writing in cache we need to update Main memory as well which can be done in parallel  so for writing we need only max(cache access time, main memory )