Ch 1 Flashcards

(5 cards)

1
Q

Concept: What is the core definition of a microcontroller?

A

A smaller, less powerful, complete computer in a single chip

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 3 main components found in the core of an AVR microcontroller?

A

Processor, Memory and I/O

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name the 3 types of memory found in AVR microcontrollers

A

Flash(Profram code, non volatile), Ram(Temporary, volatile) and EEPROM(non volatile)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the major difference in hardware capability between a PC and an AVR concerning multitasking?

A

AVRs have no operating system meaning there isn’t any provision for mulittastunf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does code interact with a he outside world?

A

By reading or writing voltages applied to the chips pins via controlling special I/O registers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly