1.1.2 Types Of Processor Flashcards
1
Q
CISC
A
Complex instruction set computer.
A large instruction set used to accomplish tasks in as few lines of assembly language as possible
2
Q
RISC
A
Reduced Instruction Set Computer.
Can only execute simple instructions that take one clock cycle
3
Q
GPU (Graphics processing unit)
A
A specialised electronic circuit which is efficient at manipulating computer graphics and image processing.
4
Q
Multicore system
A
Systems with multiple cores to achieve high performance by distributing the workload across cores
5
Q
Parallel Processor System
A
Systems where multiple instructions can be completed at any given time, doesn’t require multiple cores, can use pipelining instead.