Which of the following code conversions needs a bit by bit XOR operation?
Which of the following code conversions needs a bit by bit XOR operation? Correct Answer Binary to Gray Code
Binary to Grey code conversion needs a bit by bit XOR operation for every successive bit to be performed. The other conversions mentioned don’t need this. Hence, Binary to gray code is the right answer.





