In a pipelined processor, what is the term for a situation where an instruction depends on the result of a previous instruction?
Q1. In a pipelined processor, what is the term for a situation where an instruction depends on the result of a previous instruction?
Answer: Data hazard
Explanation: Data hazard occurs when an instruction relies on the outcome of a preceding instruction, potentially causing pipeline stalls.