Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please fill out the answer for each column in the chart as well as the fill in the blanks below the chart. These are 2

Please fill out the answer for each column in the chart as well as the fill in the blanks below the chart. These are 2 specific questions, they do not count as 4 questions.

image text in transcribedimage text in transcribed

2.3 (5 pts) Early examples of CISC and RISC design are the VAX 11/780 and the IBM RS/6000, respectively. Using a typical benchmark program, the following machine characteristics result Processor Clock Frequency Performance CPU Time MHz) MIPS) Secs 12 x VAX 11/780 IBM RS/6000 25 18 The final column shows that the VAX required 12 times longer than the IBM measured in CPU time (3 pts) What is the relative size of the instruction count of the machine code for this benchmark program running on the two machines? You'll have to express the # instructions as a formula that includes MIPS and CPU Time a. 11/780 Ratio: # Instructions run by RS/6000 (2 pts) What are the CPI values for the two machines? CPI for RS/6000 b. CPI for 11/780 Note: You may have written the test program in a high-level language like C that was run on both of these machines. So why the big difference? HLLs get converted to assembly and then to machine language on the way to the CPU, which changes the number of instructions according to the ISA the particular CPU supports. That is why the same benchmark program can result in a sometimes dramatically different number of instructions being executed by different CPUs

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

Practical Neo4j

Authors: Gregory Jordan

1st Edition

1484200225, 9781484200223

Students also viewed these Databases questions

Question

Which of the following is NOT a relational operator? 1. =

Answered: 1 week ago