answersLogoWhite

0


Best Answer

674

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

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

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

0.0000001


What is the largest decimal number you could make using a number in the thousandths place?

0.9999


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

65,535


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

1111 1111 1111 1111 = 2^16 = 65536


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

An N-bit integer holds 2N different values.For an unsigned integer, the range of values is 0..2N-1 thus.For a signed integer using 2s complement, the range is -2N-1..+2N-1-1.Therefore, the largest positive number that can be stored using 8 bits is 255.


What is the largest number using 12279?

Using the digits 12279, the largest number that can be represented is 97,221.


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.


When a small number is divided by a big number how many zeros can be added using a decimal?

only one zero can be added using a decimal


When is it easiest to find the percent of a number using a fraction using a decimal?

Using a decimal, of course. All you need do is move the decimal point two places to the right.


What is the largest decimal number that can be represented using 6 binary bits?

The largest unsigned integer is 26 - 1 = 63, giving the range 0 to 63; The largest signed integer is 25 - 1 = 31, giving the range -32 to 31.


What is the largest decimal value that can be represented in BCD using two bytes?

If using the compressed format, where a byte holds two decimal digits (because only 4 bits are needed to make nine), so two bytes would be four decimal digits, the largest which is 9999.


What is binary decimal conversion?

It is a procedure for converting numerical data stored in information technology (electronic or optical) media to the decimal form that people are accustomed to using.