OR Gate Calculator

Calculate OR gate operations for digital logic. Perform single gate and bitwise OR operations with instant results and detailed truth tables.

Single Gate Operation
OR
=
0
Output
Bitwise OR Operation
OR
Truth Table
A = 0B = 0
Output0
A = 0B = 1
Output1
A = 1B = 0
Output1
A = 1B = 1
Output1