Difficulty: Easy
Correct Answer: –12.8 mA
Explanation:
Introduction / Context:
Fan-out in TTL logic is limited by the amount of current a driving output can sink (LOW) or source (HIGH) while maintaining valid logic levels. Understanding the IIL(max) specification per input allows you to compute the total sink requirement placed on a driver's LOW output level.
Given Data / Assumptions:
Concept / Approach:
When a TTL output is LOW, current flows from each receiving gate into the driver. The total sink current is the sum of all input currents. Multiply the per-input IIL(max) by the number of inputs to get the worst-case sink demand on the driver.
Step-by-Step Solution:
Verification / Alternative check:
Compare to standard TTL driver capability (IOL(max) for 74xx is typically around 16 mA). The computed 12.8 mA is within this limit, consistent with a fan-out rating near 10 for many families.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
–12.8 mA
Discussion & Comments