Question: CPU 1 ( with a clock speed of 6 E 9 cycles / second ) runs the following double precision floating point arithmetic algorithm: Z

CPU 1( with a clock speed of 6E9 cycles/second) runs the following double precision floating point arithmetic algorithm:
Z =[(U + V)-(W*X)/(Y2)]
And achieves a performance level of 2.5E-9 seconds to compute the resultant, Z.
CPU 2( with a clock speed of 4E9 cycles/second) runs the same double precision floating point arithmetic algorithm:
Z =[(U + V)-(W*X)/(Y2)]
And achieves a performance level of 2.0E-9 seconds to compute the resultant, Z.
Which CPU has the more efficient architecture for this algorithm?
Provide a detailed, quantitative explanation which supports your choice.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!