Logic Gate Calculator
Interactive Digital Logic Gates Simulator
Select Logic Gate
Output is 1 only when both inputs are 1
Input Controls
Truth Table
| A | B | Y |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Gate Diagram
High (1)
Low (0)
Not Set
Gate Information
Name:
AND Gate
Symbol:
A · B
Inputs:
2 (Binary)
Quick Reference
0 = False / Low / Off
1 = True / High / On
Universal Gates:
NAND and NOR can create any logic
You Might Also Like
Explore more tools in this category
UUID Generator
Generate UUIDs
Nano ID Generator
Generate Nano IDs
HTTP Status Codes
Quick reference for HTTP status codes
Regex Tester
Test regular expressions
Regex Library
Common regex patterns for validation and text processing
Diff Checker
Compare text and code differences
Cron Generator
Create cron expressions for task scheduling
URL Parameter Parser
Parse and build URL query strings and parameters
XOR Calculator
Calculate XOR operations with binary, decimal, and hexadecimal support