Answers

Question and Answer:

  Home  Electronics Engineering

⟩ Explain how to convert binary to gray code and vice-verse?

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

 205 views

More Questions for you: