Difficulty: Easy
Correct Answer: 0.8 MHz
Explanation:
Introduction / Context:Clock specification conversions between period (time per cycle) and frequency (cycles per second) are routine in digital design, timing analysis, and interface selection.
Given Data / Assumptions:
Concept / Approach:
The inverse relationship f = 1/T directly gives frequency once the period is expressed in seconds. Carefully convert microseconds to seconds to avoid thousand- or million-fold mistakes.
Step-by-Step Solution:
T = 1.25 µs = 1.25 × 10^-6 sf = 1 / T = 1 / (1.25 × 10^-6) HzCompute: 1 / 1.25 = 0.8; and 1 / 10^-6 = 10^6 → f = 0.8 × 10^6 HzTherefore f = 0.8 MHz.Verification / Alternative check:
Check scale: a period near 1 µs corresponds to near 1 MHz. At 1.25 µs, the frequency should be slightly less than 1 MHz, consistent with 0.8 MHz.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
0.8 MHz
Discussion & Comments