57. Which hardware component stores instructions for critical system activities?
Answer: B
Read-only memory (ROM) stores instructions for critical system activities.
Read-only memory (ROM) is a non-volatile storage medium that contains firmware or software that is essential for the basic functioning of a computer system, including instructions for critical system activities.
A) Graphics processing unit (GPU)
The graphics processing unit (GPU) is primarily responsible for rendering images and graphics for display. While it plays a crucial role in processing visual data, it does not store instructions for critical system activities and therefore is not the correct answer.
B) Read-only memory (ROM)
Read-only memory (ROM) is specifically designed to store critical instructions that are required for system booting and hardware initialization. Its non-volatile nature ensures that these instructions remain intact even when the computer is powered off, making it the correct choice for the question.
C) Central processing unit (CPU)
The central processing unit (CPU) is the main processing unit that executes instructions from programs and performs calculations. While it works with instructions, it does not itself store them, making this option incorrect for the question regarding storage of critical system instructions.
D) Random-access memory (RAM)
Random-access memory (RAM) is a volatile memory used to store data and instructions temporarily while a computer is running. Although it is essential for the system's performance, it does not store critical system instructions on a permanent basis, thus it is not the right answer.
Conclusion
Read-only memory (ROM) is the definitive answer as it securely stores critical system instructions required for booting and basic operations. In contrast, the GPU, CPU, and RAM serve different functions that do not align with the requirement of storing these essential instructions, confirming that only ROM is appropriate for this role.