Answer the following questions.
write the steps to convert a binary number into a decimal number?
Answers
Answered by
0
Answer:
- write down the binary number.
- starting from the left, double your previous total and add the current digit.
- double your current total and add the next left most digit.
- repeat the previous step
Similar questions