Computer Architecture - Memory Hierarchy
GATE CSE & IT · 2 questions across 2 years (2017-2025) · 5% recurrence rate
Recurrence sparkline
2017–2025201720212025
Difficulty mix
med 50%
hard 50%
Question types
NAT2
All 2 questions on Computer Architecture - Memory Hierarchy
2025 Q53
A computer has a memory hierarchy consisting of two-level cache (L1 and L2) and a main memory. If the processor needs to access data from memory, it first looks into L1 cache. If the data is not found in L1 cache, it goe...
Med✓📊
2017 Q45
The read access times and the hit ratios for different caches in a memory hierarchy are as given below. Cache | Read access time (in nanoseconds) | Hit ratio ---|---|--- I-cache | 2 | 0.8 D-cache | 2 | 0.9 L2-cache | 8 |...
Hard✓