Ask Question
11 September, 18:08

For the following data, what is the average number of cycles per instruction?

Operation Frequency Cycles

Arithmetic/logical operations 45% 1

Register load operations 18% 5

Register store operations 10% 2

Unconditional branch instructions 7% 1

Conditional branch instructions 20% 6

A) 3.65

B) 2.82

C) 1.87

D) 2.10

+3
Answers (1)
  1. 11 September, 20:53
    0
    2.82

    Explanation:

    The computation of the average number of cycles per instruction is shown below:

    = Arithmetic/logical operations * frequency cycles + Register load operations * frequency cycles + Register store operations * frequency cycles + Unconditional branch instructions * frequency cycles + Conditional branch instructions * frequency cycles

    = 45% * 1 + 18% * 5 + 10% * 2 + 7% * 1 + 20% * 6

    = 0.45 + 0.9 + 0.2 + 0.07 + 1.2

    = 2.82
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “For the following data, what is the average number of cycles per instruction? Operation Frequency Cycles Arithmetic/logical operations 45% ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers