Computer Science
Convert the following hexadecimal numbers to binary:
(a) A6
(b) A07
(c) 7AB4
Number System
45 Likes
Answer
Hexadecimal Number | Binary Equivalent |
---|---|
6 | 0110 |
A (10) | 1010 |
(A6)16 = (10100110)2
(b) A07
Hexadecimal Number | Binary Equivalent |
---|---|
7 | 0111 |
0 | 0000 |
A (10) | 1010 |
(A07)16 = (101000000111)2
(c) 7AB4
Hexadecimal Number | Binary Equivalent |
---|---|
4 | 0100 |
B (11) | 1011 |
A (10) | 1010 |
7 | 0111 |
(7AB4)16 = (111101010110100)2
Answered By
13 Likes
Related Questions
Convert the following binary numbers to hexadecimal:
(a) 10011011101
(b) 1111011101011011
(c) 11010111010111
Convert the following hexadecimal numbers to binary:
(a) 23D
(b) BC9
(c) 9BC8
Convert the following decimal numbers to octal:
(a) 19
(b) 122
(c) 161
(d) 0.675
Convert the following decimal numbers to binary:
(a) 19
(b) 122
(c) 161
(d) 0.675