Question:

Which component of a computer is responsible for processing data?

Show Hint

Use this analogy: The CPU is the chef (processing), the keyboard is the recipe book (input), and the finished meal on a plate is the monitor (output). The processing is the crucial middle step where the work happens.
Updated On: Jul 14, 2026
  • Monitor
  • CPU
  • Keyboard
  • Printer
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

Step 1: Understanding the Question:
The question asks to name the central hardware unit within a computer that is tasked with executing instructions and performing calculations on data.
Step 2: Detailed Explanation:
  • The Central Processing Unit (CPU): The CPU is frequently called the "brain" of the computer because it executes commands from both software and hardware. It handles virtually every operation, from a simple mouse click to a complex scientific calculation.
  • Core Components: The CPU itself is composed of several key parts: the Control Unit (CU), which orchestrates the flow of data; the Arithmetic Logic Unit (ALU), which executes mathematical and logical operations; and Registers, which provide high-speed temporary storage.
  • Operational Cycle: The CPU functions on a fundamental "Fetch-Decode-Execute" cycle. It retrieves (fetches) an instruction from memory, interprets (decodes) what needs to be done, and then performs (executes) the required action.
  • Analyzing Other Options: The other choices are peripheral devices. A monitor is an "output" device for displaying information visually. A keyboard is an "input" device for entering user commands. A printer is an "output" device for creating physical copies. None of these components perform the core data processing.
  • Measuring Performance: A computer's overall processing capability is heavily influenced by the CPU's clock speed (in GHz) and the number of cores (individual processing units) it has.
Step 3: Final Answer:
The CPU is the correct choice, as it is the component fundamentally responsible for processing all data and instructions within a computer system.
Was this answer helpful?
1
0
Show Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Every part of a computer can be sorted into one of three roles: taking information in, working on that information, or sending information out. Sorting the four options this way points to the answer directly.

  1. Monitor: A monitor only displays whatever image signal it receives from the graphics hardware. It does not alter, calculate, or interpret the data in any way, so it belongs to the output side of the system, not the processing side.
  2. CPU: The CPU is the only component in this list that actually operates on data. It carries out arithmetic, comparisons, and logical operations on whatever values are handed to it, which is precisely what processing means.
  3. Keyboard: A keyboard converts a physical keypress into an electrical signal and sends that signal onward. It contributes raw input but performs no calculation or transformation of the data's meaning.
  4. Printer: A printer takes finished data and produces a paper copy of it. Like the monitor, its job happens after processing is complete, placing it firmly in the output category.

Only one of the four choices sits in the processing slot of the input-process-output model, and that is the CPU.

Therefore, the correct answer is CPU.

Was this answer helpful?
0
0