answersLogoWhite

0

1.92/0.16

User Avatar

Anonymous

5y ago

What else can I help you with?

Related Questions

What is the binary equivalent of 8?

8 in decimal is 1000 in binary


What is The decimal equivalent of binary 1000?

8


What decimal is the binary number 1000?

1000 = 8


What decimal number does the binary number 1000 0000 represent?

The binary number 10000000 represents the decimal 128


What is decimal equivalent of binary 1000 is?

It is 8 (2 to the power 3).


How many binary digits would be required to represent the decimal number 1000 in the binary number system?

10 digits.


What is 1000 binary?

In binary, the number 1000 is represented as 1111101000. This is calculated by converting the decimal number 1000 into binary, which involves dividing the number by 2 and recording the remainders. The binary representation uses only the digits 0 and 1, where each digit represents a power of 2.


What is the binary number 1000 in base 10?

The binary number 1000 is the decimal (base 10) number 8. The digits in a binary number are exponents of 2 rather than 10, so that for a four-digit number in binary, the digit places represent 8, 4, 2, 1 1000 (binary) = 8 + (0x4) + (0x2) + (0x1) = 8


Could the binary number 1000 be a binary coded decimal?

It's 8. (Next time you can use calc.exe of your windows.)


Decimal equivalent to the binary number 10001010?

Binary 1000 1010 converted to decimal is:(1*128) + (0*64) + (0*32) + (0*16) + (1*8) + (0*4) + (1*2) + (0*1)= 128 + 8 + 2= 138


What is equivalent to the decimal number 57.142?

57 and 142/1000


What is the answer to...Convert the binary number 10110101110112 to the equivalent decimal number?

The break down of 101101 = 100000 + 1000 + 100 + 1100000(2) = 32(10)1000(2) = 8(10)100(2) = 4(10)1(2) = 1(10)32 + 8 + 4 + 1 = 45