Computer Science, asked by salmanraza69, 10 days ago

ratika's computer teacher asked her to convert the binary number to decimal number. suggest her the method which she should apply in converting the binary number​

Answers

Answered by vanshagarwal21
2

Explanation:

Divide the starting number by 2. If it divides evenly, the binary digit is O. If it does not - if there is a remainder - the binary digit is 1. read from bottom to top

To check that this is right, convert the binary back to denary

Similar questions