answersLogoWhite

0

It is that type of binary code where weights are assigned to each symbol position in the code word.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is weighted code give you its example?

Weighted codes have there bits presented in weightage. Simply put weighted codes are codes used for arithmetic operation. And unweighted codes there are no values for the bits. Simply put they can not be used for calculations. Examples are 8421 (BCD) binary, hex, octal ETC. For the former And grey codes, excess-3 etc. For the later.


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 non weighted code give you its example?

Weighted codes have there bits presented in weightage. Simply put weighted codes are codes used for arithmetic operation. And unweighted codes there are no values for the bits. Simply put they can not be used for calculations. Examples are 8421 (BCD) binary, hex, octal ETC. For the former And grey codes, excess-3 etc. For the later.


Why is BCD code called a weighted code?

A: A Binary code represent a binary number 0.1.2.4.8. etc. that is why it is called a weighted number


Examples of weighted and non weighted codes?

Weighted codes assign different significance to each digit in a number representation, such as 8421 BCD code assigns weights of 8, 4, 2, and 1 respectively to each bit. In contrast, non-weighted codes like Gray code do not follow a positional weight pattern, where only one bit changes at a time when moving from one value to another to reduce errors in analog-to-digital conversion systems.


What is the difference between weighted and non weighted codes?

what is weighted codes: The decimal value of a code is obtained summing up the positional values. weghted binary code s are those which obey positional weighting principle. each position of number represents a specific weight. There are millions of weighted code The most common one is 8421 Non weighted codes: This codes are not positionaly weghted. each position with in the binary no is not assgned to afixed value.Examples of nonweghted code is ASCCI, GREY CODE, EBCDIC CODE etc


Why gray codes are non weighted codes?

iti


Both computer instructions and memory address are represented by?

Binary Codes


Do binary codes uses 1 and 2?

binary codes uses 0 and 1


What the weighted binary code for the base-12 digits using weights of 5421?

0000,0001,0010,0011,0100,0101,0110,0111,1011,1100,1101,1110


What is unweighted code?

In weighted codes, for each position(or bit),there is specific weight attached.For example,in binary number,each bit is assigned a particular weight 2n where n is the bit(or position) number for n=0,1,2,3,4 and the weights are 1,2,4,8,16 respectively.


What is the difference between binary codes and bcd codes?

In BCD each digit of a decimal number is coded as a separate 4 bit binary number between 0 and 9.For example:Decimal 12 in BCD is shown as 0001 0010 (Binary 1 and Binary 2), in Binary it is 1100.