Concept: What is the core definition of a microcontroller?
A smaller, less powerful, complete computer in a single chip
What are the 3 main components found in the core of an AVR microcontroller?
Processor, Memory and I/O
Name the 3 types of memory found in AVR microcontrollers
Flash(Profram code, non volatile), Ram(Temporary, volatile) and EEPROM(non volatile)
What is the major difference in hardware capability between a PC and an AVR concerning multitasking?
AVRs have no operating system meaning there isn’t any provision for mulittastunf
How does code interact with a he outside world?
By reading or writing voltages applied to the chips pins via controlling special I/O registers