Computer Science, asked by rajeevkumar7855, 1 year ago

difference between pipelining and parallel processing

Answers

Answered by rvk123
14
pipelining is a process like a parallel process bez it can divided task into sub task and each subtask hase input..output.execute...and encode....decode...evry other task for that sub task....

where parrle processing is process in which every task is going to be work parrel ..mens cpu can process parallel evry task
Answered by mindfulmaisel
18

"Pipelining is defined as the process of collecting the instructions before executing them in order to provide faster and more efficient processing. It reduces clock cycle time and increases system reliability. The only disadvantage is that it increases the process latency.  

Whereas, parallel processing is distributing and processing of the instructions simultaneously/parallel with the help of multiple processor cores.

The two techniques namely pipelining and parallel processing are combined together to produce even better results for the user."

Similar questions