1/17
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
the AND operator returns true only if…
both of its inputs are true
in boolean logic 0 represents…
false
in boolean logic 1 represents..
true
the OR operator returns true if…
at least one of its inputs is true
the NOT operator … the input.
inverts
If the input of a NOT operator is true..
it returns false
the NAND operator is the negation of the…
AND operator.
the NAND operator returns false only if…
both inputs are true; otherwise, it returns false
the NOR operator is the negation of the…
OR operator
the NOR operator returns true only if…
both inputs are false; otherwise it returns false
the XOR operator returns true if…
exactly one of its inputs is true
if both inputs of an XOR operator are the same it returns…
false
AND operator table
OR operator table
NOT operator table
NAND operator table
NOR operator table
XOR operator table