What are the key facts about CISC?
Complex Instruction Set Computing
What are the key facts about RISC?
Reduced Instruction Set Computing / Computer
What are the key facts about a GPU?
GPU - Graphics Processing Unit
What are some non-graphical uses of GPUs?
Data Mining (r.g Supermarket Sales Data)
Crypto Currency
AI / Machine Learning
Big Data (e.g. DNA sequencing)
What is parallel processing?
What is a multicore system?
More than one processing unit in a single processor
Each core can independently process instructions at the same time.
What are some limitations of parallel processing?
Writing algorithms for parallel processing is more challenging.
Some tasks cannot be done in parallel due to relying on each others ouput