Multiple choice

SISD means _____.

  1. Single Instruction, Single Data

  2. Single Input Stream Single Data Stream

  3. Single Instruction Single Data Stream

  4. None of these

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

SISD stands for Single Instruction, Single Data. It represents the classic von Neumann architecture where one instruction is executed on one data element at a time.