Logic Circuits 103
Master core logic concepts with interactive examples
Gate Simulator
Truth Table
A
B
Output
?
Gate result display
Understanding Logic Gates
In digital electronics and computer science, logic gates perform binary operations. Each input is either 0 (false/off) or 1 (true/on), and produce a single binary output.
AND Gate
Output is 1 only if both inputs are 1
OR Gate
Output is 1 if at least one input is 1
NOT Gate
Output is the inverse of the input