answersLogoWhite

0


Best Answer

10 bits would be required. 10 bits long (10 digits long) can represent up to 1024.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many bits are required in decimal numbers in range 0 to 999 using Straight binary code and BCD code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Convert the following decimal numbers into their equivalent binary numbers and then convert the resulting binary numbers back into the decimal numbers a. 6401 b. 1010110?

a) 6401 in Binary is 1100100000001b) 1010110 in decimal is 86


What is the binary numbers?

It is 127 in decimal numbers.


What is remainder in numbers?

A remainder is the numbers after a decimal point; sometimes used as repesenting in binary to get a binary number from a decimal number.


Why is it important to properly subscript our numbers on the Binary numeral system?

To ensure they are read as binary numbers and not decimal numbers.


How does BCD differ from the straight binary number system?

To consider the difference between straight binary and BCD, the binary numbers need to be split up into 4 binary digits (bits) starting from the units. In 4 bits there are 16 possible values from 0000 to 1111 (0 to 15). In straight binary all of these possible combinations are used, thus: 4 bits can represent the decimal numbers 0-15 8 bits can represent the decimal numbers 0-255 12 bits can represent the decimal numbers 0-4095 16 bits can represent the decimal numbers 0-65535 etc In arithmetic, all combinations of bits are used, thus: 0000 1001 + 0001 = 0000 1010 In BCD or Binary Coded Decimal, only the representations of the decimal numbers 0-9 are used (that is 0000 to 1001 in binary), and the 4-bits (nybbles) are read as decimal digits, thus: 4 bits can represent the decimal digits 0-9 8 bits can represent the decimal digits 0-99 12 bits can represent the decimal digits 0-999 16 bits can represent the decimal digits 0-9999 In arithmetic, only the representations of decimal numbers are used, thus: 0000 1001 + 0001 = 0001 0000 When BCD is used each half of a byte is read directly as a decimal digit. BCD is obviously inefficient as storage (for large numbers) as each nybble is only holding 3/8 of the possible numbers, however, it is sometimes easier and quicker to work with decimal digits (for example when there is lots of display of counting numbers to do there is less binary to decimal conversion needing to be done).


What is the sum of the binary numbers of 1001 plus 10 in both binary and decimal?

easy, 1011. in binary of course. convert 1011 binary to decimal you get 11.


What's the answer for binary numbers of 1001 convert to decimal numbers?

1001 base 2 = 9 base 10


What is year 2010 in binary numbers?

Decimal 2010 = Binary 11111011010.


How do you write the number 212 in binary numbers?

212 (decimal) is 11010100 (binary)


Explain the process of converting binary numbers to decimal and decimal numbers to binary?

ask mrs lane room 503 at cbhs periods 6-7


What electronic device converts decimal numbers to binary numbers?

a gps.


What is the binary number 1111111?

It is 127 in decimal numbers.