Correct option is D
The binary number
(11011001)2 can be converted to the following equivalents:
1.
Decimal (Base 10): (11011001)2 =
21710
2.
Hexadecimal (Base 16): (11011001)2 =
D916
3.
Octal (Base 8):
6618 is not equivalent to (11011001)2.
Information Booster:
1.
Binary to Decimal conversion involves summing powers of 2 for each bit.
2.
Binary to Hexadecimal conversion groups the binary number into sets of 4 bits and converts each group to its hexadecimal equivalent.
Additional Knowledge:
(11011001)2 =
D916 in hexadecimal and
21710 in decimal.