Level/XNOR Gate: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(Yet another basic gate)
(No difference)

Revision as of 19:21, 6 February 2023

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.