On coverting from Binary number to decimal number do we have to write from left to right or right to left?
Answers
Answered by
3
Answer:
While converting binary number to decimal number you need to start from left to right.
Answered by
0
Answer:
This is simple method to convert a binary number into decimal number, you need to start from leftmost digit (or MSB) from the input. Write down the binary number. Starting from the left, double your previous total and add the current digit
Explanation:
So the answer is from left to right.
Similar questions