What a Microprocessor?
A single processor core that supports at least instruction fetching, decoding, and executing.
What a Microcontroller?
Has a single processor core, memory blocks, digital and analog IOs and other basic peripherals. Used for basic control applications.
What is the key info about Arduino (5 points) ?
-MCU
- analog and digital
- C / C++
- Low cost and power
- no OS
What is the key info about Raspberry Pi (5)?