5 questions to test your understanding
What is the hexadecimal equivalent of the binary number 1011 1010?
Why is hexadecimal preferred over binary for displaying memory addresses in debuggers and hex dumps?
To convert between binary and hexadecimal, you is expected to first convert both values to decimal as an intermediate step.
In the repeated-division method for converting a decimal number to another base, the remainders are read from the last computed to the first — that is, bottom to top — to form the result.
Explain why converting between binary and hexadecimal requires no arithmetic, while converting between either of these and decimal does require calculation.