[prev] 38 [next]

Data Representation

Ultimately, memory allows you to
  • load bit-strings of sizes 1,2,4,8 bytes
  • from N-byte boundary addresses
  • into registers in the CPU
What you are presented with is a string of 8,16,32,64 bits

Need to interpret this bit-string as a meaningful value

Data representations provide a way of assigning meaning to bit-strings