How do we convert binary number to decimal number system? above 's an example , explain with a different digit stp by step
*FAST PLZ*. . ....
Attachments:
Answers
Answered by
5
Answer:
for converting a binary number 2 decimal number we need to follow following steps:
conversion for a fractional number firstly start multiplying the digits starting from lsb to MSB with increasing power of 2. for example 10110 to decimal: 0* 2^0+ 1*2^1 +1*2^2+ 0*2^3+1*2^4 =22
for the numbers after the decimal point we need to you multiply the number with2 to the powers in negative numbers as 100 will be 1*2^-1+0*2^-2+0*2^-3. that will give you 1/2 that is. 50.
Explanation:
for converting the number after the decimal point please pay attention to the the digit multiplied and the powers.
Answered by
3
Explanation:
How do we convert binary number to decimal number system? above 's an example , explain with a different digit stp by step
*FAST PLZ*. . ....
Similar questions