Computer Science, asked by vaibhav271181, 5 months ago

explain binary ti decimal conversion with example​

Answers

Answered by Anonymous
5

Explanation:

An easy method of converting decimal to binary number equivalents is to write down the decimal number and to continually divide-by-2 (two) to give a result and a remainder of either a “1” or a “0” until the final result equals zero. So for example. Convert the decimal number 29410 into its binary number For example, 10011 represents (1 X 24) + (0 X 23) + (0 X 22) + (1 X 21) + (1 X 20), or 16 + 0 + 0 + 2 + 1, or 19.

.method of representing numbers that has 2 as its base and uses only the digits 0 and 1. Each successive digit represents a power of 2

Similar questions