1.1.2 Types Of Processors Flashcards
1
Q
What does RISC mean?
A
Reduced Instruction Set Computer
2
Q
What does CISC mean?
A
Complex Instruction Set Computer
3
Q
What are the 3 properties of RISC?
A
- Small instruction set
- Each instruction is one line of machine code
- Used in everyday devices
4
Q
What are the 3 properties of CISC?
A
- A large instruction set
- Instructions are built into hardware
- Used in embedded systems and microprocessors
5
Q
What are the benefits of RISC processors?
A
- Pipelining is possible as instructions take one clock cycle
6
Q
What are the benefits of CISC processors?
A
- Compilers have to do less work
- They require less RAM because instructions are smaller
7
Q
What is GPU?
A
Graphics processing unit is a co-processor made up of lots of independent parallel processors.
8
Q
What are GPU’s used for now?
A
Image processing and machine learning
9
Q
What is a multi-core processor?
A
Systems where there are multiple cores with separate fetch-decode-execute cycles.
10
Q
What are parallel systems?
A
Systems where multiple instructions can be completed at a given time. It could through threading or pipelining.