 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
n |
Data
encoding schemes: letters, digits,
|
|
|
punctuation
marks, etc. often are
|
|
|
encoded as 8-bit
sequences.
|
|
|
|
u |
“A” might be
represented as
|
|
|
01000001.
|
|
|
n |
Memory is divided
into fixed size
|
|
|
locations, each
with a unique address.
|
|
|
|
u |
Data and
instructions are accessed
|
|
|
using their
addresses and by knowing
|
|
their sizes.
|
|