Computer Science, asked by ayankhan6, 1 year ago

convert the following binary numbers to decimal numbers (1). 1001101 with solution

Answers

Answered by Incredible29
3
Heya user ,
Here is your answer !!

In binary to decimal conversion , start multiplying the binary digits from the extreme right with ( 2 to the power starting from zero ) and keep on increasing until all the numbers are multiplied .

Then add up the numbers .

That will give you its decimal expression .

☆☆ SEE THE ATTACHMENT FOR THE SOLUTION ☆☆

Hope it helps !!
Attachments:

ayankhan6: 10101110
ayankhan6: i solve it
Incredible29: 10101110 = 2 + 4 + 8 + 32 + 64 = 110
Similar questions