a)
In the circuit, A is the inputs and Y is the output.
The output of the circuit is given as,
The truth table of the circuit is given as,
A | Y= |
0 | 1 |
1 | 0 |
The truth table represents NOT gate.
Thus, the circuit behaves like a NOT gate.
b)
The output of two NOR gates are
The output of the circuit is given as,
The truth table of the circuit is given by,
A | B | Y=A.B |
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
The truth table represents AND gate.
Thus, the circuit behaves like an AND gate.