Difficulty: Easy
Correct Answer: duty cycle
Explanation:
Introduction / Context:
Duty cycle is a core term when describing periodic digital waveforms and pulse width modulation. It indicates how long a signal stays in its active state within one period.
Given Data / Assumptions:
Concept / Approach:
Duty cycle is a ratio or percentage: active_time / period. For PWM control, changing this ratio changes average power delivered to loads.
Step-by-Step Solution:
1) Measure active interval within one cycle: t_active.2) Measure total period T.3) Compute duty cycle: D = t_active / T (often expressed as D * 100%).
Verification / Alternative check:
Oscilloscope cursors or logic analyzer measurements confirm D by dividing the active width by period.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing absolute time with ratio; forgetting to specify whether the signal is active high or active low.
Final Answer:
duty cycle
Discussion & Comments