MCQ
In Boolean logic, the AND operator gives TRUE only when:
Unit-2 Computational Thinking and Algorithms
A At least one input is true
B Both inputs are true
C No input is true
D Exactly one input is true
Explanation

AND gives TRUE only when both operands are true.