Mutli-Cores Flashcards

1
Q

What is a multi core processor?

A

processor with more than 1 processor incorporated into a single chip .

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

What ides does this use?

A

parallel computing idea, where each processor executes an instruction simultaneously with the goal of speeding up task completion

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

What type of processor is this especially useful for

A

GPU to render graphics

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

What is this good for on a browser?

A

Having multiple tabs open

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

Answer the question:

‘Define the term multicore processor’

A

Multicore processor is one consisting of multiple processors (CPUs or GPUs depending on function within machine) usually integrated within one chip. These are capable of parallel computing (simultaneous execution of instructions) and hence greater / more efficient performance.

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

What is concurrent processing?

A

Implementing round robin within the scheduling to make is appear that tasks are being executed simultaneously

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

What is parallel computing? - this is the same as parallel processing

A

requires multiple processors each executing a different instruction simultaneously with the goal of speeding uo computations

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

What is SIMD?

A

single instruction and multiple data
- approach where mutiple processors follow the same instruction but with different inputs. This is used within parallel processing with large sets needed to be manipulated under the same criteria.

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

What is MIMD?

A

mutiple instructions and multiple data

- approach where the processor carry out their own instruction and stream their data independently of other processors.

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