Logical AND Operation
The logical AND operation of two Boolean variables A and b, given as Y=A, is represented by table. The common symbol for this operation is the multiplication sign (.). The table shows that the result of the AND operation on the variables A and B is logical 0 for all cases, except when both A and B are logical 1. Usually, the dot denoting the AND function is omitted and A.B is written as AB.
Comments
Post a Comment