Correct option is B
The kernel is the core component of an operating system that permanently resides in the main memory (RAM) of the computer.
It performs essential functions such as managing system resources, handling system calls, and facilitating communication between hardware and software.
The kernel remains active and manages tasks like memory management, process scheduling, and input/output operations.
BIOS (Basic Input/Output System) is firmware used during the boot process to initialize hardware, but it is not part of the OS and does not reside in the main memory.
io.sys and config.sys are system files used in DOS-based systems, but they are not the central core like the kernel.