Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:
The 74LS138 is a 3-to-8 decoder with active-LOW outputs Y0–Y7. It asserts exactly one output LOW based on the binary code on inputs A (LSB), B, and C (MSB) when properly enabled. The prompt tests correct output indexing for a specific input pattern.
Given Data / Assumptions:
Concept / Approach:
The output index equals the binary value ABC (with C as MSB, A as LSB). For A2 A1 A0 = 0 1 1, the binary value is 3, so Y3 goes LOW, not Y6. Therefore, saying “Output 6 is selected” for 0 1 1 is incorrect.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments