MCPcopy 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"""
2A NOR Gate is a logic gate in boolean algebra which results in false(0) if any of the
3inputs is 1, and True(1) if all inputs are 0.
4Following is the truth table of a NOR Gate:

Callers

nothing calls this directly

Calls 1

truth_tableFunction · 0.85

Tested by

no test coverage detected