Computer Science, asked by ishi82, 4 months ago

On coverting from Binary number to decimal number do we have to write from left to right or right to left?​

Answers

Answered by MOTIBODRA1987
3

Answer:

While converting binary number to decimal number you need to start from left to right.

Answered by vaibhav13550
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