Difficulty: Easy
Correct Answer: A = 1, B = 1, S = 0
Explanation:
Introduction / Context:
Inhibit inputs are common control features that disable otherwise-valid outputs. Recognizing the polarity of inhibit (active-high vs. active-low) is crucial to correct logic interpretation.
Given Data / Assumptions:
Concept / Approach:
Base AND requires A = 1 and B = 1. The active-high inhibit S must be 0 for the output to be enabled. Therefore, the only time output is 1 is when A = 1, B = 1, and S = 0.
Step-by-Step Solution:
Verification / Alternative check:
Truth table inspection confirms that any time S = 1, output is forced low, regardless of A and B.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing inhibit polarity; assuming it behaves like an enable (active-high) when it is in fact active-high inhibit.
Final Answer:
A = 1, B = 1, S = 0
Discussion & Comments