53. Which hardware component stores instructions for critical system activities?

Answer: B

Explanation:

Read-only memory (ROM) stores instructions for critical system activities.

Read-only memory (ROM) is a non-volatile storage medium that retains critical system instructions even when the power is off, making it essential for booting and essential system operations.

A) Random-access memory (RAM)

Random-access memory (RAM) is a volatile memory type that temporarily stores data and instructions for active processes. Although it is crucial for system performance, it loses its contents when the power is turned off, which makes it unsuitable for storing critical system instructions permanently.

B) Read-only memory (ROM)

Read-only memory (ROM) is specifically designed to hold firmware and critical system instructions that must remain intact regardless of power status. This characteristic makes it the ideal choice for storing essential system activities, such as the computer's bootloader.

C) Central processing unit (CPU)

The central processing unit (CPU) is the primary component responsible for executing instructions and processing data. However, it does not store instructions itself; instead, it retrieves them from memory (such as RAM or ROM) to perform operations, thus not serving the function of storing critical system activities.

D) Graphics processing unit (GPU)

The graphics processing unit (GPU) is specialized hardware designed for rendering graphics and images. While it plays a key role in processing visual data, it is not involved in storing critical system instructions, which are the focus of the question.

Conclusion

Read-only memory (ROM) is the definitive answer for storing instructions for critical system activities, as it retains essential information even without power. In contrast, RAM, CPU, and GPU serve different functions that do not include the permanent storage of critical system instructions, thereby failing to meet the criteria set by the question.