Computer Studies
Logic Gates & Boolean Algebra
What is the output of the expression (A · B) when A=0 and B=1?
Explanation
A · B (AND) requires both inputs to be 1. Since A=0 the output is 0 regardless of B.
Reference: Computer Studies Textbook
, Page 2