JEE Physics · Easy

Semiconductors: OR Gate MCQ

Solve this quality-checked JEE multiple-choice question, then review the correct answer and explanation.

Timer-based practiceDetailed answer reviewMobile-friendly flow
OR GateEasyQuestion 20245

Question

OR gate output is 0 (LOW) only when:
  1. A
    All inputs are 1
  2. B
    Any input is 1
  3. C
    All inputs are 0
    Correct
  4. D
    Any input is 0

Correct answer

All inputs are 0

Explanation

OR: Y = A+B. Truth table: 00→0, 01→1, 10→1, 11→1. Output LOW only when ALL inputs are LOW. Represents logical addition.