Difficulty: Easy
Correct Answer: 444 ns
Explanation:
Introduction / Context:Parallel buses transfer an entire word per clock. Understanding the relationship between clock frequency and transfer time is essential for bus bandwidth calculations and timing budgeting.
Given Data / Assumptions:
Concept / Approach:
In parallel transfer, the time to send one word typically equals one clock period. Period T = 1 / f_clk. Convert units carefully from megahertz to seconds per cycle.
Step-by-Step Solution:
f_clk = 2.25 MHz = 2.25 × 10^6 HzT = 1 / f_clk = 1 / (2.25 × 10^6) sNumeric: 1 / 2.25 ≈ 0.444... microsecondsTherefore, T ≈ 0.444 µs = 444 ns per word transfer.Verification / Alternative check:
Quick scale check: A 1 MHz clock has T = 1 µs. At 2.25 MHz, period should be ~0.44 µs, matching 444 ns.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
444 ns
Discussion & Comments