Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ nor_gate.py
File
nor_gate.py
boolean_algebra/nor_gate.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
A NOR Gate is a logic gate in boolean algebra which results in false(0)
if
any of the
3
inputs is 1, and True(1)
if
all inputs are 0.
4
Following is the truth table of a NOR Gate:
Callers
nothing calls this directly
Calls
1
truth_table
Function · 0.85
Tested by
no test coverage detected