Computer Science for IGCSE & O level - Data Representation (Section 12 - No. 48)
In the context of converting from binary to hexadecimal, what is the first step?
Convert each binary digit to its decimal equivalent.
Split the binary number into groups of 4 bits, starting from the right.
Convert the binary number to decimal first.
Split the binary number into groups of 8 bits.
Explanation
The first step is grouping the binary digits into sets of 4 bits (starting from the right).
Comments (0)
