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

Submitted by: Administrator
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
Submitted by: Administrator

Read Online Electronics Engineering Job Interview Questions And Answers