Question

Computer A has an overall CPI of 1.3 and can be run at a clock rate...

Computer A has an overall CPI of 1.3 and can be run at a clock rate of 600MHz. Computer B has a CPI of 2.5 and can be run at a clock rate of 750 Mhz. We have a particular program we wish to run. When compiled for computer A, this program has exactly 100,000 instructions. How many instructions would the program need to have when compiled for Computer B, in order for the two computers to have exactly the same execution time for this program?

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
When a program is run on Computer X, 65% of the execution time is CPU time....
When a program is run on Computer X, 65% of the execution time is CPU time. A better Computer Y reduces the execution time by 10%. It is known that Computer Y has a clock rate of 2.7 GHz, and it takes Computer Y 10% more clock cycles to execute the program. In addition, Computer Y can only reduce CPU time. What is the clock rate in GHz of Computer X? The answer must have exactly one digit after the...
When a program is run on Computer X, 50% of the execution time is CPU time...
When a program is run on Computer X, 50% of the execution time is CPU time . A better Computer Y reduces the execution time by 10%. It is know that Computer Y has a clock rate of 2.3 GHz, and it takes Computer Y 20% more clock cycles to execute the program. In addition, Computer Y can only reduce CPU time. What is the clock rate in GHz of Computer X?
Compilers can have a profound impact on the performance of an application. Assume that for a...
Compilers can have a profound impact on the performance of an application. Assume that for a program, compiler A results in a dynamic instruction count of 1.0E9 and has an execution time of 1.1 s, while compiler B results in a dynamic instruction count of 1.2E9 and an execution time of 1.5 s. b. Assume the compiled programs run on two different processors. If the execution times on the two processors are the same, how much faster is the clock...
Consider three different processors P1, P2, and P3 executing the same instruction set. P1 has a...
Consider three different processors P1, P2, and P3 executing the same instruction set. P1 has a 2.5 GHz clock rate and a CPI of 1.25. P2 has a 3 GHz clock rate and a CPI of 1.6. P3 has a 4.0 GHz clock rate and has unknown CPI. a. (5 points) Compare the performance of P1 and P2 in terms of number of instructions they can execute per second. b. (5 points) Program X is executed by P1 in 20...
1) If the Federal Reserve conducts an open market purchase, we can expect that the short-run...
1) If the Federal Reserve conducts an open market purchase, we can expect that the short-run Phillips curve will shift left. the short-run Phillips curve will shift right. t here will be a movement to the right along the short-run Phillips curve. there will be a movement to the left along the short-run Phillips curve. the long-run Phillips curve will shift right. 2) In the long run, the Phillips Curve shows that the natural rate of unemployment is independent of...
If the overall balance in the balance of payments account is in _____, there can be...
If the overall balance in the balance of payments account is in _____, there can be an accumulation of official reserve assets by the country or a decrease in foreign official reserve holdings of the country's assets. surplus deficit equilibrium remission Answer: The current account balance does NOT equal: the difference between domestic product and domestic expenditure. the difference between national saving and domestic investment. net foreign investment. the difference between government saving and government investment. Answer: A nation is...
We constantly seem to be pricing ourselves out of some markets and not charging enough in...
We constantly seem to be pricing ourselves out of some markets and not charging enough in others. Our pricing policy is pretty simple: we mark up our full manufacturing cost by 50%. That means a computer that costs us $2,000 to manufacture will sell for $3,000. Until now I thought this was a workable approach, but now I’m not so sure. Steve Works, CEO, Cortland Manufacturing, Inc. (CMI) Steve’s Controller, Sally Nomer, had just told him that she believed the...
Sarah has $2,500 that she wants to invest in a European certificate of deposit (CD). The...
Sarah has $2,500 that she wants to invest in a European certificate of deposit (CD). The spot exchange rate (dollars per euro) ise$/€=1.13 If the minimum investment required in the CD is €2,000, does Sarah have sufficient funds? If not, what is the shortfall (in Euros)? If so, how much surplus does Sarah have (in euros)? NOTE: This is not a multiple-choice problem. Show your work to receive credit for the problem. Suppose the euro/Australian dollar exchange rate increases from...
Amazon CEO Jeff Bezos’ 2020 letter to shareholders details the company’s plans to combat the coronavirus...
Amazon CEO Jeff Bezos’ 2020 letter to shareholders details the company’s plans to combat the coronavirus Amazon CEO Jeff Bezos just published his annual letter to shareholders, and the efforts his company is taking to address the COVID-19 crisis were front and center. He outlined the company’s plans to build a lab to test employees and the social distancing measures its implemented in its facilities among other initiatives. Other than the coronavirus pandemic, Bezos also discussed the retail giant’s efforts...
You can complete this assignment individually or as a group of two people. In this assignment...
You can complete this assignment individually or as a group of two people. In this assignment you will create a ​​Sorted Singly-Linked List​ that performs basic list operations using C++. This linked list should not allow duplicate elements. Elements of the list should be of type ‘ItemType’. ‘ItemType’ class should have a private integer variable with the name ‘value’. Elements in the linked list should be sorted in the ascending order according to this ‘value’ variable. You should create a...