Computer Science for IGCSE & O level - Data Representation (Section 14 - No. 45)
What is the correct sequence of steps for converting the binary number 11101011 to hexadecimal?
Group into 4-bit segments, convert each segment to decimal, and then convert the decimal values to hex.
Group into 4-bit segments, and then convert each segment directly to its hex equivalent.
Group into 8-bit segments, convert each segment to decimal, and then convert the decimal values to hex.
Convert the binary to decimal, and then convert to hex.
Explanation
Group the binary number into 4-bit segments from right to left. Then, translate each 4-bit segment directly to its corresponding hexadecimal value.
Comments (0)
