answersLogoWhite

0

Assuming it is an unsigned int (i.e. no negatives) it would be 11111111111 which is 2047.

Another way to think about it is 11bits can represent 2048 different values, and since it starts at 0 that would be 2048 - 1 which is 2047.

User Avatar

yoseph1998

Lvl 2
4y ago

What else can I help you with?

Related Questions

Decimal equivalent of the largest binary integer that can be obtained with 11 bits?

What is the decimal equivalent of the largest binary integer that can be obtained with (a) 11 bits and (b) 25 bits?


The largest number of bits the processor can process in one operation?

The largest number of bits a CPU can process is word size. A CPU's Word Size is the largest number of bits the CPU can process in one operation.


How you can get the largest binary number that can be expressed with 14 bits?

The largest number is 11111111111111 which is 215 - 1. In decimal, that is 32767.


What is the largest binary number that can be obtained with 64 bits?

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


What is the smallest number that can be represented with 6 bits?

The smallest number is zero. The largest number is 63.


What is largest positive value that may be store in 20 bits?

The largest positive value that can be stored in 20 bits is calculated using the formula for the maximum value of an unsigned binary number, which is (2^n - 1), where (n) is the number of bits. For 20 bits, this is (2^{20} - 1 = 1,048,576 - 1 = 1,048,575). Therefore, the largest positive value that can be stored in 20 bits is 1,048,575.


What is the decimal equivalent of the largest binary number with 5 places?

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.


What is the largest decimal number that can be stored using 16 bits?

674


What is the largest binary number that can be expressed with 16 bits?

The largest binary number that can be expressed with 16 bits is 1111111111111111, which is equivalent to 65,535 in decimal. This number uses all 16 bits set to 1. In general, for an n-bit binary number, the maximum value is (2^n - 1). Thus, for 16 bits, it is (2^{16} - 1 = 65,535).


What is the largest prime number that can be stored in an 8-bit memory?

The largest number which can be stored in 8 bits is 255. The largest prime number which is less than or equal to 255 is 251.


What is the largest number that can be made with 6 bits?

Well, honey, with 6 bits, you can represent numbers from 0 to 63. So, technically speaking, the largest number you can make with 6 bits is 63. Don't go expecting any bigger miracles with just 6 bits, darling.


Largest number of bits that can be transported to the CPU at once?

Its called Word Size :)