Ask Question
7 September, 06:55

Relying on a subset of the performance equation (cpu execution time is the only valid comparison data), one could select the lower performing processor while they are requiring the higher performing design. for this question, here are the two processors. p1 has a clock rate of 3.0 ghz, average cpi of 1.60, and requires execution of 4.2 x 10^9 instructions. p2 has a clock rate of 3.5 ghz, and average cpi of 2.00 and requires 4.0 x 10^9 instructions. based on cpu execution time, the only valid comparison, which processor is faster?

+4
Answers (1)
  1. 7 September, 07:04
    0
    Time for p1 to execute the instructions is

    ... (4.2*10⁹ i) * (1.6 c/i) / (3.0*10⁹ c/s) = 2.24 s

    Time for p2 to execute the instructions is

    ... (4.0*10⁹ i) * (2.00 c/i) / (3.5*10⁹ c/s) = 2.29 s

    Processor p1 is faster by about 2%.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Relying on a subset of the performance equation (cpu execution time is the only valid comparison data), one could select the lower ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers