Difficulty: Easy
Correct Answer: 25Mhz
Explanation:
Introduction / Context:
Many classic processors (e.g., 486DX2) used internal multipliers to run the CPU core faster than the external front-side bus. Recognizing the relationship between internal clock and bus clock is essential when evaluating memory throughput and expansion card timing.
Given Data / Assumptions:
Concept / Approach:
The 486DX2 multiplies the external bus frequency by 2 to obtain the internal CPU frequency. Therefore, bus_clock * 2 = internal_clock. Rearranging gives bus_clock = internal_clock / 2. With a 50 MHz core, the bus runs at 25 MHz.
Step-by-Step Solution:
Verification / Alternative check:
Historical specs list 486DX2-50 as 25 MHz FSB with 2x multiplier. Similarly, a 486DX2-66 uses 33 MHz FSB with 2x multiplier to reach 66 MHz internal.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing DX2 (2x) with DX4 (3x) parts; forgetting that memory and ISA bus derived timings follow the external bus, not the internal multiplier.
Final Answer:
25Mhz
Discussion & Comments