Q
Medium 2 Marks
Computer Studies Logic Gates & Boolean Algebra
For a NOR gate with A=1 and B=0 what is the output?
Explanation
NOR gate: OR(1,0)=1 then NOT(1)=0. NOR only produces 1 when all inputs are 0. Since A=1 the output is 0.
Reference: Computer Studies Textbook , Page 7
Hint
Apply OR first then invert — if OR gives 1 then NOR gives 0.