Step 1: Logic symbol of a NOR gate.
The logic symbol for a NOR gate is:
\[ \text{NOR Gate Symbol:} \quad \text{(similar to OR gate, but with a circle at the output)} \]
Step 2: Truth table for NOR gate.
The truth table for a NOR gate is as follows:
\[ \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} \]
Step 3: Conclusion.
The NOR gate produces an output of 1 only when both inputs are 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?