Question:

Draw symbol of NOR gate and draw truth table for its output.

Show Hint

In a NOR gate, the output is true (1) only when all inputs are false (0).
Updated On: Oct 8, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Step 1: Symbol of NOR Gate

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).

Truth Table of NOR Gate

Input AInput BOutput (A NOR B)
001
010
100
110

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.

Was this answer helpful?
0
0