To convert 111100β to hexadecimal, we group the binary digits into sets of four from the right. Padding on the left gives 0011 1100. The left group 0011β equals 3 and the right group 1100β equals 12, represented as C in hex. Therefore, the hexadecimal equivalent is 3Cββ.
Option A:
Option A, 2Cββ, would correspond to binary 0010 1100, which is different from 111100β. The leading group 0010β equals 2, not 3, so this option does not match.
Option B:
Option B, 2Fββ, converts to 0010 1111β, which differs from 111100β both in the leading bits and the trailing pattern. Thus it cannot represent the given binary number.
Option C:
Option C is correct because grouping 111100β as 0011 1100β gives hex digits 3 and C. This matches the exact structure and value of the original binary pattern.
Option D:
Option D, 3Fββ, corresponds to 0011 1111β, which has an extra 1 at the least significant position. That would represent 63 in decimal instead of the 60 represented by 111100β.
Comment Your Answer
Please login to comment your answer.
Sign In
Sign Up
Answers commented by others
No answers commented yet. Be the first to comment!