GATE CS 2024 Set 1 — Question 56
NAT+2 / -0MediumCache NumericalsMemory Hierarchy & CacheComputer Organization & Architecture
Computer Organization & Architecture → Memory Hierarchy & Cache → Cache Numericals
Last updated
Question
A given program has 25% load/store instructions. Suppose the ideal CPI (cycles per instruction) without any memory stalls is 2. The program exhibits 2% miss rate on instruction cache and 8% miss rate on data cache. The miss penalty is 100 cycles. The speedup (rounded off to two decimal places) achieved with a perfect cache (i.e., with NO data or instruction cache misses) is _________
Correct answer
3 to 3
Solution
To calculate the speedup achieved with a perfect cache, we compare the execution time (or CPI) of the program with the actual cache to the execution time with a perfect cache.1. Identify Given Parameters:
A perfect cache has a 0% miss rate, meaning there are no memory stalls.5. Calculate Speedup:The speedup achieved with a perfect cache is 3.00.
- Ideal CPI () = 2
- Percentage of load/store instructions = 25% = 0.25
- Instruction cache miss rate () = 2% = 0.02
- Data cache miss rate () = 8% = 0.08
- Miss penalty () = 100 cycles
- Instruction Fetch Stalls: Every instruction requires a fetch from the instruction cache.
- Data Access Stalls: Only load/store instructions access the data cache.
- Total Stalls per Instruction:
A perfect cache has a 0% miss rate, meaning there are no memory stalls.5. Calculate Speedup:The speedup achieved with a perfect cache is 3.00.
More questions on Memory Hierarchy & Cache
2024 Set 2 Q11Consider a computer with a 4 MHz processor. Its DMA controller can transfer 8 bytes in 1 cycle from…2024 Set 1 Q15Which one of the following statements is FALSE?2024 Set 1 Q30Consider a 5-stage pipelined processor with Instruction Fetch (IF), Instruction Decode (ID),…2024 Set 2 Q31An instruction format has the following structure: Instruction Number: *Opcode destination reg,…2024 Set 2 Q53Consider a disk with the following specifications: rotation speed of 6000 RPM, average seek time of…
Practice GATE CS PYQs with adaptive difficulty
Timed practice, skill tracking, and AI explanations — free to start.
Start practicing free