Level/XNOR Gate

From Turing Complete
Revision as of 19:21, 6 February 2023 by w:c:strategywiki>Henke37 (Yet another basic gate)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This level has you create the XNOR Gate.

XNOR Gate Truth Table
Input One Input Two Output
False False True
False True False
True False False
True True True

Since this gate is just the inverse of the XOR Gate, use an XOR Gate and stick a NOT Gate on the output.