Q
Easy 1 Mark
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
Hint
AND needs all inputs to be 1 — if any is 0 the result is 0.