NOR Gate in Terms of Transistor

Last Updated : 3 Jul, 2026

A transistor-based NOR gate implements the NOR logic function using NPN transistors that act as electronic switches.

  • Two NPN transistors are connected in parallel to perform the NOR operation.
  • If either transistor turns ON, a current path is created to ground, making the output LOW (0).
  • The output becomes HIGH (1) only when both input signals are LOW (0).

Circuit Components

  • Two NPN Transistors (T1 and T2): Act as electronic switches and are connected in parallel to perform the NOR operation.
  • Input Terminals (A and B): Apply the binary input signals to the bases of transistors T1 and T2.
  • Base Resistors: Limit the base current and protect the transistors from excessive current.
  • Pull-up Resistor (R1): Pulls the output to HIGH when both transistors are OFF and limits the collector current.
  • Power Supply (VCC): Provides the required DC operating voltage for the circuit.
  • Output (Y): Produces the NOR gate output, represented as Y = (A + B)'.

Working Principle

The operation of the transistor-based NOR gate depends on the switching states of transistors T1 and T2.

  • A = 0, B = 0: Both transistors remain OFF, so no current flows to ground. The pull-up resistor keeps the output HIGH (1).
  • A = 0, B = 1: T2 turns ON, creating a path to ground and pulling the output LOW (0).
  • A = 1, B = 0: T1 turns ON, allowing current to flow to ground and producing a LOW (0) output.
  • A = 1, B = 1: Both transistors turn ON, providing a complete path to ground. The output remains LOW (0).

This parallel connection ensures that the output becomes HIGH only when both input signals are LOW, demonstrating the behavior of a NOR gate.

Comment

Explore