-
Beta Was this translation helpful? Give feedback.
Answered by
solman252
Apr 17, 2025
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
antimono
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is intended. You're given a NAND gate to start with. AND and NOT gates can be made using this gate.
NOT gates can be constructed by giving the same input wire to both IN A and IN B for a NAND gate.
AND gatess can be constructed by just using a NAND gate and then inverting the output with that NOT gate you made.