Browse components

Complete Guide to Logic Gates

Electronic Components Guide

Comprehensive collection of electronic components including logic gates, decoders, counters, multiplexers and displays. Each component includes detailed datasheets, truth tables, pinouts and practical applications for engineers and students.

Available Electronic Components

AND Logic Gate (Integrated Circuit 7408/74LS08)

The 7408 integrated circuit is a 2-input AND logic gate. Check its datasheet for technical details. For the output to be high (1), both inputs must be high (1), as shown in its truth table.

Configuration

2 inputs and 1 output

Boolean FunctionOutput = A AND B
Applications

Control systems, Arithmetic circuits...

Truth Table

Input AInput BOutput
1
1
111

Datasheet and Diagram

Datasheet AND Logic Gate (Integrated Circuit 7408/74LS08)

OR Logic Gate (Integrated Circuit 7432/74LS32)

The 7432 integrated circuit is a 2-input OR logic gate. The output will be high (1) if at least one input is high (1), check its truth table. The datasheet contains more information.

Configuration

2 inputs and 1 output

Boolean FunctionOutput = A OR B
Applications

Detection systems, Selection circuits

Truth Table

Input AInput BOutput
11
11
111

Datasheet and Diagram

Datasheet OR Logic Gate (Integrated Circuit 7432/74LS32)

NOT Logic Gate (Integrated Circuit 7404/74LS04)

The 7404 integrated circuit is a NOT logic gate (inverter). It has 1 input and 1 output, inverting the signal. Check its truth table and datasheet for specifications.

Configuration

1 input and 1 output

Boolean FunctionOutput = NOT A
Applications

Signal inversion, Oscillators

Truth Table

Input AInput BOutput
1
1

Datasheet and Diagram

Datasheet NOT Logic Gate (Integrated Circuit 7404/74LS04)

NAND Logic Gate (Integrated Circuit 7400/74LS00)

The 7400 integrated circuit is a 2-input NAND gate (AND + NOT). The output is low (0) only if both inputs are high (1), as indicated in its truth table. Check the datasheet for more details.

Configuration

2 inputs and 1 output

Boolean FunctionOutput = NOT (A AND B)
Applications

Memory circuits (Flip-flops), Universal logic gate

Truth Table

Input AInput BOutput
1
11
11
11

Datasheet and Diagram

Datasheet NAND Logic Gate (Integrated Circuit 7400/74LS00)

XOR Logic Gate (Integrated Circuit 7486/74LS86)

The 7486 integrated circuit is a 2-input XOR (exclusive OR) logic gate. The output is high (1) only if the inputs are different. Useful in parity circuits and adders.

Configuration

2 inputs and 1 output

Boolean FunctionOutput = A XOR B
Applications

Parity circuits, Binary adders...

Truth Table

Input AInput BOutput
11
11
11

Datasheet and Diagram

Datasheet XOR Logic Gate (Integrated Circuit 7486/74LS86)

NOR Logic Gate (Integrated Circuit 7402/74LS02)

The 7402 integrated circuit is a 2-input NOR logic gate (OR + NOT). The output is high (1) only if both inputs are low (0). It is a universal gate like NAND.

Configuration

2 inputs and 1 output

Boolean FunctionOutput = NOT (A OR B)
Applications

Flip-flops, Universal logic gate...

Truth Table

Input AInput BOutput
1
1
1
11

Datasheet and Diagram

Datasheet NOR Logic Gate (Integrated Circuit 7402/74LS02)

XNOR Logic Gate (Integrated Circuit 74266)

The 74266 integrated circuit is a 2-input XNOR (exclusive NOR) logic gate. The output is high (1) when the inputs are equal. It is the opposite of XOR.

Configuration

2 inputs and 1 output

Boolean FunctionOutput = NOT (A XOR B)
Applications

Comparators, Equality detectors...

Truth Table

Input AInput BOutput
1
1
1
111

Datasheet and Diagram

Datasheet XNOR Logic Gate (Integrated Circuit 74266)

Buffer/Driver (Integrated Circuit 7407/74LS07)

The 7407 integrated circuit is an open-collector buffer/driver. It amplifies current without changing signal logic. Useful for driving heavy loads or interfaces.

