Computer Science, asked by AbhishekBirua1037, 1 year ago

Convert the following Hexadecimal numbers to Binary numbers
(A) A6
(B) BE
(C) 9BC8
(D) BC9

Answers

Answered by aqibkincsem
37
A hexadecimal number system in mathematics and computing is a numeral system made of 16 symbols.

These include the numbers 0,1,2,3,4,5,6,7,8 and 9 and alphabets A,B,C,D,E and F.

Binary numbers are numbers understood by computers and use only 0 and 1 for representation.

For computers to understand a number they have to be converted to decimals.

The conversion of the numbers is given below. A6 = 1010 0110 BE

= 1011 1110 9BC8

= 1001 1011 1100 1000 BC9

= 1011 1100 1001
Answered by ravinandan43
13

Answer:

A. 10100110

B.10111110

C.1001101111001000

D.101111001001

Explanation:

A. A=1010

    6=0110 (since it is hexadecimal)

 therfore A6=10100110

B. B=1011

   E=1110

   therefore BE=10111110

C. 9=1001

    B=1011

    C=1100

    8=1000

      therefore 9BC8=1001101111001000

D. B=1011

    C=1100

    9=1001

    therefore BC9=101111001001

Hope this helps

Similar questions