La salida Y del circuito dado
(A) 1
(B) 0
(C) X
(D) X’
Answer: (B)
Explanation: The above function is implemented using XOR function, and gives output as 1 only when both the inputs are different. In this function, both the inputs of the first Xor gate are set to 0. Then the output is also 0 and the further two gates are also getting 0 as both their inputs. So, the final output Y is 0.
La opción (B) es correcta.
Cuestionario de esta pregunta
Publicación traducida automáticamente
Artículo escrito por GeeksforGeeks-1 y traducido por Barcelona Geeks. The original can be accessed here. Licence: CCBY-SA