Difficulty: Easy
Correct Answer: CPU
Explanation:
Introduction / Context:The phrase “brain of the computer” is a popular way to describe the part of a system that coordinates and performs instruction execution. Knowing the precise component associated with this role is fundamental to computer organization.
Given Data / Assumptions:
Concept / Approach:
The Central Processing Unit (CPU) encompasses the control unit and the Arithmetic Logic Unit (ALU), and often register files and caches. It orchestrates instruction flow, performs operations, and interfaces with memory and I/O.
Step-by-Step Solution:
Identify the entity responsible for overall instruction execution → CPU.Note: ALU and control unit are subcomponents within the CPU; memory stores data but does not execute instructions.Verification / Alternative check:
Any CPU block diagram shows the control unit directing the ALU and registers while communicating over buses—hence the metaphor “brain.”
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
CPU.
Discussion & Comments