Difficulty: Easy
Correct Answer: 25%
Explanation:
Introduction / Context:
Duty cycle is a fundamental parameter for rectangular and pulse waveforms used in digital electronics, PWM motor control, switching power supplies, LED dimming, and timing systems. It tells us what fraction of one full period a signal remains in its active or HIGH state and is commonly expressed as a percentage.
Given Data / Assumptions:
Concept / Approach:
By definition, duty cycle in percent is computed as (t_on / T) * 100. When period and on-time are related by a simple ratio, we substitute that ratio directly into the formula to get the percentage. This definition is widely used across oscilloscopes, function generators, and data sheets for digital circuits.
Step-by-Step Solution:
Verification / Alternative check:
Imagine one complete period split into four equal segments. If the signal is HIGH for only one segment and LOW for the remaining three, exactly one fourth of the time is HIGH, confirming a 25 percent duty cycle.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
25%
Discussion & Comments