answersLogoWhite

0

What else can I help you with?

Related Questions

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 binary bits are needed to represent decimal number 21?

5


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

103


How many bits are needed to represent decimal 200?

8 bits if unsigned, 9 bits if signed


How many binary bits are required to represent the decimal number 643?

Count them: 643(10)=1010000011(2)


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?


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

1200


How many bits are needed to represent the decimal number 200?

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


How many decimal numbers can be represented by 4-bits?

There are 16 decimal numbers that can be represented by 4-bits.


How many digits does 5 bit have?

5 bits are 5 binary digits. If they represent a decimal number, then that number can be anything from zero to 31, and can have either 1 or 2 digits.


How many bits does it take to represent the number 457?

When you convert this decimal number to the binary format, we have 111001001 that has 9 digits so 9bits is required to represent it in normal case. To convert decimals to binary visit http://acc6.its.brooklyn.cuny.edu/~gurwitz/core5/nav2tool.html


How many values can represent a 4-bit?

A 4-bit binary number can represent (2^4 = 16) different values. This range includes all combinations of 0s and 1s that can be formed with four bits, ranging from 0000 (0 in decimal) to 1111 (15 in decimal). Thus, the values it can represent are 0 through 15.