1.1.2 TYPES OF PROCESSOR Flashcards

1
Q

what does RISC mean?

A

reduced instruction set computer

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

what does CISC mean?

A

complex instruction set computer

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

what are the properties of RISC?

A
  • small instruction set
  • each instruction is one line of machine code
  • used in everyday devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are the properties of CISC?

A
  • a large instruction set
  • instructions are built into hardware
  • used in embedded systems and microprocessors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what are the benefits of RISC processors?

A

pipelining is possible since each instruction takes on one clock cycle

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

what are the benefits of CISC processors?

A
  • compilers have to do less work

- they require less RAM since instructions are smaller

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

what is a graphics processing unit ?

A

a co-processor made up of lots of independent parallel processors

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

what are GPUs used for now?

A

GPUs are used for image processing and machine learning

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

what are multi-core systems?

A

systems where there are multiple cores that separate fetch-execute cycles

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

what are parallel systems ?

A

systems where multiple instructions can be completed at any given time, doesn’t require multiple cores, it can use threading and pipelining instead

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