Difficulty: Easy
Correct Answer: 8-bit parallel CPU
Explanation:
Introduction / Context:
Classifying a microprocessor by word size and data movement style helps predict performance, instruction set density, and peripheral interfacing. The Intel 8085A is a classic starter CPU in many curricula and labs.
Given Data / Assumptions:
Concept / Approach:
An 8-bit CPU processes 8-bit data in the ALU in a single cycle, with larger values handled across multiple cycles. A parallel interface transfers multiple bits simultaneously across data/address lines, enabling higher throughput compared to serial transfer.
Step-by-Step Solution:
Verification / Alternative check:
Typical kits show address/data bus lines on 8085 trainers; timing diagrams indicate parallel bus transactions.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing “address bus width” (16-bit) with “data width” (8-bit). The CPU is still categorized as 8-bit.
Final Answer:
8-bit parallel CPU
Discussion & Comments