33. 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 the firmware or system-level instructions necessary for booting the computer and performing its fundamental functions. It retains this information even when the power is turned off, making it essential for critical system activities.
A) Central processing unit (CPU)
The central processing unit (CPU) is responsible for executing instructions and processing data, but it does not store instructions itself. The CPU relies on memory components like ROM and RAM to access the instructions needed for operation, making it an incorrect choice for this question.
B) Read-only memory (ROM)
Read-only memory (ROM) is specifically designed to store crucial system instructions permanently. It contains the basic input/output system (BIOS) and other essential firmware that the computer needs to start up and operate, making it the correct answer to the question.
C) Graphics processing unit (GPU)
The graphics processing unit (GPU) is a specialized hardware component designed to render images and handle graphical calculations. While it plays a vital role in processing visual data, it does not store instructions for critical system activities, thus making it an incorrect option.
D) Random-access memory (RAM)
Random-access memory (RAM) is a volatile memory type used for temporarily storing data and instructions that the CPU needs while performing tasks. However, RAM does not retain this information once the power is turned off, which disqualifies it from being a suitable answer for storing instructions for critical system activities.
Conclusion
Read-only memory (ROM) is the definitive answer as it permanently stores essential instructions required for the system's operation, unlike the other options that either do not store instructions or lose their data when powered off. Understanding the roles of these components is crucial for comprehending how computers function at a fundamental level.