3. Convert 11011110101110^2 to hexadecimal.
Answers
Answered by
4
Answer:
to make hexadecimal we need to make set of 4 bits from right to left .if the binary digits are less than four bits add 0 to the left hand side to make a complete set.
11011110101110
0011 0111 1010 1110
3 7 A E
(37AE) with base 16 is your answer
Similar questions