Industrial electronics

logic high

In binary logic, one of the two levels that a signal can have.

logic high: the upper voltage state that means 1

Logic high is the upper voltage level in a digital signal, representing the binary value 1. It sits at the positive end of the voltage range that a logic circuit recognizes as meaningful information. In TTL (transistor-transistor logic) circuits, logic high is typically 2.4 volts or higher; in CMOS (complementary metal-oxide-semiconductor) circuits operating at 5 volts, it is usually 3.5 volts or higher. The exact threshold varies by logic family and supply voltage.

The counterpart is logic low, which represents binary 0 and occupies the lower voltage range, typically below 0.8 volts in TTL. The gap between these two voltage bands, called the noise margin, exists to protect signals from electrical interference and component tolerance drift. If a signal falls between the bands, the circuit behavior becomes undefined and unreliable.

Where logic high matters in practice

Every digital system, from microcontroller I/O pins to field-programmable gate arrays (FPGAs), processes information as sequences of logic high and low states. A processor reads a pin as high or low many times per second; a logic high on a reset pin tells a chip to initialize, while a logic low might signal normal operation. Industrial sensors, switches, and relays must produce voltage levels that cross unambiguously into the logic high zone to be read correctly by downstream circuits.

Problems arise when analog signals, degraded cables, or slow-changing voltages hover near the decision boundary. A signal rising slowly from ground toward 5 volts might be interpreted as logic high by one gate but logic low by another, causing race conditions or transient errors. Pull-up resistors and Schmitt trigger inputs are standard tools to push weak signals cleanly into one state or the other.

The term 'high' is purely conventional, a legacy of the earliest digital logic where higher voltage meant true and lower voltage meant false. Modern low-voltage logic families operate at 1.2 volts or even lower, yet the terminology persists unchanged.

More from Industrial electronics

See all

Get the Word of the Day

One industrial term every weekday, with the trade it belongs to and why it is worth knowing. No advertising.