Difficulty: Easy
Correct Answer: A-3, B-2, C-1
Explanation:
Introduction / Context:Register width determines native data handling and influences instruction set design. This question links three foundational CPUs to the bit-width of their general-purpose registers commonly cited in textbooks and exams.
Given Data / Assumptions:
Concept / Approach:Use the canonical teaching mapping: 8085 → 8-bit (often referenced as 8/16 because of register pairs), 8086 → 16-bit, 68000 → 32-bit registers. The option set encodes 8085 as 8/16 to reflect pair usage.
Step-by-Step Solution:
A (8085) → 8-bit registers (with 16-bit pairs) → choose 8/16 → 3.B (8086) → 16-bit → 2.C (68000) → 32-bit → 1.Verification / Alternative check:Manuals: 8085 has 8-bit A, B, C, D, E, H, L; 8086 has 16-bit AX..DX; 68000 provides D0–D7 and A0–A7 as 32-bit registers internally.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:A-3, B-2, C-1
Discussion & Comments