1.1.2 Types of Processor Flashcards
What are the differences between RISC and CISC ?
RISC: Small instruction set, More RAM required to store the code ( Long code) , Compiler has to do more work to translate to machine code.
CISC: Large instruction set, Less RAM required to store the code ( short code) , Compiler has to do less work to translate to Machine code
What is a GPU and some uses?
A device that works in parallel making it efficient to complete repetitive tasks.
Some uses could be image processing or machine learning.
what is the difference between a multi-core system and parallel system?
Multi-core System: Has multiple cores that completes instructions simultaneously.
Parallel system: Complete tasks with one core using threading.