Versions Compared

Key

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

...

Because a digit can have values greater than 9, there are additional digit values allowed in hex:

  • A (10), B (11), C (12), D (13), E (14) and F (15)

...

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

...