Computer Science, asked by NazzNaser6190, 11 months ago

What is pipeline in computer architecture

Answers

Answered by Anonymous
8

In computing a pipeline, also known as a data pipeline, is a set of data processing elements connected series, where the output of one element is the input of the next one. The elements of pipeline are often executed in parallel or in time-sliced fashion.

Answered by Moyegp
1

Answer:

Pipelining is the process of accumulating instruction from the processor through a pipeline. It allows storing and executing instructions in an orderly process. It is also known as pipeline processing.

Pipelining is a technique where multiple instructions are overlapped during execution. Pipeline is divided into stages and these stages are connected with one another to form a pipe like structure. Instructions enter from one end and exit from another end.

Similar questions