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