Multiple choice assembly

The operating system (DOS / Windows) generally loaded (system boot) from:

  1. ROM

  2. RAM

  3. Hard/ Floppy Disk

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

During the boot process, the BIOS/UEFI locates the bootloader on a non-volatile storage device, typically a Hard Disk or SSD (formerly Floppy Disks). The operating system files are stored there and then loaded into RAM for execution. ROM only contains the initial firmware.