1.1.2 types of processor Flashcards

1
Q

what is the difference between concurrent processing and parallel processing

A

parallel is pslitting up tasks between core and processing them simultaneously
concurrent processing is processing tasks seemingly at the same time
dedicate processor time to the tasks

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

describe two limitations of parallel processing [4]

A

An algorithm must be suitable for parallel processing - unequal process time may mean some processors are unused.

more complex CU - more time spent managing the processes

potential deadlock - one process requires the output of another

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

other than graphics give two examples where GPU is better than CPU

A

Machine learning - calculations need to be done on large dat sets
modelling calculations

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

compare CISC and RISC [4]

A

CISC
has much more modes of addressing memory
Has much more instructions
multiple FDE cycles per instruction
RISC
1 to 1 relationship with instructions and FDE cycles
complex instructions can be made with multiple simple instructions
can do pipelining becuase all instructions are uniform

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

what devices are RISC processors used

A

low power devices like phones
smart TV
Tablets

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

Pros of RISC

A

RISC uses a reduced instruction set
so needs less complex hardware
So uses less power

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