The brain of any computer system is ?
A.
ALU
B.
Memory
C.
CPU
D.
Control unit
Correct answer is:
C. CPU
Explanation:
The correct answer is CPU because the Central Processing Unit is the primary hardware component responsible for executing instructions and routing operations across the computer.
- Step 1 (Functional Role): The CPU acts as the central coordinator, continuously fetching, decoding, and executing program instructions stored in the system memory.
- Step 2 (Structural Hierarchy): While it houses individual operational sub-units within its silicon core, the entire integrated CPU chip represents the central operational controller for the whole computer machine.
- Incorrect Options:
- ALU (Arithmetic Logic Unit) is incorrect because it is a sub-component inside the CPU dedicated solely to processing raw mathematical calculations and logical comparisons.
- Memory is incorrect because system RAM serves as a temporary holding bay for active data sets rather than executing processing actions.
- Control unit is incorrect because it is a secondary sub-component inside the CPU that directs operational timing and signals rather than representing the entire integrated computing unit.
…