answersLogoWhite

0


Best Answer

Weighted code, also known as positional notation or place-value notation, is the method of encoding numbers. Its use of the same symbol for different orders of magnitude is what distinguishes it from other notations.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a weighted code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

5421 is example for weighted or non weighted code?

weighted


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


Is 8421 self complementary code?

Yes , it is a self complementry code but not a weighted code


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 are problem in gray code?

It is a non-weighted code, that is, each position of its bit isn't assigned a particular value.


What are weighted binary codes?

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


What is medical code 73050?

CPT Code 73050 - Radiologic examination; acromioclavicular joints, bilateral, with or without weighted distraction.


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


What is the homophone of weighted?

Waited is the homophone of weighted.


How is a weighted loss ratio calculated?

you add your weighted premiums and divide by your weighted claims. (you do not weight the loss ratios )


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.