1.1.2 Types of processor Flashcards
1
Q
Complex Instruction Set Computers (CISC)
A
- instructions may take multiple clock cycles to execute
- larger instruction set
- difficult to pipeline
- more addressing modes
- complex circuitry/more transistors.
- uses less RAM
2
Q
Reduces Instruction Set Computers (RISC)
A
- instructions take one clock cycle to
execute - smaller instruction set
- easier to pipeline
- fewer addressing modes
- less complex/simple circuitry
- uses more RAM
3
Q
What is a GPU?
A
- Specialised electronic circuit which is very efficient at manipulating computer graphics and image processing.
- Many independent processors work in parallel to complete repetitive tasks efficiently and simultaneously.
- A type of co-processor => offloads compute-intensive parts of an application from CPU to GPU => performance is slightly better
4
Q
Multi-Core Systems
A
Multiple independent cores are able to fetch, decode and execute instructions at the same time
5
Q
Parallel Systems
A
Allows multiple separate instructions/FDE cycles to run concurrently