48.7k views
5 votes
True / False
.Forwarding is one of the major causes of stalls in pipeline architectures.

1 Answer

7 votes

Answer:True

Explanation: Data forwarding is the major cause for the stalls in pipeline architecture.It basically creates exploitation in the sequence of pipeline instruction and thus the present instruction getting executed gets stopped and wait for the result of the previous instruction that is to be finished.

Data forwarding is also known as the operand forward because operand gets forwarded in the form of data. So, the given statement in the question is true

User DoOrDoNot
by
5.7k points