Computer Science, asked by selvabaioliver, 6 months ago

Explain in your own words how
to convert the binary number
10011011101 to decimal
number with conversion table.
Write its decimal equivalent​

Answers

Answered by soumyabehl
1

Answer:

44D¹⁶

Explanation:

Converting 10011011101 of Binary to Hexadecimal number system

Have translated: 10011011101 of Binary numeration system to Hexadecimal number system.

Date and time of calculation 2018-03-22 07:43

You enter the number: 10011011101² in Binary number system and want to translate it into Hexadecimal.

To do this, at first translate it to decimal here so :

100110111012 = 1∙210+0∙29+0∙28+1∙27+1∙26+0∙25+1∙24+1∙23+1∙22+0∙21+1∙20

= 1024+0+0+128+64+0+16+8+4+0+1 = 124510

Happened: 124510

Converting 124510 in Hexadecimal system here so:

Whole part of a number is obtained by dividing on the basis new

1245 16

-1232 77 16

13=D -64 4

13=D

Translation of numbers from one system to another

Happened:124510 = 4DD16

Result of converting:

100110111012 = 4DD16

Similar questions