Configuration

1 input and 1 output

Boolean FunctionOutput = A (amplified)
Applications

LED drivers, Relay interfaces...

Truth Table

Input AInput BOutput
11

Datasheet and Diagram

Datasheet Buffer/Driver (Integrated Circuit 7407/74LS07)

BCD to 7-segment decoder (SN7447A)

The SN7447A is a BCD to 7-segment decoder with open collector active-low outputs, designed for common-anode displays. It includes digit on/off control and lamp test functionality. It is TTL logic equivalent to the LS47 and widely used in classic projects.

Configuration

4 BCD inputs, 7 display outputs

TipoBCD-7seg Decoder
Applications

7-segment displays, Digital counters...

Truth Table

Input AInput BOutput

Datasheet and Diagram

Datasheet BCD to 7-segment decoder (SN7447A)

BCD to 7-segment decoder (SN7448)

The SN7448 is similar to the SN7447 but with active-high outputs for common-cathode displays. It includes internal pull-up resistors and can directly drive LEDs without external resistors.

Configuration

4 BCD inputs, 7 display outputs

TipoBCD-7seg Decoder
Applications

Common-cathode displays, Digital instruments...

Datasheet and Diagram

Datasheet BCD to 7-segment decoder (SN7448)

3-to-8 line decoder (SN74LS138)

The SN74LS138 is a 3-to-8 line decoder/demultiplexer. It takes 3 selection bits and activates one of 8 outputs. It has 3 enable inputs, ideal for addressing chips or expanding control lines. Popular in digital electronics for TTL compatibility and low cost.

Configuration

3 selection inputs, 8 outputs

Tipo3-to-8 Decoder
Applications

Memory addressing, Data demultiplexing...

Truth Table

Input AInput BOutput

Datasheet and Diagram

Datasheet 3-to-8 line decoder (SN74LS138)

Decade counter (SN74LS90)

The SN74LS90 is a decade counter (divide by 10). It consists of four master-slave flip-flops and logic for binary/BCD counting. It provides QA...QD outputs; can obtain a square wave of 10 (or cycle of 10) by connecting QD to the clock input. It has synchronous reset and preset. Widely used for BCD digit counters in educational projects.

Configuration

4 BCD outputs, 2 clock inputs

TipoBCD Counter (mod-10)
Applications

BCD digit counters, Frequency dividers...

Truth Table

Input AInput BOutput

Datasheet and Diagram

Datasheet Decade counter (SN74LS90)

Divide-by-12 counter (SN74LS92)

The SN74LS92 is a "Divide-By-12" counter (4 bits). Similar to the 74LS90, but counting resets at 12. It also has internal flip-flops and ports for cascading with other counters. Widely used in frequency dividers and modular counters.

Configuration

4 binary outputs, 2 clock inputs

Tipomod-12 Counter
Applications

Frequency dividers, Modular counters...

Truth Table

Input AInput BOutput

Datasheet and Diagram

Datasheet Divide-by-12 counter (SN74LS92)

4-bit binary counter (SN74LS93)

The SN74LS93 is a 4-bit binary counter (divide by 16). Compatible with the LS family, it counts from 0 to 15 in binary. Includes internal flip-flops and cascade capability for larger counters.

Configuration

4 binary outputs, 2 clock inputs

Tipo4-bit binary counter
Applications

Binary counters, Frequency dividers 梅16...

Datasheet and Diagram

Datasheet 4-bit binary counter (SN74LS93)

8-to-1 multiplexer (SN74LS151)

The SN74LS151 is an 8-to-1 multiplexer/demultiplexer. It selects one of eight data inputs to a single output channel. It includes enable signal (strobe) and complementary outputs. Common in parallel-to-serial conversion applications.

Configuration

8 data inputs, 3 select lines

Tipo8:1 Multiplexer
Applications

Parallel to serial conversion, Data source selection...

Truth Table

Input AInput BOutput

Datasheet and Diagram

Datasheet 8-to-1 multiplexer (SN74LS151)

Dual 4-to-1 multiplexer (SN74LS153)

