answersLogoWhite

0

15 = 1111

14 = 1110

13 = 1101

User Avatar

Wiki User

7y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

What is the binary representation for a?

To provide the binary representation for "a," we first need to know that "a" is a character in the ASCII (American Standard Code for Information Interchange) encoding system. In ASCII, the character "a" is represented by the decimal value 97, which converts to binary as 01100001. Thus, the binary representation for "a" is 01100001.


What is the ascii code in binary and decimal for a period?

In hexadecimal, that would be 0x2E, which is equivalent to 46 in decimal, which in binary is 101110.


What is binary code for 100111?

The binary code for the number 100111 is already in binary format. It represents the decimal number 39 when converted from binary to decimal. Each digit in this binary number corresponds to a power of 2, starting from the rightmost digit.


What is excess 3 of 10?

Excess-3 (XS-3) is a non-weighted code used to express decimal numbers. To convert the decimal number 10 to Excess-3, you first add 3 to it, resulting in 13. Then, you express 13 in binary, which is 1101. Therefore, the Excess-3 representation of the decimal number 10 is 1101.


How do you convert binary to excess 3 code?

To convert a binary number to Excess-3 code, first, convert the binary number to its decimal equivalent. Then, add 3 to the decimal value. Finally, convert the resulting decimal number back to binary. For instance, to convert the binary number 1010 (which is 10 in decimal), you would calculate 10 + 3 = 13, and then convert 13 back to binary, resulting in 1101 in Excess-3 code.

Related Questions

What is number representation?

As the need for larger numbers increased, it became necessary to use symbols to group numbers together to form larger numbers. Some examples of number representation are roman numerals as well as unary, binary and decimal code.


What is the decimal binary code for 30?

Decimal 30 = binary 11110. The decimal binary code (BCD), however, is 11 0000.


What is the binary code for B?

That depends what you mean by "B", and what you mean by "binary code" assuming that by "binary code", you actually mean a binary representation of it's ascii value, then the answer is 1000010. The ascii value of the character "B" is 66 in decimal, which is 1000010 is that value in binary. If on the other hand, you mean "what is the binary value of the hexidecimal number B?", then the answer is 1011.


Is binary code an input or output device?

Binary code is not a device. It is a numerical representation of data.


What does 1111 in Binary code mean?

1111 in binary is 15 in decimal.


Applications of bcd to binary code cnvertor?

Many non-integral values, such as decimal 0.2, have an infinite place-value representation in binary (.001100110011...) but have a finite place-value in binary-coded decimal (0.0010)[bcd]. Consequently a system based on binary-coded decimal representations of decimal fractions avoids errors representing and calculating such values. Rounding at a decimal digit boundary is simpler in BCD. Addition and subtraction in decimal does not require rounding.


How would you write the number two in binary code?

'2' Decimal code => '10' Binary code.


Is a binary code an input or output device?

Binary code is not a device. It is a numerical representation of data.


What is the ascii code in binary and decimal for a period?

In hexadecimal, that would be 0x2E, which is equivalent to 46 in decimal, which in binary is 101110.


What is binary code for 100111?

The binary code for the number 100111 is already in binary format. It represents the decimal number 39 when converted from binary to decimal. Each digit in this binary number corresponds to a power of 2, starting from the rightmost digit.


What is excess 3 of 10?

Excess-3 (XS-3) is a non-weighted code used to express decimal numbers. To convert the decimal number 10 to Excess-3, you first add 3 to it, resulting in 13. Then, you express 13 in binary, which is 1101. Therefore, the Excess-3 representation of the decimal number 10 is 1101.


How do you you write know in binary code?

k n o w ? First convert it to ASCII code ... 107 110 111 119 (all decimal numbers) Then convert to binary : 1101011 1101110 1101111 1110111