Hexadecimal numbers are numbers in base 16. They use the
following sixteen digits: 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F. They are
widely used in computing, for example, to represent colors or
network addresses of computers.
Convert A2F 1316 to decimal. Show your work.
Convert 456710 into hexadecimal. Show your work.
Convert 00010101100011002 to hexadecimal. Explain how can you
use the fact that 16 = 24?
If you convert a 64-bit binary number into hexadecimal, how
many hexadecimal digits does it have? Explain.