‹ Back to the paper
When a sequence of OR, NOT, NOR are connected in series, the logic gate obtained is:
- (a)AND
- (b)NOT
- (c)OR
- (d)XOR
Answer
Answer
AICorrect option: (c)
Answer: (c) OR
A signal passed through OR then NOT then NOR (with both NOR inputs tied to the same signal, so the NOR acts as a NOT) is complemented twice, cancelling out. Two NOTs in a row leave the original OR output unchanged, so the overall circuit behaves as an OR gate.
From ISC 2024 Computer Science Paper 1, question 1(ii).