Solveeit Logo

Question

Question: To get output ‘1’ at R, for the given logic gate circuit the input values must be ![](https://www....

To get output ‘1’ at R, for the given logic gate circuit the input values must be

(A) X = 0, Y = 1
(B) X = 1, Y = 1
(C) X = 0, Y = 0
(D) X = 1, Y = 0

Explanation

Solution

Hint
To find the output at the point R we first need to find the solution at R in the terms of the input variables X and Y. After that from the solution we need to find the values of X and Y for which the output will be 1.
Formula Used: In this solution we have used the following formula,
A+B=AˉBˉ\overline {A + B} = \bar A \cdot \bar B and
AA=AA \cdot A = A

Complete step by step answer
Let us first redraw the diagram and give names to the various points.

Now, for the OR gate named I, the inputs are A and B. The value of A is given as, A=XˉA = \bar X. And the value of B is Y. The output of this gate will be,
P=A+BP = A + B,
Substituting we get,
P=Xˉ+YP = \bar X + Y
Now gate II is an NAND gate. The inputs of this gate are named as C and D. We have the input C as X and the input D as, D=YˉD = \bar Y
The output of an AND gate is given as, CDCD and for a NAND gate the output will be,
Q=CDQ = \overline {C \cdot D}
Substituting we get,
Q=XYˉQ = \overline {X \cdot \bar Y}
Now the gate III is a NOR gate. The inputs of this gate are P and Q. So the output R will be,
R=P+QR = \overline {P + Q}
Substituting the values of P and Q we get,
R=(Xˉ+Y)+XYˉR = \overline {\left( {\bar X + Y} \right) + \overline {X \cdot \bar Y} }
So we can simplify this from the formula, A+B=AˉBˉ\overline {A + B} = \bar A \cdot \bar B
Therefore we get,
R=(Xˉ+Y)XYˉR = \overline {\left( {\bar X + Y} \right)} \cdot \overline {\overline {X \cdot \bar Y} }
Hence we get,
R=(Xˉ+Y)(XYˉ)R = \overline {\left( {\bar X + Y} \right)} \cdot \left( {X \cdot \bar Y} \right)
Now in the first part we can use the formula, A+B=AˉBˉ\overline {A + B} = \bar A \cdot \bar B again and get,
R=(XˉˉYˉ)(XYˉ)R = \left( {\bar{ \bar X} \cdot \bar Y} \right) \cdot \left( {X \cdot \bar Y} \right)
Hence we have,
R=(XYˉ)(XYˉ)R = \left( {X \cdot \bar Y} \right) \cdot \left( {X \cdot \bar Y} \right)
Now since AA=AA \cdot A = A, so we get
R=(XYˉ)R = \left( {X \cdot \bar Y} \right)
Now for the output R to be 1, both X and Yˉ\bar Y has to be 1
So the value of X is 1 and Yˉ\bar Y is 1. So Y is 0.
Hence X has to be 1 and Y has to be 0
Therefore the correct option is (D).

Note
A digital logic gate is an electronic circuit which makes logical decisions based on the combination of inputs. There are three basic types of logic gates, namely AND gate, OR gate and NOT gate. For the AND gate the output 1 only when both the inputs are 1. For the OR gate, the output is 1 when any one of the inputs are 1 and the NOT gate reverses the input.