Digital Electronics - Engineering

Q1:

For the binary number 11101000, the equivalent hexadecimal number is

A F 9

B F 8

C E 9

D E 8

ANS:D - E 8

11 01000 = 128 + 64 + 32 + 8 = 232 in decimal = E 8 in hexadecimal.