Difficulty: Easy
Correct Answer: 82.5 mW
Explanation:
Introduction / Context:
Digital ICs often specify supply current in two states: when outputs are HIGH (ICCH) and when outputs are LOW (ICCL). To estimate average power, designers compute the duty-cycle-weighted average current and multiply by the supply voltage.
Given Data / Assumptions:
Concept / Approach:
Average current for a two-state system with equal time in each state is: I_avg = (ICCH + ICCL) / 2. The average power is then P_avg = VCC * I_avg.
Step-by-Step Solution:
Compute I_avg = (10 mA + 23 mA) / 2 = 33 mA / 2 = 16.5 mA.Compute P_avg = 5 V * 16.5 mA = 82.5 mW.Thus, the average power dissipation is 82.5 mW.
Verification / Alternative check:
If duty cycle were not 50%, use I_avg = D * ICCH + (1 − D) * ICCL. For D = 0.5, the calculation above is confirmed.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing “sum” with “average,” or forgetting to multiply by VCC to convert current to power. Ensure units are consistent: volts * amperes = watts.
Final Answer:
82.5 mW
Discussion & Comments