Concept:ROM is a permanent memory type that holds essential startup instructions.Explanation:Read Only Memory, or ROM, cannot normally be altered by the user.It is non-volatile, so its contents remain intact even without power.ROM stores firmware like the BIOS, which is required to boot the computer.It is not volatile like RAM, and it is not designed for modification.Answer:C. stores the BIOS.