subject

Consider two different implementations, m1 and m2, of the same instruction set. there are three classes of instructions (a, b, and c) in the instruction set. m1 has a clock rate of 80 mhz and m2 has a clock rate of 100 mhz. the average number of cycles for each instruction class and their frequencies (for a typical program) are as follows:
a. calculate the average cpi for each machine, m1, and m2.
b. which implementation (m1 or m2) is faster?
c. find the clock cycles required for both processors.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:00
What is the worst-case complexity of the maxrepeats function? assume that the longest string in the names array is at most 25 characters wide (i.e., string comparison can be treated as o( class namecounter { private: int* counts; int nc; string* names; int nn; public: namecounter (int ncounts, int nnames); int maxrepeats() const; }; int namecounter: : maxrepeats () { int maxcount = 0; for (int i = 0; i < nc; ++i) { int count = 1; for (int j = i+1; j < nc; ++j) { if (names[i] == names[j]) ++count; } maxcount = max(count, maxcount); } return maxcount; }
Answers: 3
question
Computers and Technology, 22.06.2019 20:00
How is the number 372 written when expanded out to place values in the base 8 (octal) number system? a. 2 x 4 + 3 x 2 + 4 x 1 b. 3 x 64 + 7 x 8 + 2 x 1 c. 3 x 8 + 7 x 7 + 2 x 6 d. 3 x 100 + 7 x 10 + 2 x 1
Answers: 1
question
Computers and Technology, 23.06.2019 09:10
(328 inc. 448 ind. 480 in25. john has a collection of toy cars. he has 2 red cars, 4 blue cars, 4 black cars, and 6 yellowcars. what is the ratio of red cars to yellow cars? a. 1: 2b. 1: 3c. 1: 626. the net of a right triangular prism is shown below.
Answers: 2
question
Computers and Technology, 24.06.2019 00:30
Afiling system in which an intermediary source of reference, such as a file card, must be consulted to locate specific files is called a(n) system. a. shelf filing b. direct filing c. indirect filing d. shingling
Answers: 1
You know the right answer?
Consider two different implementations, m1 and m2, of the same instruction set. there are three clas...
Questions
question
Spanish, 17.10.2021 08:20
question
Mathematics, 17.10.2021 08:20
question
English, 17.10.2021 08:20
question
Physics, 17.10.2021 08:20
question
Mathematics, 17.10.2021 08:20
question
Mathematics, 17.10.2021 08:20
Questions on the website: 13722359