Computer Science, asked by kavithamahesh8665, 1 year ago

What are instruction pipeline and arithmetic pipelines in computer architecture?

Answers

Answered by graxx
4
Hi there

The instruction pipeline represents the stages in which an instruction is moved through the processor, including its being fetched, perhaps buffered, and then executed. The arithmetic pipeline represents the parts of an arithmetic operation that can be broken down and overlapped as they are performed.



Thank You
Similar questions