Why NAND is AND followed by NOT, so take the AND result and invert it. An AND gate outputs 1 only when every input is 1, so the NAND inverts that single case to 0 and outputs 1 for every other input combination. That makes the low output the unique, identifying state of a NAND gate.
Watch out The choice saying the output is 1 only when all inputs are 1 describes a plain AND gate, the un-inverted version; the choice about a 0 output only when all inputs are 0 describes an OR gate.
NAND = NOT-AND: all ones in, zero out. It is the only input pattern that pulls a NAND low.