Back to Engineering Toolkit

Logic Gate Simulator

Simulate digital logic gates with configurable inputs. Visualize truth tables and understand gate behavior for circuit design and digital electronics.

Gate Description

Output is 1 only if both inputs are 1

Inputs

0
0

Output

Result

0

0 AND 0 = 0

Output: LOW (Logic 0)

Truth Table

ABOut
000
010
100
111

Digital Logic

Bit 0: Logic LOW

Bit 1: Logic HIGH

Universal gates: NAND, NOR can implement any logic function.