A NOR gate is a digital logic gate that outputs true (1) only when both of its inputs are false (0). It is the inverse of the OR gate.
The logic symbol of a NOR gate is the same as the OR gate with a small circle (representing NOT) at the output. The symbol for a 2-input NOR gate is:
\[ \text{NOR Gate Symbol} \]
The truth table for a 2-input NOR gate is:
\[ \begin{array}{|c|c|c|} \hline \text{Input A} & \text{Input B} & \text{Output (A NOR B)} \\ \hline 0 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 0 \\ 1 & 1 & 0 \\ \hline \end{array} \]
- When both inputs \(A\) and \(B\) are 0, the output is 1.
- In all other cases, the output is 0.
Which logic gate is represented by the following combinations of logic gates?



Which of the following circuits has the same output as that of the given circuit?