answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the Largest 16 bit positive number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is the largest 16 bit positive number?

Unsigned: 216-1. Signed: 215-1.


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

65,535


What is the largest number that can be represented by a 16-bit unsigned binary number?

216-1 or (2^16)-1


How many data lines are necessary in 16-bit microprocessor and what is the magnitude of the largest number that can be placed on its data bus?

The number of data lines required in a 16-bit microprocessor is 16, in the internal view, but could be something else, such as 8, in the external view. In the 8086/8088, the processor is 16 bits, and its internal data bus is 16 bits. The 8086 provides 16 bits on the external bus, but the 8088 provides 8 bits, even though they are the same internal processor - the 8088 simply uses two memory cycles to move one word. The largest number that can be represented on a 16 bit bus depends on the interpretation of that number. An unsigned 16 bit number ranges from 0 to 65535, so 65535 is the largest value when unsigned. A 16 bit two's complement signed number ranges from -32768 to +32767, so +32767 is the largest value when signed.


What is the largest decimal number that can be represented by a 16 bit binary word?

That would be 216 - 1, or 65535.


How many '1's are there in a 16 bit binary sequence?

In a 16 bit number there must be from zero to 16 '1'. If a bit does not have value zero then it has a value of 1. Nothing else can be represented by a bit. Example 0000 is a 4 bit number. Each bit is a zero. 1010 is also a four bit number. 0000111100001111 is a 16 bit number. 1100110011000001 is also a 16 bit number.


What number can be divided by 16?

Any number can be divided by 16 to produce another positive real number. If the quotient is to be a positive integer, the possible numbers are those formed by multiplying 16 by any positive integer.


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

216 -1


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 8th smallest positive even number?

16


What is the largest decimal no that can be represented by a 16 bit binnary word?

(2 to the power of 16 ) - 1 = 65535


What is positive 16 minus negative 3?

When you subtract a negative number, it has the same effect as adding a positive number. Therefore, in this instance, 16 - (-3) = 16 + 3 = 19.