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.
1010 = 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)