answersLogoWhite

0


Best Answer

65,535 in decimal = 1111111111111111 in binary.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the largest integer that can be stored in 16 bits?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the largest decimal number that a two byte integer can represent?

There are 8 bits in a byte, so a two byte integer would be 16 bits. The largest 16 bit integer possible would be 11111111111111112, which is 65535 in base 10.


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

674


What is the largest decimal equivalent of the binary integer that can obtained with 16 bits?

Your website is useless


What is the Largest real number that can be stored in binary using 16 bits?

1111 1111 1111 1111 = 2^16 = 65536


What is a long integer?

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.


How many different values can be stored in 16 bits?

65,536


What is short integer?

In computer programming, a variable can be (among other things) an integer or a long integer. An integer can be any whole number in the range of -32,768 to 32,767 A long integer can be any whole number in the range of -2,147,483,648 tp 2,147,483,647 I have never heard of an "integer" variable being called a "short integer" but it makes a kind of sense. Note: The size of integer types is platform-dependent, but usually: short: 16 bits int: 32 bits (16 in archaic systems: MSDOS OS Windows16) long: 32 bits (64 in unix64) long long: 64 bits


What is the largest denary number held in 16 bits?

2^16-1= 65536


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

11111111; 255 or 1+2+4+8+16+32+64+128=255 Answer 255 There are 8 bits in a byte when all are set to zero (turned off) then the value is 0. When all of the bits in a byte are set to 1 (turned on) you get the largest value that a byte holds which is 255.


What is the largest integer that can be represented using a 16 bit number?

65,535


What is the largest positive value that you can represent with 16 bits?

216 -1


What is the Largest decimal number that can be represented using 16 bits in BCD?

65,535