Computer Science, asked by megi1, 1 year ago

convert the binary number 1011010 to hexadecimal

Answers

Answered by kvnmurty
13
1011010  
split that into groups of 4 bits from the right side.
101  1010

now  101  = 5 hex.....  1010  is  A in hex.

So it is  5 A    in hex form.
Similar questions