Question
Easy

In a three level memory hierarchy, the access time of cache, main and virtual memory is 5 nano-seconds, 100 nano-seconds and 10 milli-seconds respectively. If the hit ratio is 80% for the cache and 99.5% for the main memory, then the closest average access time of memory hierarchy in nano-seconds is:

1
512
2
1024
3
10024
4
128
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer System & Hardware Fundamentals
Topic: Memory
Correct Answer
Option C
Explanation

The correct option is (3): 10024 The calculation of the average access time ($T_{avg}$) for a multi-level memory hierarchy must account for the access time and the probability of a miss at each level. The general formula for a three-level hierarchy (Cache, Main Memory, and Disk/Virtual Memory) is: $T_{avg} = H_C \times T_C + (1 - H_C) \times [H_M \times T_M + (1 - H_M) \times T_{Disk}]$. The first step…Read More

In a three level - HTET Level 3 | Clear Cutoff