Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. Let's compare a CISC machine versus a RISC machine on a standard program. Assume the following characteristics of the two machines. CISC: CPI

 

3. Let's compare a CISC machine versus a RISC machine on a standard program. Assume the following characteristics of the two machines. CISC: CPI of 6 for load/store, 3 for ALU and 7 for branch, CPU clock rate of 3.5 GHz RISC: CPI of 1.2 and a CPU clock rate of 1.75 GHz Since the CISC machine has more complex instructions, the Instruction Count (I) for the CISC machine is 25% smaller than the Instruction Count (I) for the RISC machine The standard program has a breakdown of 38% loads, 10% stores, 35% ALU operations, and 17% branches. Which machine will run the standard program in less time and by how much? 10

Step by Step Solution

3.41 Rating (154 Votes )

There are 3 Steps involved in it

Step: 1

To compare the execution time of the standard program on a CISC machine versus a RISC machine we nee... 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

Essentials Of Computer Organization And Architecture

Authors: Linda Null, Julia Labur

6th Edition

1284259439, 9781284259438

More Books

Students also viewed these Programming questions

Question

The word bit is a contraction for what two words?

Answered: 1 week ago