Bits and Bytes Flashcards
1
Q
What is a byte?
A
It is a group of 8 bits that can be individually addressable.
2
Q
What is a bit?
A
Holds 0 or 1
3
Q
What is a word?
A
● It is a group of 4 bytes (32 bit architecture) or
● It is a group of 8 bytes (64 bit architectures)
● The address of a word is aligned to either 4 or 8 bytes respectively (multiple of 4 or 8 bytes).
4
Q
What is memory mapped I/O?
A
When device registers are mapped to
memory.
A bit can represent the state of the device.
5
Q
A