Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a . Suppose that we are considering an enhancement to the processor of a server system used for web serving. The new CPU is 1

a. Suppose that we are considering an enhancement to the processor of a server system used for web serving. The new CPU is 10 times faster on computation in the RSHI web serving application than the original processor Assuming that the CPU is idle for 20% of time, does computation for 30% of time and is waiting for I/O for 50% time, what is the overall speed up in this case? [2 Marks] VAR PRIYAS
1
b. Computer A executes the MIPS ISA and has a 3Ghz clock frequency Computer B executes the x86 and has a 4Ghz clock frequency. On average, programs execute 2 times as many x86 instructions than MIPS instructions. For Program P1, Computer A has a CPI of 3 and Computer B has a CPI of 4. Which computer is faster for P1? What is the speedup? [2 Marks]
c. A program has 10% divide instructions. All non-divide instructions take one cycle. All divide instructions take 50 cycles.
3874
a. What is the CPI of this program on this processor? [1 Mark]
What percent of time is spent just doing divides? [1 Mark]
48686
c. What would the speedup be if we sped up divide by 5x?[

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Theory Icdt 97 6th International Conference Delphi Greece January 8 10 1997 Proceedings Lncs 1186

Authors: Foto N. Afrati ,Phokion G. Kolaitis

1st Edition

3540622225, 978-3540622222

Students also viewed these Databases questions

Question

(4) Performing linear regression to obtain the parameter estimates.

Answered: 1 week ago