In which class of Flynn's taxanomy, Von Neumann architecture belongs to?
2016
In which class of Flynn's taxanomy, Von Neumann architecture belongs to?
- A.
SISD
- B.
SIMD
- C.
MIMD
- D.
MISD
Attempted by 4 students.
Show answer & explanation
Correct answer: A
Flynn's taxonomy classifies computer architectures based on instruction and data streams. Von Neumann architecture uses a single processor to execute one instruction stream on one data stream sequentially, which aligns with the Single Instruction, Single Data (SISD) classification.