answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is 134 written in 12 bits in binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

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).


How would you write “12” in base-2?

14


What is the binary number for 12?

12 in binary would be 1100


What is 134 divided by 12?

0.0896


How many feet are there in 134 inches?

There are 12 inches in one foot. Therefore, 134 inches is equal to 134/12 = 11.16 recurring (that is, 11.166666...) feet or 11 feet 2 inches.

Related questions

What is the least number of bits to express 12?

Four bits are required to write '12' as a binary number.(12)10 = ( 1 1 0 0 )2


What is 12 in binary form?

for a four bit pattern, its 1100....8 bits 00001100


Given a predetermined binary divisor of 110110011001 which of the following statements about cyclic redundency is true?

The CRC remainder must be 12 bits long It can detect all burst errors at or below 12 bits in length


How do you design 12 bit binary adder subtractor?

design a one bit slice of the adder subtractor and iterate it through all 12 bits.


What is the largest binary number that can be expressed with 12 base or bits?

The answer to your question is 4095 in decimalIn binary 111111111111If your having trouble with binary here is a link that will help understand it all a bit better.http://knol.google.com/k/zach-bacon/counting-in-binary-for-beginners/11ezkn0ytzmdj/3#


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).


How would you write “12” in base-2?

14


What is the binary number for 12?

12 in binary would be 1100


What is 134 divided by 12?

0.0896


What is 12 bit binary of -64?

12 bit binary of -64 = -52


What is the 4-binary number assoiated with the hexadecimal symbol C?

0xc = 1100 Hexadecimal digits use exactly 4 binary digits (bits). The 0x0 to 0xf of hexadecimal map to 0000 to 1111 of binary. Thinking of the hexadecimal digits as decimal numbers, ie 0x0 to 0x9 are 0 to 9 and 0xa to 0xf are 10 to 15, helps with the conversion to binary: 0xc is 12 decimal which is 8 + 4 → 1100 in [4 bit] binary.


What does a analog-to-digital converter chip do?

A: It is an IC whereby an analogue signal is processed to represent its value in digital form as a binary quantity. the analogue is sampled and compered to a known hi stability DC reference and whatever value the input is is outputted in digital form as bits equal to the binary value as compared to the reference. As a rule the more bits the higher the precision however it becomes in practical above 12 bits if the reference is 10v because of noise and other inherited problems.