Multiple choice

Which of the following is not applicable to pipeline?

  1. Pipeline divides datapath into nearly equal tasks, to be performed serially.

  2. It requires non-overlapping resource.

  3. Pipelines are used to synchronise tasks.

  4. Pipelines are used to break each instruction down into a fixed number of tasks.

  5. None of these

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

All are the correct assumptions in accordance to pipelines.