Multiple choice technology

Using Multifiles is an example of

  1. Pipeline parallelism

  2. File parallelism

  3. Component parallelism

  4. Data parallelism

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

Multifiles enable data parallelism by allowing simultaneous processing of multiple data files. Different processors or threads handle separate files concurrently, improving throughput.