CBSE Class 11 Computer Science Question 76 of 91

Data Representation — Question 7

Back to all questions
7
Question

Question 7

Convert the following hexadecimal numbers to binary:

(a) 23D

Answer
Hexadecimal
Number
Binary
Equivalent
D (13)1101
30011
20010

(23D)16 = (1000111101)2

(b) BC9

Hexadecimal
Number
Binary
Equivalent
91001
C (12)1100
B (11)1011

(BC9)16 = (101111001001)2

(c) 9BC8

Hexadecimal
Number
Binary
Equivalent
81000
C (12)1100
B (11)1011
91001

(9BC8)16 = (1001101111001000)2