Q
Medium 2 Marks
Computer Studies Logic Gates & Boolean Algebra
For a NOR gate with A=1 and B=1 what is the output?
Explanation
NOR gate: OR(1,1)=1 then NOT(1)=0. NOR produces 0 whenever any input is 1.
Reference: Computer Studies Textbook , Page 7
Hint
Apply OR then invert — OR of 1 and 1 is 1 which inverts to 0.