What happens when you boot up a PC?
Explanation:
When a PC boots up, after the Power-On Self-Test (POST) is complete, the BIOS/UEFI firmware locates the bootloader on the system disk. The bootloader then initiates the process of loading the operating system kernel and other essential components. These critical parts of the operating system, which are stored on the hard disk (or SSD), are 'copied from disk into memory' (RAM). This allows the CPU to access these instructions and data much faster, as RAM is significantly quicker than disk storage. Option (b) 'Portions of the operating system are copied from memory onto disk' describes saving data, not booting. Option (c) 'Portions of the operating system are compiled' is incorrect; the operating system is compiled *before* it is installed and used, not during every boot. Option (d) 'Portions of the operating system are emulated' means running the OS in a simulated environment, which is not what happens during a standard boot. Thus, loading the OS from disk to RAM is the fundamental action during boot-up.