1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Logical operators
Symbols used to represent circuits of transistors.
Transistors
Tiny switches. There are millions inside computers.
AND
Conjunction/^. If all inputs are 1, the output is 1.
OR
Disjunction/v. If at least one input is 1, the output is 1.
NOT
Negation/¬. One input, which can be the output of another Logical Operator. Outputs the opposite of the input.
Truth tables
to find all possible outputs in a list of inputs