![]() Related Questions Which of the following remarks about BDC is true ? 1. it is an 8-4-2-1 weight code 2. complement of a number can be found efficiently 3. (12345678)10 needs 4 bytes in BCD representation 4. conversion to and from the decimal system can be easily done Design binary to gray code converter Latest Answer : Just like any other binary coded conversions. The number 9 in "8421" is simply "1001" and converted to Gray (2421) is simply "1111." This follows with all numbers. ... Design 8421 to 2421 binary code converter What is a BCD? What are its advantages and disadvantages? Why is an excess-3 code is called an unweighted code? Latest Answer : BCD means Binary coded decimal, its advantage is it can represent decimal numbers in the form of binary value says (0000-0 to 1001-9).
Binary codes are divided into weighted binary code and non weighted binary code,
Excess 3 code is an example of ... Design gray to binary code converter? Latest Answer : A small exampleBinary of 1011 -
1101Steps
1. write the msb as itseif (here retain fourth bit say 1 ) and it will be the
msb of binary.
2. add the msb of binary (say 1) with next bit of gray (say 0 ie third bit )and
the sum (1) becomes next ... Ist convert 8 bit binary to gray code using EXOR ICs and again convert gray to binary code Latest Answer : Take XOR of binary no. starting from right with the next bit. Add 0 as leftmost bit to get answereg. Â 111=7gray code 0 xor 1,1 xor 1, 1 xor 1 i.e. 100 ans. ... How to Convert Binary to Excess 3 Code and vice versa? Latest Answer : Binary code ----> 001Excess-3 code ---> 001 + 011(Binary 3) ---> 100 ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||