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.
Which of the following circuits has the same output as that of the given circuit?




For the circuit shown above, the equivalent gate is:

To obtain the given truth table, the following logic gate should be placed at G: