Chat with our AI personalities
Find the powers of 2. 8 in binary would be 1000
1000
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.
0000 0000 1111 1000F ( or 15) = 1111 in binary, and 8 = 1000 in binary, so F is 1111 1000
1000