How pipeling is different from parallel processing?
Answers
Answered by
0
Answer:
here Ur Answer Buddy
Pipelining is a particular form of parallelism. In general, parallelism is simply multiple operations happening at the same time. Pipelining is a particular arrangement of functions so that different portions of an operation flow through a particular set of sub-functions, with the sub-functions happening in parallel.
Similar questions