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.
Find the powers of 2. 8 in binary would be 1000
The binary values are 8 = 1000 14 = 1110 24 = 11000 In the binary number system, each digit represents an exponential value of 2, rather than of 10 in the decimal system. For five digit binary numbers, the digits represent 16, 8, 4, 2, and 1 8 = 01000 or 1000 (0 + 8 + 0 + 0 + 0) 14 = 01110 or 1110 (0 + 8 + 4 + 2 + 0) 24 = 11000 (16 + 8 + 0 + 0 + 0)
1000
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
The binary number 10000000 represents the decimal 128
10 digits.
1000 = 8
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
It's 8. (Next time you can use calc.exe of your windows.)
8 in decimal is 1000 in binary
1000 base 10 = 11 1110 1000 base 2
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.
8
9 bits
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 )
The binary value 1000 0000 represents the decimal number 128. In binary, each digit's place value doubles from right to left, starting at 1. Therefore, the rightmost digit is 1, representing 2^0, and the leftmost digit is 1, representing 2^7, which equals 128 in decimal.