The hex system uses base 16 with digits 0β9 and AβF representing values 10β15. The binary number 1101β equals 1Γ8 + 1Γ4 + 0Γ2 + 1Γ1 = 13 in decimal. In hexadecimal, the value 13 is denoted by the digit D. Therefore, 1101β corresponds to hex digit D.
Option A:
Option A correctly interprets 1101β as decimal 13 and maps this to D in hexadecimal. The mapping is standard in computer architecture and digital electronics, making D the correct hex representation.
Option B:
Option B, B, represents decimal 11, which would correspond to the binary pattern 1011β, not 1101β. Therefore, it mismatches the underlying value.
Option C:
Option C, C, stands for decimal 12 and is associated with binary 1100β. It differs from 1101β in the least significant bit, so it cannot be correct.
Option D:
Option D, E, denotes decimal 14, which would be binary 1110β. This has a different bit pattern from 1101β and thus does not represent the same value.
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!