Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
Understanding the mapping between binary inputs and decoder outputs is essential for address decoding. The 74LS138 asserts one of eight active-LOW outputs based on A (LSB), B, C (MSB) when enabled. This item verifies correct output selection for a given input code.
Given Data / Assumptions:
Concept / Approach:
The selected output index equals the binary number CBA, with C as MSB and A as LSB. For CBA = 0 1 1, the index is 3, so Y3 is asserted LOW. Therefore the statement is correct.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments