-
The binary number 110011 is to be converted to Gray code. The number of gates and type required are—
-
- 6, AND
- 6, XNOR
- 6, XOR
- 5, XOR
Correct Option: D
We know that for converting binary number into Gray code, we require XOR gate. For converting n bit binary number we require (n–1) XOR gate. So, in order to convert binary number 110011 (i.e., 6 bits) we require 6–1 = 5 XOR gates.