65.0k views
4 votes
True / False

Branch instructions are one technique for preventing instruction pipeline stalls.

1 Answer

3 votes

Answer:False

Step-by-step explanation: Pipeline architecture works in a way where the processing or execution of one stage is done and then processes instruction in the next stage in a sequence to achieve the good performance of program. But due to conditional branching the stalls are caused which creates error and the program has to restart from different node because sequence get disrupted.Therefore the statement given is false.

User Bsravanin
by
8.2k points