Hexadecimal Number System

?

Unlike the decimal system which uses 10 different values to count, the hexadecimal system uses 16 different values to count, like this:

  Decimal:   0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15

  Hexadecimal:   0, 1, 2, 3, 4, 5, 6, 7, 8, 9,  A,  B,  C,   D,  E,  F

Hexadecimal numbers look the same as the decimal numbers up to 9, but then there are the letters (A, B, C, D, E, F) in place of the

Comments

No comments have yet been made