How to convert binary to gray code and vice-versa?

Showing Answers 1 - 6 of 6 Answers

AKSA DAVID

  • Oct 10th, 2011
 

For converting binary 2 gray code add three to the given binary no.

  Was this answer useful?  Yes

SUMANTH

  • Dec 20th, 2012
 

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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions