Multiple choice general knowledge science & technology

Kernel is directly loaded into memory when the system is booted

  1. True

  2. False

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

During the boot process, the bootstrap loader loads the kernel into main memory so it can take control of the system. The kernel remains resident in memory as long as the system runs, managing all system resources and operations. This is a fundamental step in initializing any Unix-like operating system.