Multiple choice

In which of the following approaches is one operation's output streamed into the input of some other operator and these two operators can function simultaneously in a series?

  1. Pipelined parallelism

  2. Partitioned parallelism

  3. Shared memory multiprocessor

  4. Shared nothing multiprocessor

  5. Shared disk multiprocessor

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

In pipelined parallelism approach, one operation's output is streamed into the input of some other operator and these two operators can function simultaneously in a series.