Difficulty: Easy
Correct Answer: 32 bit word size, 16 bit data path
Explanation:
Introduction / Context:
The Intel 80386 family introduced 32-bit x86 computing to mainstream PCs. The 80386SX variant provided a lower-cost pathway by narrowing external buses while retaining a 32-bit internal architecture. Distinguishing internal word size from external bus width is a classic computer-architecture concept.
Given Data / Assumptions:
Concept / Approach:
The 80386SX keeps the 32-bit registers and instruction set of the 80386DX, but uses a 16-bit external data bus and a 24-bit address bus to reduce motherboard complexity and cost. Internally it executes 32-bit operations; externally, memory transfers occur 16 bits at a time, potentially requiring two bus cycles for 32-bit values.
Step-by-Step Solution:
Verification / Alternative check:
Motherboards marketed as 386SX commonly paired with cheaper chipsets and memory subsystems; documentation shows 16-bit SIMM paths and performance closer to fast 16-bit 286 systems despite 32-bit instruction support.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
32 bit word size, 16 bit data path.
Discussion & Comments