NOR (Logical Operator) – Explained with Programming Examples
The NOR logical operator gives a result of true if and only if both operands are false. In other words, it returns false only if at least one of its operands is true.
https://codeparttime.com/nor-logical-operator-explained/