answersLogoWhite

0

8 (assuming unsigned numbers - i.e., you don't reserve a bit for the sign).

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How many binary bits are needed to represent decimal number 21?

5


How many bits are required to represent an eight digit decimal number inBCD?

To represent an eight-digit decimal number in Binary-Coded Decimal (BCD), each decimal digit is encoded using 4 bits. Since there are 8 digits in the number, the total number of bits required is 8 digits × 4 bits/digit = 32 bits. Therefore, 32 bits are needed to represent an eight-digit decimal number in BCD.


How many bits are needed to represent decimal 200?

8 bits if unsigned, 9 bits if signed


How many bits are needed to represent decimal value ranging from 0 to 12500?

how many bits are needed to represent decimal values ranging from 0 to 12,500?


What is the minimum number of bits required to represent the decimal 1000?

9 bits


how many bits are needed to represent decimal values ranging from 0 to 12,500?

1200


How many bits need to represent the decimal number 200?

8


What is the minimum number if binary bits required to represent the decimal number 250?

8


How many bits are required to represent 32 digit decimal number?

103


How many bits are needed to represent one symbols?

The number of bits needed to represent one symbol depends on the total number of unique symbols. The formula to calculate the number of bits required is ( n = \lceil \log_2(S) \rceil ), where ( S ) is the number of unique symbols. For example, to represent 256 unique symbols, 8 bits are needed, since ( \log_2(256) = 8 ).


Four bytes can represtent a decimal number between 0 and?

Four bytes represent 32 bits. 32 bits represent 4,294,967,296 possibilities.


What is the minimum number of bits required to represent the following decimal number 101000?

17 bits would allow a value up to 131071.