Difficulty: Easy
Correct Answer: G1 = 1, G2A = 0, G2B = 0
Explanation:
Introduction / Context:
The 74LS138 has three enable inputs: one active-HIGH (G1) and two active-LOW (G2A, G2B). Only when the correct combination is applied are the eight active-LOW outputs allowed to reflect the A, B, C inputs. This question reinforces correct enable logic before decoding can occur.
Given Data / Assumptions:
Concept / Approach:
Enabling conditions gate the decoder’s internal logic. The device truth table shows decoding is active only when G1=1 and both G2 inputs are 0. Any other combination disables the chip, forcing all outputs HIGH independent of A/B/C inputs.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments