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 (OR) gives 1 if at least one input is 1. Since B=1 the output is 1.
Reference: Computer Studies Textbook , Page 3
Hint
OR needs only one input to be 1 — B satisfies this.