In a pipelined CPU, what is the term for a situation where an instruction depends on the result of a previous instruction?
Q1. In a pipelined CPU, what is the term for a situation where an instruction depends on the result of a previous instruction?
Answer: Data Hazard
Explanation: Data Hazards occur when an instruction depends on the result of a previous instruction, requiring data forwarding or stalls.