edited by
4,857 views
3 votes
3 votes

Which of the following architecture is/are not suitable for realising SIMD?

  1. Vector processor
  2. Array processor
  3. Von Neumann
  4. All of the above
edited by

2 Answers

Best answer
9 votes
9 votes

Answer :Von Neumann

SIMD : Short for single instruction, multiple data. A type of parallel computing architecture that is classified under Flynn's taxonomy. A single computer instruction perform the same identical action (retrieve, calculate, or store) simultaneously on two or more pieces of data

See Why : https://www.quora.com/What-computers-do-not-use-a-von-Neumann-architecture

selected by
0 votes
0 votes
→ Single instruction, multiple data (SIMD) is a class of parallel computers in Flynn's taxonomy. It describes computers with multiple processing elements that perform the same operation on multiple data points simultaneously. Such machines exploit data level parallelism, but not concurrency: there are simultaneous (parallel) computations, but only a single process (instruction) at a given moment
→ The von Neumann architecture is also known as the von Neumann model or Princeton architecture consists of the following components:
->A processing unit that contains an arithmetic logic unit and processor registers
->A control unit that contains an instruction register and program counter
->Memory that stores data and instructions
->External mass storage
->Input and output mechanisms
Answer:

Related questions

3 votes
3 votes
4 answers
2
go_editor asked Jun 12, 2016
5,410 views
The ability to temporarily halt the CPU and use this time to send information on buses is calleddirect memory accessvectoring the interruptpollingcycle stealing
6 votes
6 votes
4 answers
3
go_editor asked Jun 12, 2016
5,077 views
An interrupt in which the external device supplies its address as well as the interrupt requests is known asvectored interruptmaskable interruptnon maskable interruptdesi...
4 votes
4 votes
4 answers
4