Computer Science, asked by ajrf1414, 23 hours ago

Convert the binary number (0110101110001100)2 to hexadecimal​

Answers

Answered by lohitpatil16
1

Answer:

Explanation:

ou enter the number: 01101011100011002 in Binary number system and want to translate it into Hexadecimal.

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

01101011100011002 = 0∙215+1∙214+1∙213+0∙212+1∙211+0∙210+1∙29+1∙28+1∙27+0∙26+0∙25+0∙24+1∙23+1∙22+0∙21+0∙20 = 0+16384+8192+0+2048+0+512+256+128+0+0+0+8+4+0+0 = 2753210

Happened: 2753210

Converting 2753210 in Hexadecimal system here so:

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

27532 16    

-27520 1720 16  

12=C -1712 107 16  

8 -96 6  

11=B

Happened:2753210 = 6B8C16

Result of converting:

01101011100011002 = 6B8C16

Answered by nidhineelr
1

Answer:

answer in pic

PLS MARK AS BRAINLIEAST ANSWER

Attachments:
Similar questions