Multiprocessors Flashcards

1
Q

Historically, what did the processor world consist of?

A
The quick (those with high SPEC marks);
The dead (those without)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Flynn Classification?

A

Flynn classified computers based on the number of concurrent instruction and data streams that they have.

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

What are the 4 classes of the Flynn Classification?

A

MISD - multiple instructions working on a single data stream
SISD - single instruction stream working on a single data stream
SIMD - single instruction stream working on multiple streams of data
MIMD - multiple instruction streams working on multiple streams of data

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

What might a fault-tolerant computer with multiple instruction streams do?

A

A fault-tolerant computer might take a majority vote of three independent processors — triple modular redundancy.

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

How does a GPU multiprocessor work?

A

A multiprocessor runs a thread until blocked by a memory access, when it switches to another ready thread.

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

What does a multicore do?

A

A multicore puts many CPU cores on a chip.

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

What does a multiprocessor do?

A

A multiprocessor puts two or more chips on a board.

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

What does a multicomputer do?

A

A multicomputer puts two or more multiprocessors in a rack.

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

What does a rack mount do?

A

A standard rack mount has can house multiple R7425 blade servers.

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