1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
NOT gate
it accepts a single input and the output is the opposite value
AND gate
it accepts 2 wires, and if both the wires are ‘on’ it outputs 1. If either are off, the output is 0
OR gate
it accepts 2 wires, and as long as either wire is 1, the output is 1
NOR gate
it accepts 2 wires, and if any of its inputs are 1 it will give an output of 0
NAND gate
It accepts 2 wires, and if both inputs are 1 the output is 0, or if both wires are 0 the output is 1 . If there is a 1 output is 1.
XOR gate
it accepts 2 wires, and if one input is 1 the output is 1, and if both inputs are 0 or if both are 1 the output is 0