15 Hardware Flashcards

(8 cards)

1
Q

CISC

A

Complex Instruction Set Computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

RISC

A

Reduced Instruction Set Computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Pipelining

A

Allows several instructions to be carried out simultaneously without having to wait for previous instruction to be completed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SISD

A

Single Instruction Single Data. A single processor can handle a single instruction that uses one data source at a time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SIMD

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

MISD

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

MIMD

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Massively Parallel Computers

A

The linking together of several machines forming one machine with thousands of processors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly