65,535 in decimal = 1111111111111111 in binary.
Chat with our AI personalities
Normally a computer allocates a certain amount of memory space to store a number. This means that larger numbers are rounded and so not as accurate. By specifying that a number is a long integer, it is allocated twice the amount of storage space.For example, the largest integer that can be stored in 8-bits is 2^8 - 1 = 255.By doubling the storage to 16 bit, it becomes 65535.
4 is the largest integer that will divide evenly into both 16 and 36.
Every bit can be either 0 or 1. Therefore 4 bits can encode a maximum of 42 = 16 digits.
For an unsigned integer, that would be 216-1. For a signed integer in 2's complement notation, the largest number would be 215-1.
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)