Which of the following architecture is/are not suitable for realising SIMD?
2008
Which of the following architecture is/are not suitable for realising SIMD?
- A.
Vector processor
- B.
Array processor
- C.
Von Neumann
- D.
All of the above
Attempted by 13 students.
Show answer & explanation
Correct answer: C
SIMD (Single Instruction Multiple Data) requires architectures capable of parallel data processing. Vector and array processors are designed for SIMD operations. In contrast, the Von Neumann architecture processes instructions sequentially and lacks inherent parallelism, making it unsuitable for realizing SIMD.
A video solution is available for this question — log in and enroll to watch it.