PRASHNIKAप्रश्निका
Back to the paper

When a sequence of OR, NOT, NOR are connected in series, the logic gate obtained is:

Computer Science20241 markMCQ
  • (a)AND
  • (b)NOT
  • (c)OR
  • (d)XOR

Answer

Answer

AI

Correct 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.
Computer Hardware

From ISC 2024 Computer Science Paper 1, question 1(ii).