30. Which part of a computer system performs operations on data from all applications run by the computer?
Answer: B
The central processing unit (CPU) performs operations on data from all applications run by the computer.
The CPU is responsible for executing instructions and processing data from all applications within a computer system, making it the central component of computing operations.
A) Graphics processing unit (GPU)
The GPU is primarily designed for rendering graphics and performing parallel processing tasks, particularly in applications involving visual computations. While it can handle specific types of calculations, it does not perform operations on all applications across the system, as its focus is on graphical data rather than general processing.
B) Central processing unit (CPU)
The CPU is the main processor of a computer, executing instructions from all applications and managing data processing tasks. It is essential for overall system performance, making it the correct answer for this question as it directly handles operations on data from various applications.
C) Random-access memory (RAM)
RAM serves as temporary storage for data that the CPU is currently using or processing, but it does not perform operations on the data itself. Instead, it provides the CPU with the necessary data and instructions needed for processing, which makes it crucial but not the answer to the question.
D) Read-only memory (ROM)
ROM is a type of non-volatile memory that contains firmware and essential system instructions. It is not involved in performing operations on application data; rather, it stores critical data needed for booting the system and hardware initialization. Thus, it does not fulfill the role described in the question.
Conclusion
The CPU is the definitive component that performs operations on data from all applications, making it the correct answer. In contrast, the GPU, RAM, and ROM each have specific roles that do not encompass the general processing of data from all applications, thus failing to meet the criteria outlined in the question.