Computer Science, asked by megi1, 1 year ago

convert binary number 1001.0010 to decimal

Answers

Answered by MVB
6
Thanks for the question!!!

The answer is----9.1251


To do this, at first translate it to decimal here so :
1001.0010 = 1∙23+0∙22+0∙21+1∙20+0∙2-1+0∙2-2+1∙2-3 = 8+0+0+1+0+0+0.125 = 9.1251

So, Result of converting: 1001.0010 = 9.1251


Hope it is helpful to you and solved your query as well!!!



Similar questions