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.
- 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.
- 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.
- 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.
- 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.