Q
Easy 1 Mark
Computer Studies Logic Gates & Boolean Algebra
For an AND gate with inputs A=1 and B=1 what is the output?
Explanation
AND gate produces output 1 only when all inputs are 1. Since both A=1 and B=1 the output is 1.
Reference: Computer Studies Textbook , Page 2
Hint
AND gate is like logical multiplication: 1×1=1.