CBSE Class 11 Computer Science Question 75 of 91

Data Representation — Question 6

Back to all questions
6
Question

Question 6

Convert the following hexadecimal numbers to binary:

(a) A6

Answer
Hexadecimal
Number
Binary
Equivalent
60110
A (10)1010

(A6)16 = (10100110)2

(b) A07

Hexadecimal
Number
Binary
Equivalent
70111
00000
A (10)1010

(A07)16 = (101000000111)2

(c) 7AB4

Hexadecimal
Number
Binary
Equivalent
40100
B (11)1011
A (10)1010
70111

(7AB4)16 = (111101010110100)2