Question

Consider a processor with a 1.2GHz clock rate and a CPI of 1.7. If a program...

Consider a processor with a 1.2GHz clock rate and a CPI of 1.7. If a program runs in 10 seconds, how
many clock cycles were required and how many instructions executed?

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
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...
Consider the following MIPS code and a 5 stages processor as discussed in class, and assume...
Consider the following MIPS code and a 5 stages processor as discussed in class, and assume the loop executes 3 times: loop: lw r1,4(r7) lw r2,8(r7) lw r3,12(r7) add r1,r1, r3 sw r1,4(r7) bne r1,r2,loop addi r1,r1,42 c. Draw the execution diagram. (10 points) d. The CPI (cycles per instruction) is obtained by computing the ratio of total cycles to number of instructions. Compute the CPI for the for the pipeline on this code. (5 points)
You have a task to improve performance of your processor on scientific applications where floating-point operations...
You have a task to improve performance of your processor on scientific applications where floating-point operations play a critical role. You know that when you are running your program on a processor in a base configuration, the fraction of floating-point instructions is 30% of the total instruction count. The CPI for floating-point instructions is 1.5, and CPI for all other instructions is 1.3. You decided to introduce new dual-op instructions (like multiply-add) and other performance improvements which will reduce the...
(Pipelining) Given 3 different instruction types, A, B and C. Each type-A, B, and C instruction...
(Pipelining) Given 3 different instruction types, A, B and C. Each type-A, B, and C instruction takes 40ns, 25ns and 50ns to complete, respectively. An assembly program is written with 30 type-A, 40 type-B and 20 type-C instructions. (a). Assume a single-issue not pipelined processor, how much time (in nano-seconds) is required to complete the execution of this program? (10pts) (b). Now let us pipeline these instructions based on a cycle time of 10ns. To pipeline these instructions equally and...
Consider the following code segment, where the branch is taken 30% of the time and not-taken...
Consider the following code segment, where the branch is taken 30% of the time and not-taken 70% of the time. R1 = R2 + R3 R4 = R5 + R6 R7 = R8 + R9 if R10 = 0, branch to linex R11 = R12 + R13 R14 = R11 + R15 R16 = R14 + R17 ... linex: R18 = R19 + R20 R21 = R18 + R22 R23 = R18 + R21 ... Consider a 10-stage in-order processor,...
Exercise 14.77 The initial rate of reaction H2O2(aq)→H2O(l)+12O2(g) is found to be 1.7×10−3Ms−1. Assume that this...
Exercise 14.77 The initial rate of reaction H2O2(aq)→H2O(l)+12O2(g) is found to be 1.7×10−3Ms−1. Assume that this rate holds for 2 minutes. Start with 175 mL of 1.50 M H2O2(aq) at t=0. Part A How many milliliters of O2(g) measured at 24∘C and 760 mmHg , are released from solution in the first minute of the reaction? Express your answer using two significant figures. V= mL Please show all relevant steps. Thank you
USE ONLY C LANGUAGE The program should read inputs that look like this: 10 11 56...
USE ONLY C LANGUAGE The program should read inputs that look like this: 10 11 56 92 10 5 42 7 1 33 99 The program should start by reading one integer, which indicates how many numbers there are in the random sequence. The program should then read a sequence of random integers. If fewer numbers are provided than specified (by the first integer on the first line), the program should print the following error message (replace XXX with the...
QUESTION 1 During a single clock tick, how many 64-bit values can be written to an...
QUESTION 1 During a single clock tick, how many 64-bit values can be written to an input of a register file with 8 64-bit registers (i.e. an 8x64 register file)? QUESTION 2 Suppose you are designing a processor that contains a register file with 32 32-bit registers (i.e. a 32x32 register file). What is the minimum number of bits required in order to select which register is being written to? QUESTION 3 If the decimal value, 30, is shifted to...
Using VBA in excel, Consider a city like Manhattan where avenues run north-south and streets run...
Using VBA in excel, Consider a city like Manhattan where avenues run north-south and streets run east-west. Suppose it is a 7 x 10 grid, so there are 70 grid points each marked by an x coordinate and a y coordinate (from (0,0) to all the way to (6, 9). We are interested in the following question: if we locate a fire station at point (i, j), how many points can a truck sent from the station reach within 3...
Dalton Corporation has fixed manufacturing cost of $10 per unit. Consider the three independent cases that...
Dalton Corporation has fixed manufacturing cost of $10 per unit. Consider the three independent cases that follow. Case A: Absorption- and variable costing income each totaled $260,000 in a period when the firm produced 18,000 units. Case B: Absorption-costing income totaled $340,000 in a period when finished-goods inventory levels rose by 9,000 units. Case C: Absorption-costing income and variable-costing income respectively totaled $240,000 and $290,000 in a period when the beginning finished-goods inventory was 18,000 units. Required: A. In Case...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT