Electronics Engineering Question:

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

Download Electronics Engineering PDF Read All 185 Electronics Engineering Questions
Previous QuestionNext Question
How to design binary to gray code converter?Tell me why the shape of OP-AMP is triangular not other shape?