A . B = C (Here, A and B are the inputs, and C is the output)
As we know that in the binary number system, 1 means ON and 0 means OFF. So, if we take the inputs to be 1, the output will also give us 1.
A . B = C
1 . 1 = 1 (A = 1, B = 1).
If any of the input is taken as 0, then output will also be 0
A . B = C
1 . 0 = 0 (A = 1, B = 0)