Multiple choice

MIMD means _____.

  1. Multiple Instruction Multiple Data

  2. Multiple Input Streams Multiple Data Streams

  3. Multiple Instruction Stream Multiple Data Streams

  4. None of these

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

MIMD stands for Multiple Instruction, Multiple Data. This is the most common architecture for parallel computing, where multiple processors execute different instructions on different data.