Computer Science, asked by vermamohit2038, 1 year ago

Which type of memory holds the program to startup the computer?

Answers

Answered by MANYA1234
9
ROM does. It's a type of non-volatile memory burned on a chip and usually soldered on the motherboard that the CPU fetches instructions from. Usually the engineers will map addressable memory on to the CPU's address space, one being BIOS instructions, and the CPU will take those instructions.  As it loads a bootloader from another non-volatile storage device, like Windows on the first sector of a hard disk drive, BIOS the ROM memory will transfer the first instruction to the processor's Instruction Pointer, and the Windows bootloader will keep issuing instruction, ultimately and effectively (most of the time) loading your operating system, device drivers, controlling the computer's memory, etc. 

hope this will help you...
Answered by kawaljeetkaur2511200
6

Answer: ROM stores the startup instructions for the computer.

It also holds these instructions even after the computer is switched off. Hence, it is permanent memory. These instructions cannot be overwritten but can only be read.

Similar questions