The Flynn's taxonomy reference article from the English Wikipedia on 24-Apr-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Flynn's taxonomy

Time you got around to sponsoring a child

Flynn's taxonomy is a classification of computer architectures based on the number of streams of instructions and data:

Single instruction/single data stream (SISD) - a sequential computer.

Multiple instruction/single data stream (MISD) - unusual.

Single instruction/multiple data streams (SIMD) - e.g. an array processor.

Multiple instruction/multiple data streams (MIMD) - multiple autonomous processors simultaneously executing different instructions on different data.

References


This article (or an earlier version of it) contains material from
FOLDOC, used with permission.