Search here for all the info you want in this Blog

Logicl Operators

Logicl Operators



Operator
Description
Truth table
And
Conjunction
 True And True          =  True
True And False     = False
False And True             = False
False And False            = False
Or
Disjunction
 True Or True              = True
True Or False              = True
False Or True              = True
False Or False     = False
Not
Negation
 Not True                =  False
Not False         =  True

No comments:

Post a Comment