Computer Science, asked by shuklamamta5525, 1 month ago

rules of converting binary number system to decimal number system​

Answers

Answered by shlok17goswami
0

Answer:

These is a simple method to convert a binary number into decimal number.

Explanation:

Using Doubling

1. Write down the binary number.

2. Starting from the left, double your previous total and add the current digit.

3. Double your current total and add the next leftmost digit.

4. Repeat the previous step.

Similar questions