Multiple choice

______ is a technique of decomposing a sequential process into sub processes, each sub process being executed in a special dedicated segment that operates concurrently with all other segments.

  1. Vector processing

  2. Array processor

  3. Pipeline processing

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Pipeline processing is an implementation technique where multiple instructions are overlapped in execution.