Difficulty: Medium
Correct Answer: 5.32 mA
Explanation:
Introduction / Context:When a TTL gate output pulls LOW, it can sink current from a load tied to VCC. For an LED indicator with a series resistor connected to VCC, the LED current is set by the voltage across the resistor, which depends on VCC, the LED forward drop, and the LOW-level output voltage of the gate (VOL). The question tests understanding of active-LOW LED driving and basic current calculation.
Given Data / Assumptions:
Concept / Approach:Ohm's law sets current I = V_R / R, where V_R is the voltage across the resistor. V_R = VCC − V_LED − VOL. Typical small red LED forward drop is about 2.0 V to 2.2 V under a few milliamps. A TTL VOL under modest sink currents is typically a few hundred millivolts. The closest standard value among the options generally corresponds to around 5 mA to 6 mA.
Step-by-Step Solution:
1) Assume VCC = 5.0 V.2) Assume V_LED ≈ 2.2 V (typical) and VOL ≈ 0.3 V (representative for TTL at a few mA).3) Compute resistor voltage: V_R = 5.0 − 2.2 − 0.3 = 2.5 V.4) Compute current: I = V_R / R = 2.5 / 470 ≈ 0.00532 A = 5.32 mA.Verification / Alternative check:Trying nearby typical values (for example, V_LED between 2.0 and 2.3 V and VOL between 0.2 and 0.4 V) yields currents in the 5 mA to 6.5 mA range. The given options include 5.32 mA, which matches the calculation using mainstream assumptions.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting to include VOL. Assuming the LED is tied to ground rather than VCC in an active-LOW sink configuration leads to the wrong reference polarities.
Final Answer:5.32 mA
Discussion & Comments