Construct a table for 7321 weighted code and represent 5698 using code
Answers
Answer:
Table for 7321 weighted code:
DECIMAL BCD EXCESS-3
8 4 2 1 BCD + 0011
0 0 0 0 0 0 0 1 1
1 0 0 0 1 0 1 0 0
2 0 0 1 0 0 1 0 1
3 0 0 1 1 0 1 1 0
4 0 1 0 0 0 1 1 1
5 0 1 0 1 1 0 0 0
6 0 1 1 0 1 0 0 1
7 0 1 1 1 1 0 1 0
8 1 0 0 0 1 0 1 1
9 1 0 0 1 1 1 0 0
Represent 5698 using code:
0 1 1 0 - 0 1 1 1 - 1 0 1 0 - 1 0 0 1
scaled code is a block code in which each place of a codeword's symbols has been given a weight.
The process of converting binary values to decimal numbers is known as weighted and non-weighted coding. Prior to conversion, weighted coding assigns a weighted value to each digit in a number. Non-weighted coding techniques do the conversions without the weight value but utilize somewhat different algorithms.
Learn more about weighted code here:
https://brainly.in/question/4204570
Learn more about binary values here:
https://brainly.in/question/467674
#SPJ2