kitControl-Nor
This component can take two to four Boolean inputs (inclusive) and only returns true when all of its inputs are false.


The Nor operator's response is as follows:
| In A | In B | Output |
|---|---|---|
| false | false | true |
| true | false | false |
| false | true | false |
| true | true | false |
Nor is available in the Logic folder of the kitControl palette.