1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
XOR gate
- exclusively or
- only ONE input
NAND gate
opposite of AND
NOR
Opposite of OR
adder
circuit to calculate boolean addition
half adder
two inputs, two outputs, two logic gates
cant do 1+1+1
full adder
- three inputs, two outputs
- includes carry bit from previous operation (can add three 1's)
edge-triggered d type flip flop
a logic circuit that is used as a memory unit, storing a single bit
- inputs (data and clock signal)
- output (stored bit)