Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:
Recognizing basic gate behavior is essential for reading and designing digital circuits. The statement given resembles the AND gate condition. This item checks whether you can distinguish OR from AND logic based on their truth conditions.
Given Data / Assumptions:
Concept / Approach:
The OR operation outputs 1 if at least one input is 1. The only case that yields 0 is when all inputs are 0. The phrase “only when both inputs are HIGH” is the defining condition of an AND gate, not an OR gate. Therefore, the statement about an OR gate is incorrect.
Step-by-Step Solution:
Verification / Alternative check:
Construct with diodes (wired-OR in positive logic) or use a logic simulator; observe that any HIGH input drives the output HIGH.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing OR with AND because both yield 1 when both inputs are 1; the difference lies in the mixed input cases.
Final Answer:
Incorrect
Discussion & Comments