The startup routine is commonly stored in non-volatile memory to survive power cycles. Which storage medium is typically used?

Prepare for the CWEA Electrical/Instrumentation Level 3 Test with flashcards and multiple-choice questions. Each question is paired with detailed hints and explanations. Ensure you're ready for your exam!

Multiple Choice

The startup routine is commonly stored in non-volatile memory to survive power cycles. Which storage medium is typically used?

Explanation:
The startup routine must survive power cycles, so it sits in non-volatile memory. ROM is the traditional medium for this because it stores firmware in a way that retains its contents without power and can be read directly by the processor at power-up to begin initialization. RAM would lose its contents when power is removed, so it isn’t suitable for boot code. Storing the startup routine on disk would require loading it after the system starts, which delays boot and depends on an operating system already being up. Magnetic tape is not practical for boot code due to slow, sequential access. (In modern systems, non-volatile options like flash memory serve the same role as ROM by keeping the firmware intact across power cycles.)

The startup routine must survive power cycles, so it sits in non-volatile memory. ROM is the traditional medium for this because it stores firmware in a way that retains its contents without power and can be read directly by the processor at power-up to begin initialization. RAM would lose its contents when power is removed, so it isn’t suitable for boot code. Storing the startup routine on disk would require loading it after the system starts, which delays boot and depends on an operating system already being up. Magnetic tape is not practical for boot code due to slow, sequential access. (In modern systems, non-volatile options like flash memory serve the same role as ROM by keeping the firmware intact across power cycles.)

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy