Difficulty: Easy
Correct Answer: 100 Hz
Explanation:
Introduction / Context:Frequency and period are reciprocals for any repetitive waveform, including sawtooth signals used in timing, ramp generators, and sweep circuits. Converting between milliseconds and hertz correctly is a fundamental time–frequency skill for electronics and instrumentation work.
Given Data / Assumptions:
Concept / Approach:Compute the frequency as the reciprocal of the period after converting to seconds. Maintaining unit consistency avoids order-of-magnitude mistakes that are common when switching between milliseconds and seconds.
Step-by-Step Solution:
Convert period: T = 10 ms = 0.01 s.Compute frequency: f = 1 / T = 1 / 0.01 = 100 Hz.Therefore, the frequency of the sawtooth is 100 Hz.Verification / Alternative check:Check via intuition: A period of 10 ms means 100 cycles occur each second (since 100 * 0.01 s = 1 s). This reaffirms the numerical result without further calculation.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:100 Hz
Discussion & Comments