answersLogoWhite

0


Best Answer

Each place value column in binary is twice the next one to the right; the rightmost place value column (of a whole number) is always the units column. Thus:

10002 = 1 x 8 + 0 x 4 + 0 x 2 + 0 x 1 = 810

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What decimal number does the binary number 1000 represent?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What decimal number does the binary number 1000 0000 represent?

The binary number 10000000 represents the decimal 128


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

10 digits.


What decimal is the binary number 1000?

1000 = 8


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


What is the binary equivalent of 8?

8 in decimal is 1000 in binary


What is the binary equivalent of 1000 as a decimal number?

1000 base 10 = 11 1110 1000 base 2


Why 1024 is 1000 in computer world?

Because computers are binary - meaning they represent all numbers using only two digits - the closest they can get to expressing 1000 in a nice rounded number is 1024 which is 2 raised to the 10th power (2^10). Written in binary, this number is 10000000000. Of course computers can represent the base 10 number 1000 but it's not as nice and neat. In binary, the base 10 number 1000 is written 1111101000.


What is The decimal equivalent of binary 1000?

8


What is the minimum number of bits required to represent the decimal 1000?

9 bits


What is the binary value 1000 0000 in decimal?

128


How can i Convert 487 from hexadecimal to binary?

1. represent every individual digit of given hexadecimal in binary form like this 4---------> 0100 8---------> 1000 7---------> 0111 2. combine the individual binary digits in order to get the binary of given hexadecimal number 487 ------------> 0100 1000 0111 ( required binary number )