If a CPU has a clock speed of 2.5 GHz and CPI is 2, what is the execution time for 10^9 instructions?
Q1. If a CPU has a clock speed of 2.5 GHz and CPI is 2, what is the execution time for 10^9 instructions?
Answer: 0.8 seconds
Explanation: Execution time = (instructions * CPI) / clock speed = (10^9 * 2) / (2.5 * 10^9) = 0.8 seconds.