Discussion :: Exam Questions Paper
-
The logic circuit given below converts a binary code y1 y2, y3 into
Answer : Option C
Explanation :
Let y1 = 1, y2 = 0, y3 = 1
then x1 = 1
x2 = y1 ⊕ y2 ⇒ 1 ⊕ 0 ⇒ 1
x3 = x2 ⊕ y3 = 1 ⊕ 0 = 1
which is gray code conversion.
Be The First To Comment