types of processors Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

reduced instruction set computers

A

there is a small instruction set
each instruction is approximately one line of machine code and takes one clock cycle

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

complex instruction set computers

A

large instruction set aim to try and accomplish as few lines of assembly code as possible
instructions are built into hardware
used in embedded systems

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

risc and cisc comparison

A

risc - compiler has to do more work to translate high level code into machine code
more ram is required to store cause code is longer
pipelining is possible cause each instruction takes one clock cycle

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

multi core system

A

have multiple cores that can complete instructions seperately - higher performance
perform better in larger projects

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

parallel systems

A

accomplish a similair task using one core using threading

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

graphics processing unit

A

a co processor
unlike cpu has lots of independant processors which work in parallel making it efficient at completing repetitive tasks such as image processing and machine learning

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