Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To convert a decimal number to hex, you remove multiples of those powers of 16 as shown below.

Image RemovedImage Added

The benefit of using hexadecimal instead of binary, where each digit is a power of two, is that it is much shorter to write, but still lets us easily determine the value of specific bits:

...