Multiple choice

SIMD means _____.

  1. Single Instruction Multiple Data

  2. Single Input Stream Multiple Data Streams

  3. Single Instruction Stream Multiple Data Streams

  4. None of these

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

SIMD stands for Single Instruction, Multiple Data. This architecture allows a single instruction to be applied to multiple data elements simultaneously, common in vector processing.