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.
The output (Y) of the given logic implementation is similar to the output of an/a …………. gate.
Consider the following logic circuit.
The output is Y = 0 when :
The logic gate equivalent to the combination of logic gates shown in the figure is