Get Answers to all your Questions

header-bg qa

Convert the binary number (10101101)2 into its gray code

Answers (1)

best_answer

Answer: The procedure to convert a binary number to a reflective Gray  code is: 

         Exclusive or the number with the number resulting from right shift by 1 bit. 

        \Rightarrow 1 0 1 0 1 1 0 1 \ \ Rightarrow 01010110 

Right shifted by 1 bit 

 1 1  1 1 1 0 1  1  Result 

Posted by

Deependra Verma

View full answer