In a pipelined CPU, what is a pipeline stall?
Q1. In a pipelined CPU, what is a pipeline stall?
Answer: A situation where the pipeline is idle due to a dependency
Explanation: A pipeline stall occurs when the pipeline is idle due to a dependency, such as a data hazard or a branch misprediction, which prevents the next instruction from being executed.