BCD refers to Binary Code Decimal there are no diagrams it is just a numbers system GRAY code is a means to make one reliable state to change at a time eliminating false coding because of transitions in counters and such
Chat with our AI personalities
Well, with a BCD to gray code converter, of course.
However as gray code deliberately has no coding glitches and BCD has multiple coding glitches, designing such a converter without introducing coding glitches in the gray code is more difficult than might be imagined. The 6 missing binary codes in BCD are also a significant issue in trying to convert to gray code, as no missed values are permitted.
A coding glitch can occur at any time more than one bit of the code changes to go to the next (or previous) sequential value.
BCD codes,gray code,error detecting code,ASCII character code,Excess 3 code
0101 0011 (2) = 53 (16) which in BCD means 53
gray code is one which changes one bit at a time but binary code is one which changes one or more bit at a time. for example three bit binary and gray code the left one is binary and the right one is gray code.binary gray000 000001 001010 011011 010100 110101 111110 101111 100000 000
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
Multiply by 16. ANSWER: The answer is bcd 11 = 3 111 = 7 1111 i= F 01111 =E and so foirth