The largest number is 11111111111111 which is 215 - 1. In decimal, that is 32767.
The largest binary number is 1 1 1 1 1 1 1 1 1 1 . It is equivalent to the decimal number 1,023 .
To achieve the answer to what the decimal equivalent of the largest binary number with five places (or bits) is, work this equation: The formula is 2_ -1 where n is the number of bits. That will get you where you need to be.
The largest possible value using 8 bits in binary is actually quite simple. Binary is a numerical system that only uses 2 numbers (1 and 0) to determine value. Our system is decimal. (0-9) Now, a 'bit' is one number from the binary system. It can either be 1 or 0. So, 8 bits means using 8 digits in binary. 1 is greater than 0, so the largest value is 11111111. (8 'one's)
1111 1111 1111 1111 = 2^16 = 65536
The largest number is 11111111111111 which is 215 - 1. In decimal, that is 32767.
The largest binary number is 1 1 1 1 1 1 1 1 1 1 . It is equivalent to the decimal number 1,023 .
the largest binary number is 1.84467440737e19. to figure this out you put 2 to the exponent of the certain amount of bits. Eg: 2^64 equals the binary number
To achieve the answer to what the decimal equivalent of the largest binary number with five places (or bits) is, work this equation: The formula is 2_ -1 where n is the number of bits. That will get you where you need to be.
The answer to your question is 4095 in decimalIn binary 111111111111If your having trouble with binary here is a link that will help understand it all a bit better.http://knol.google.com/k/zach-bacon/counting-in-binary-for-beginners/11ezkn0ytzmdj/3#
What is the decimal equivalent of the largest binary integer that can be obtained with (a) 11 bits and (b) 25 bits?
It would be 2^24 + 2^(24-1) and so on until 2^0 is reached. For those who dont care to do the math it is 29360127.
31 - it's binary equivalent is 11111
A nibble is 4 bits, so the largest unsigned number is 1111, or 15. Also, the largest signed number is 0111, or 7.
11b which is 1*2 + 1*1 = 3 would be for two bits. But a byte is 8 bits, so 2 bytes is 16 bits. The largest binary number is [2^16 - 1], which is 65535 (base ten)
Oh, dude, you're asking about binary now? Alright, so in binary, the decimal number 255 is represented as 11111111. It's like all those ones are just hanging out together, having a binary party. So yeah, 255 in binary is just a bunch of ones chilling together.
Assuming you interpret the bits as an unsigned number, that would be 1111111111 in binary, or 1023 (210 - 1) in decimal.