Exam 1 Flashcards
2^10
Kilo
2^20
Mega
2^30
Giga
2^40
Tera
2^50
Peta
2^60
Exa
2^70
Zetta
2^80
Yotta
What is a word
a collection of bits (101-three bit word)
What is a bit
one digit. (100110-6 bits)
What is a byte
8 bits
Kilobyte
1000 bytes
2^12 = ?
4k
2^26
64M
2^54
16P
2^32
4G
2^65
32E
True or Flase, ARM does not manufacture microcontrollers. It only licenses its processor design to other chip manufacturers.
True
In the Harvard bus architecture, data and instructions travel across the microcontroller
On their own buses
The Cortex-M3 and the Cortex-M4 implement the _______ bus architecture.
Harvard
The width of registers on the Cortex-M3 and the Cortex-M4 is _____ bits.
32
Using Thumb instructions in your program can provide _____ code density (meaning your program will take up _____ space in ROM memory).
Higher, Less
Registers R0-R7 are defined as the _____ general purpose registers.
Low
In the Cortex-M3 and the Cortex-M4 register number _____ is reserved as the link register. (provide a numerical number)
14