Loading simulator…
A NAND gate represents an inverted AND operation. The output Y evaluates to 0 if and only if both inputs A and B are 1. For all other input configurations, the output remains 1.
Boolean Equation:
Y = ~(A · B)