NOR Truth Table
Date: 2014-02-17 |
DISCLOSURE: If you buy through affiliate links, I may earn a small commission. (disclosures)
Here’s a quick truth table for the NOR function. NOR is a combination of NOT and OR, which, therefore, means that the output of such a function equals 1 only when OR would equal 0, thus NOT-OR.
A | B | OUT |
0 | 0 | 1 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 0 |
Want more like this?
The best way to support my work is to like / comment / share for the algorithm and subscribe for future updates.