Difficulty: Easy
Correct Answer: A microprocessor
Explanation:
Introduction / Context:Computer classes historically include microcomputers, minicomputers, and mainframes. The hallmark of a microcomputer is that its CPU is implemented on a single integrated circuit: the microprocessor. This integration drastically reduced cost and physical size, fueling personal computing.
Given Data / Assumptions:
Concept / Approach:When the CPU is realized as a microprocessor, the entire computer can be built around it with memory, I/O, and support chips. This design contrasts with CPUs built from multiple boards or vacuum tubes. The single-chip CPU is the defining criterion for a microcomputer.
Step-by-Step Solution:
Identify the defining feature: CPU on a single IC. Map that feature to the correct term: microprocessor. Select the answer indicating a microprocessor-based CPU.Verification / Alternative check:Classic examples: systems based on Intel 8080/8086, Motorola 68000, or modern x86/ARM SoCs are microprocessor-based and therefore microcomputers (at the personal scale or embedded scale).
Why Other Options Are Wrong:
Multiple discrete chips or registers: describes older or custom CPUs, not a microcomputer definition. Vacuum tube CPU: characteristic of early mainframes, not microcomputers. None: incorrect because microprocessor is the standard definition.Common Pitfalls:Confusing “microcontroller” with “microprocessor”: a microcontroller includes CPU + memory + peripherals on one chip; many microcomputers can still be built around a microcontroller.
Final Answer:A microprocessor
Discussion & Comments