Difficulty: Easy
Correct Answer: Correct — TTL can usually sink much more at LOW than it can source at HIGH.
Explanation:
Introduction / Context:
TTL outputs are asymmetric. Designers exploit this when selecting pull-ups, driving LEDs, or budgeting fan-out. Knowing which state offers stronger drive prevents logic-level violations and slow edges.
Given Data / Assumptions:
Concept / Approach:
In TTL, the output transistor network sinks current efficiently at a logical LOW and sources less at a logical HIGH. Datasheets often show IOL in the range of 8–16 mA (or higher for drivers), while IOH is around -0.4 mA. This asymmetry shapes interface design.
Step-by-Step Solution:
Verification / Alternative check:
Practical lab tests show LEDs glow brighter with active-low connection through TTL because sinking current is stronger and VOH degrades with heavy sourcing.
Why Other Options Are Wrong:
Common Pitfalls:
Overloading a TTL output at HIGH, causing VOH to sag and violating VIH of the next stage.
Final Answer:
Correct — TTL typically sinks more current than it can source.
Discussion & Comments