Q
Easy 1 Mark
Computer Studies Logic Gates & Boolean Algebra
For an OR gate with A=1 and B=0 what is the output?
Explanation
OR gate produces output 1 if at least one input is 1. Since A=1 the output is 1 regardless of B.
Reference: Computer Studies Textbook , Page 3
Hint
OR needs only one input to be 1.