The symbol of a NOR gate is a combination of an OR gate with a NOT gate. It has two or more inputs and one output. The output is true (1) only when all inputs are false (0).
Input A | Input B | Output (A NOR B) |
---|---|---|
0 | 0 | 1 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 0 |
The Boolean expression for the NOR gate is represented as: \[ Y = \overline{A + B} \] where \( A \) and \( B \) are the inputs, and \( Y \) is the output.
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