Electronics Engineering Question:
Download Job Interview Questions and Answers PDF
Explain how to convert binary to gray code and vice-verse?
Answer:
for eg: code is 1101
this must be convert binary to gray then first 1 written as it is, 1 XOR 1
,1 XOR 0, 0 XOR 1.
then the gray code is 1 0 1 1
this must be convert binary to gray then first 1 written as it is, 1 XOR 1
,1 XOR 0, 0 XOR 1.
then the gray code is 1 0 1 1
Download Electronics Engineering Interview Questions And Answers
PDF
Previous Question | Next Question |
How to design binary to gray code converter? | Tell me why the shape of OP-AMP is triangular not other shape? |