Computer Studies
Logic Gates & Boolean Algebra
How many combinations in the truth table of an AND gate with 2 inputs produce output 1?
Explanation
Only one combination (A=1 B=1) produces output 1 for an AND gate. All other combinations (0,0) (0,1) and (1,0) give output 0.
Reference: Computer Studies Textbook
, Page 2