1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
describe RISC
small instruction set, think of LMC
used in computers
piplining possible as each instruction takes 1 clock-cycle
describe CISC
large instruction set, more specialised instructions
used in embedded systems / micro-controllers
less memory needed to store the code
describe GPU
type of processor consisting of multiple independent processors
…which makes it efficient for machine learning / image processing
describe parallel systems
a parallel system is a computer system that achieves concurrency by using multiple processing units
some examples:
multi-core CPUs
GPUs