The question is a little vague, so Ill answer it both ways.1010 in binary is 10 in decimal â—„1010 in decimal is 1111110010 in binary â—„
10
Ten.
10 = 1010
Just as the decimal number 10000000000 = 1010, the binary number 10000000000 = 210, which equals 1024.
To convert the binary number 1010 to decimal, we start from the right and assign each digit a power of 2, increasing from right to left. In this case, the rightmost digit is 0, so it has no contribution. Moving left, the next digit is 1, which corresponds to 2^1. The next digit is also 0, so it has no contribution. The leftmost digit is 1, which corresponds to 2^3. Adding these contributions together (0 + 2 + 0 + 8) gives us the decimal equivalent of 1010, which is 10.
The question is a little vague, so Ill answer it both ways.1010 in binary is 10 in decimal â—„1010 in decimal is 1111110010 in binary â—„
10
Ten.
10 = 1010
The number ten (10 in decimal format) is 1010 in binary form. The binary number 10 is 2 in decimal form.
Just as the decimal number 10000000000 = 1010, the binary number 10000000000 = 210, which equals 1024.
1010 = 10102
The binary number 10 represents 2. The decimal number 10 in binary would be 1010.
10. From right to left, each digit is double the previous one, like this: 8, 4, 2, 1.
"Ordinary" numbers are on base 10 (="decimal"). Binary only has 2 digits. 0 and 1 (representing "on" or "off" in some circuits). So "conversion" is how to represent an number in one to how it appears in the other. So 10 (binary) means 1x21 + 0x20 , which is 2. Decimal to binary effectively means representing an ordinary ("decimal") number in binary form. So 10 (decimal) is broken up into powers of 2 as 8+2 = 1x23 + 0x22 + 1x21 + 0x20 which is 1010 (binary).
Decimal 10 (Ten) equals the Binary number 1010 (One Zero One Zero) Binary 10 (One Zero) equals the Decimal number 2 (Two)