44. Which part of a computer system performs operations on data from all applications run by the computer?

Answer: B

Explanation:

The Central Processing Unit (CPU) performs operations on data from all applications run by the computer.

The CPU is responsible for executing instructions from all applications, making it the core component that processes data within a computer system.

A) Graphics processing unit (GPU)

The GPU is primarily designed for rendering graphics and performing complex calculations related to visual output. While it processes certain types of data, its main function is not to handle operations from all applications but rather to support graphical tasks.

B) Central processing unit (CPU)

The CPU is the main processing unit of a computer that executes instructions from all applications. It manages and coordinates the operations of the computer's hardware and is essential for processing data across various software programs.

C) Random-access memory (RAM)

RAM serves as temporary storage for data that the CPU needs to access quickly while performing tasks. However, it does not perform operations on data; rather, it holds data for quick retrieval by the CPU as needed.

D) Read-only memory (ROM)

ROM is used to store firmware and permanent data that does not change. It does not perform operations on data from applications; instead, it provides essential instructions for booting the computer and hardware initialization.

Conclusion

The CPU is unequivocally the component that performs operations on data from all applications, as it executes the instructions necessary for processing tasks. In contrast, the GPU, RAM, and ROM serve specific functions that do not encompass the broad operational capabilities of the CPU, thereby confirming it as the correct answer to the question.