Exam #3 Review Part 3 Flashcards

Parallel Chapter Terminology

1
Q

SISD, SIMD, MIMD

A

SISD(Single Instruction Stream,Single Data Stream)
-A Uniprocessor

SIMD(Single Instruction Stream, Multiple Data Stream)
-The same instruction is applied to many data streams, as in a vector processor.

MIMD(Multiple instruction stream, Multiple data stream)
-A Multiprocessor

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

Hardware Multithreading

A

Increasing utilization of a processor by switching to another thread when one thread is stalled.

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