1.1.2 Types of Processor Flashcards

1
Q

How do RISC and CISC processors compare?

A
  • RISC has a smaller instruction set, fitting into single clock cycles. Harder to translate and takes more space, but is capable of pipelining.
  • CISC has a large instruction set built into the hardware, used for microcontrollers or embedded systems. Easier to translate, takes less space, but often instructions are wasted space.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do multicore and parallel systems work?

A
  • Multicore CPUs have several independent cores that can complete their own FDE cycles.
  • Parallel systems use threading with a single core to a similar effect.
  • Multicore systems tend to have better performance on large projects.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do GPUs work?

A
  • Graphics Processing Units is a device with a huge amount of independent processing cores, ideal for completing repetitive tasks such as image processing and machine learning. They are a type of coprocessor.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly