Journal

Raw Notes

Data Transformation

  • Hexadecimal ads an 0x before the number ie 0x1 = 1 and 0xf = 15
  • Binary can have an 0b before the number similar to hexadecimals 0x
  • Hexadecimal is critical for understanding memory addresses