Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q7) A given benchmark program requires 1000 arithmetic, 1000 Memory, and 500 branching instructions. Two different processors which use the same instruction set will be

image text in transcribed

Q7) A given benchmark program requires 1000 arithmetic, 1000 Memory, and 500 branching instructions. Two different processors which use the same instruction set will be tested with this program. The processors have different clock rates and average number of clock cycles per instruction class as shown in Table 1. Cache miss rate shows the percentage of memory instructions which require longer (Miss penalty) clock cycles to execute. (16pt) [CO6] Table 1 CPU clock rates and average CPls for different instruction classes. CPU Clock rate Arithmetic Memory Branch Cache Miss Rate Hit Miss CPUA 2000Mhz 2 1 15 3 %5 CPUB 1500Mhz 2 1 10 2 %10 a) Calculate the clock cycle times for both CPUs b) Calculate the average execution time of the program for CPUA and CPUB. c) Compare CPUs using execution speeds and state if one is faster than the other

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

Beginning C# 5.0 Databases

Authors: Vidya Vrat Agarwal

2nd Edition

1430242604, 978-1430242604

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago