1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
NOT gate
inverter
inverts the input
“a switch that toggles on and off”
AND gate
outputs only one if both inputs are 1
“a two key safe that opens only if both are turned”
OR gate
outputs 1 if at least 1 input is 1
“a doorbell with two switches, pressing either rings the bell”
NAND gate
outputs 0 only if both inputs are 1
“a safety switch operation stops only if both switches are on”
NOR gate
outputs 1 only if both inputs are 0
a security alarm that activates only if no motion is detected
NOT boolean
A’
AND boolean
A * B
OR boolean
A + B
NAND boolean
A’ * B’
NOR boolean
A’ + B’