Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:
Superscalar width indicates how many instructions a processor can issue/execute per cycle under ideal conditions. Typical desktop-class PowerPC microarchitectures (e.g., 603/604/G3/G4/G5 families) provided decode/issue widths far below ten. This question checks realism regarding execution width claims.
Given Data / Assumptions:
Concept / Approach:
We compare the ten-per-cycle claim to documented decoder/issue widths and practical sustained IPC. Even with aggressive out-of-order execution and multiple units, reaching ten scalar instructions per cycle is not credible for these designs.
Step-by-Step Solution:
Verification / Alternative check:
Microarchitecture references and benchmarking show IPC values well below ten; instruction issue width specifications corroborate this.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing vector element throughput with instruction count; conflating theoretical back-end ports with front-end decode width.
Final Answer:
Incorrect
Discussion & Comments