Types of Processors Flashcards
What does RISC mean
Reduced Instruction Set Computer
What does CISC mean
Complex Instruction Set Computer
Describe RISC (Reduced Instruction Set Computing) and CISC (Complex Instruction Set Computing)
CISC has more addressing modes
What devices are RISC and CISC usually used in
- RISC - everyday devices
- CISC - embedded systems and microprocessors
What is a graphics processing unit (GPU)
A co-processor made up of lots of independent processors
How are GPU’s specialised for their job
GPU’s have a massively parallel architecture consisting of thousands of smaller, more efficient cores designed for handling multiple tasks simultaneously
What are GPUs used for
Very efficient at completing repetitive tasks such as image processing, machine learning and financial transactions
What is the main difference between a CPU and GPU
- A CPU has a few cores and is designed for general sequential processing
- GPUs has a massively parallel architecture consisting of thousands of smaller, more efficient cores designed for handling multiple tasks simultaneously
What are multi-core systems
Systems that have multiple independent cores that complete separate fetch-execute cycles
What are parallel systems
Systems where multiple instructions can be completed simultaneously without multi-cores, instead using techniques like pipelining and threading