15 Hardware Flashcards
(8 cards)
CISC
Complex Instruction Set Computer
RISC
Reduced Instruction Set Computer
Pipelining
Allows several instructions to be carried out simultaneously without having to wait for previous instruction to be completed.
SISD
Single Instruction Single Data. A single processor can handle a single instruction that uses one data source at a time.
SIMD
Single Instruction Multiple Data. Many Processors where each one execute the same instruction but on different data inputs. Example: increasing the brightness of an image.
MISD
Multiple Instruction Simple Data. Several processors each execute a different instruction but uses the same data source. It was used on the American Space Shuttle flight control system.
MIMD
Multiple Instruction Multiple Data. Multiple processors where each takes its instruction independently and each processor can use processor from a separate data source. Used by super computers and architecture of multi-core chips.
Massively Parallel Computers
The linking together of several machines forming one machine with thousands of processors.