answersLogoWhite

0

39 = 100111

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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.


What do you mean by 8421 code?

The 8421 code, also known as binary-coded decimal (BCD), is a way of encoding decimal numbers in a binary format. In this code, each digit of a decimal number is represented by its equivalent four-bit binary value, where the weights of the bits are 8, 4, 2, and 1. For example, the decimal number 25 is represented in 8421 code as 0010 0101, corresponding to the digits 2 and 5. This coding system allows for easy conversion between decimal and binary, making it useful in digital systems and applications.


What is packed decimal in cobol?

In Cobol, they had a serious concern for memory size. So they came up with a method known as BCD (Binary Coded Decimal), where a decimal value was converted to binary to save space. Check this link out. It will break down the details.


What is the decimal value of 181 in binary?

Decimal 181 in binary is 10110101


What are weighted and unweighted codes?

Weighted codes are binary codes where each digit (bit) has a different positional value, meaning that certain bits contribute more to the overall value than others. An example of a weighted code is the Binary Coded Decimal (BCD), where each decimal digit is represented by a fixed number of bits. Unweighted codes, on the other hand, treat each bit equally, with no positional value assigned to them; an example of this would be simple binary representation. In unweighted codes, the value is determined purely by the combination of bits present, not by their positions.


What is decimal value of binary number 100?

Binary 100 is 4 in decimal.


What is 1000000 in binary?

The decimal number 1,000,000 is represented in binary as 11110100001001000000. In binary, each digit represents a power of 2, and this specific sequence captures the value of 1,000,000 in the base-2 numeral system.


What is the decimal value of the binary number 1001?

1001 in binary is equal to 9 in decimal.


What are the binary and decimal values of the ASCII letter g?

Binary- 01100111 Decimal Value- 103


Why does a decimal value waste memory space?

Decimal (more formally, binary coded decimal) values store numeric information as digits encoded using the four bit binary equivalents: 0 (0000) to 9 (1001). That means a single byte can hold values between 0 and 99. But simply using the same byte to hold a binary value will yield values between 0 and 255 (or –128 and +127).


What is the binary number of the decimal value 181?

The binary values is 10110101.


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.