Computer Science, asked by rajmandowara, 3 months ago

110001001

Convert binary digits into decimal number

(NOTE-please give with its explanation)​

Answers

Answered by ashi200695
2

Answer:

the answer is 393

Explanation:

You enter the number: 1100010012 in Binary number system and want to translate it into Decimal.

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

1100010012 = 1∙28+1∙27+0∙26+0∙25+0∙24+1∙23+0∙22+0∙21+1∙20 = 256+128+0+0+0+8+0+0+1 = 39310

Happened: 39310

Result of converting:

1100010012 = 39310

Answered by sanjeerai
0

Answer:

393

Explanation:

1 1 0 0 0 1 0 0 1

2^8 2^7 2^6 2^5 2^4 2^3 2^2 2^1 2^0

256+128+0+0+0+8+0+0+1=393

Similar questions