Difficulty: Easy
Correct Answer: CPU cycle
Explanation:
Introduction / Context:
Measuring processor performance often involves understanding the duration associated with instruction processing. The question asks for the standard term used for one fetch–execute sequence.
Given Data / Assumptions:
Concept / Approach:
The CPU cycle (also called the machine cycle) spans the necessary steps to fetch an instruction from memory and execute it. It differs from a single oscillator clock tick; multiple clock cycles may compose one CPU cycle depending on architecture.
Step-by-Step Solution:
Verification / Alternative check:
Architectures document instruction timing as cycles per instruction (CPI), i.e., number of clock cycles required per CPU cycle for a given instruction mix.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
CPU cycle.
Discussion & Comments