Hexadecimal number system is a base-16 number system which uses 16 distinctive symbols to denote a specific value, and it also denotes every byte as two consecutive hexadecimal digits in the range 00 to FF.
Hexadecimal Number Tables:
Hexadecimal | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
Solution:
Division | Quotient | Remainder | Hexadecimal |
---|---|---|---|
1451/16 | 90 | 11 | B |
90/16 | 5 | 10 | A |
5/16 | - | 5 | 5 |
Hexadecimal | 5AB |
Learn what is hexadecimal. Also find the definition and meaning for various math words from this math dictionary.