Welcome to the Digital Sandbox. Logic gates are the “building blocks” of all digital electronics. They make decisions based on binary signals—either High (Voltage present, 1) or Low (Voltage absent, 0). By combining these simple components, we can build everything from basic timers to complex smartphone processors.

Logic Gate Lab

Logic Gate Lab

Simulate digital circuit behavior

A
B
AND
OUT
Input A:
Input B:

Lab Notes:

  • AND Gate: Only outputs HIGH if both inputs are HIGH.
  • OR Gate: Outputs HIGH if either input is HIGH.
  • NOT Gate: Inverts the signal (0 becomes 1, and 1 becomes 0).
  • XOR Gate: Exclusive OR—only outputs HIGH if the inputs are different.
Scroll to Top