Difficulty: Easy
Correct Answer: 1974
Explanation:
Introduction / Context:
The evolution from 4-bit to 8-bit microprocessors marked a major leap for early personal computing and embedded systems. Recognizing the timeline helps contextualize software tools, instruction sets, and system buses of the period.
Given Data / Assumptions:
Concept / Approach:
Associate key processor releases with their years. The Intel 8080 was introduced in 1974 and rapidly became the CPU of choice for early hobbyist and commercial systems, paving the way for Zilog Z80 and MOS 6502 later in the decade. Earlier, Intel 8008 (1972) was also 8-bit, but 8080 is typically cited in introductory courses as the landmark for “first mainstream 8-bit.”
Step-by-Step Solution:
Verification / Alternative check:
Historical summaries of early micros: 4004 (1971, 4-bit), 8008 (1972, 8-bit), 8080 (1974, 8-bit, widely adopted), 8085 (1976), 8086 (1978).
Why Other Options Are Wrong:
Common Pitfalls:
Confusing earliest 8-bit (8008 in 1972) with the commonly cited “first widely adopted 8-bit,” which many curricula attribute to 8080 in 1974.
Final Answer:
1974
Discussion & Comments