0
8.7kviews
What is instruction pipelining? What are advantages of pipelining?
1 Answer
2
61views

Instruction Pipelining:

  • During program execution instruction passes through a sequence of processing steps.
  • An instruction pipelines is a multi-instruction pipeline design to speed up system performance by overlapping processing of instructions.

There are two types of Executions:

  • Sequential Execution
  • Pipelined Execution

1) Sequential Execution:

  • In this type of execution, the …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.