The SN74LS153 is a dual 4-to-1 multiplexer. Each block selects from 4 inputs according to two address bits. It also has independent enables. Allows parallel-to-serial conversion or data bus "mux". Widely used in TTL systems for offering two channels in one package.

Configuration

2 independent 4:1 multiplexers

TipoDual 4:1 Multiplexer
Applications

Data bus multiplexing, Dual signal selection...

Truth Table

Input AInput BOutput

Datasheet and Diagram

Datasheet Dual 4-to-1 multiplexer (SN74LS153)

7-segment display (SC56-11EWA)

The SC56-11EWA is a 1-digit 7-segment display, 0.56" (~14.2 mm) high, red color, diffused face. It is common cathode (CC) type, each segment connects to a pin with its current limiting resistor and the common pin to GND. Widely used for numerical display in TTL circuits.

Configuration

7 segments + decimal point

Tipo7-seg CC Display
Applications

Digital counters, Digital clocks...

Datasheet and Diagram

Datasheet 7-segment display (SC56-11EWA)

LM317T Adjustable Linear Voltage Regulator

The LM317T is a three-terminal adjustable linear voltage regulator capable of supplying more than 1.5A over an output voltage range of 1.2V to 37V. It requires only two external resistors to set the output voltage.

Configuration

3 terminals: IN, OUT, ADJ

TipoPositive adjustable linear regulator
Applications

Regulated power supplies, Battery chargers...

Datasheet and Diagram

Datasheet LM317T Adjustable Linear Voltage Regulator

LM337T Adjustable Negative Linear Voltage Regulator

The LM337T is a three-terminal adjustable negative linear voltage regulator, complementary to the LM317T. Capable of supplying more than 1.5A over an output voltage range of -1.2V to -37V.

Configuration

3 terminals: IN, OUT, ADJ

TipoNegative adjustable linear regulator
Applications

Dual power supplies, Operational amplifiers...

Datasheet and Diagram

Datasheet LM337T Adjustable Negative Linear Voltage Regulator

LM7805 Fixed Linear Voltage Regulator (+5V)

The LM7805 is a three-terminal fixed linear voltage regulator that provides a stable +5V output with a maximum current of 1A. It is widely used in digital systems and logic circuits.

Configuration

3 terminals: IN, GND, OUT

TipoPositive fixed linear regulator
Applications

Digital systems, Microcontrollers...

Datasheet and Diagram

Datasheet LM7805 Fixed Linear Voltage Regulator (+5V)

LM7812 Fixed Linear Voltage Regulator (+12V)

The LM7812 is a three-terminal fixed linear voltage regulator that provides a stable +12V output with a maximum current of 1A. Ideal for powering operational amplifiers and analog circuits.

Configuration

3 terminals: IN, GND, OUT

TipoPositive fixed linear regulator
Applications

Operational amplifiers, Analog circuits...

Datasheet and Diagram

Datasheet LM7812 Fixed Linear Voltage Regulator (+12V)

LM2596 Switching Voltage Regulator (Buck Converter)

The LM2596 is a high-efficiency step-down switching voltage regulator capable of handling up to 3A of output current. It offers higher efficiency than traditional linear regulators.

Configuration

5 pins: VIN, SW, GND, FB, ON/OFF

TipoStep-down switching regulator (Buck)
Applications

Efficient power supplies, Battery systems...

Datasheet and Diagram

Datasheet LM2596 Switching Voltage Regulator (Buck Converter)

Comentarios

No hay comentarios a煤n. 隆S茅 el primero en comentar!

How Logic Gates Work

Logic gates are electronic devices that perform basic logical operations based on Boolean algebra. They operate with binary signals (0 and 1, low and high voltage) and are the essential building blocks of all digital systems.

Active High and Active Low

An active low pin must be connected to a low logic level (0 volts) to activate, while an active high pin must be connected to a high logic level (3 or 5 volts).

Integrated Circuits

They are implemented in ICs such as those from the TTL or CMOS family, to save space and increase efficiency.

Main Applications

7408

Control systems

7432

Detection systems

7404

Signal inversion

7400

Memory circuits (Flip-flops)

7486

Parity circuits