Computer Science, asked by PriyaVaghela9762, 7 hours ago

Explain the steps to convert a binary number inti decimal number with example

Answers

Answered by bulbul26907
2

1. Write down the number.

2. Starting with LSB , multiply the digit by value of the place holder.

3. Continue doing this until you reach the MSB .

4. Add the results together.

Attachments:
Similar questions