Difficulty: Easy
Correct Answer: 8086/8088
Explanation:
Introduction / Context:
To minimize package pins, early microprocessors often multiplexed address and data on the same physical lines and used a signal such as ALE to latch the address externally. Recognizing which generation used this technique helps when reading legacy schematics and timing diagrams.
Given Data / Assumptions:
Concept / Approach:
The 8086/8088 bus cycles place address on the AD lines during the first state (T1) and data on those same lines during subsequent states (T2–T4). Later processors increased pin counts and bus widths, reducing the need for such multiplexing at the package level in typical implementations.
Step-by-Step Solution:
Verification / Alternative check:
Original Intel hardware manuals show bus timing with multiplexed address/data phases and ALE strobes.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
8086/8088
Discussion & Comments