Multiple choice technology architecture

What is a Kernel?

  1. acts as an interface between the user and the kernel.

  2. is the hub of the operating system.

  3. minimal operating system that performs only the essential functions of an operating system.

  4. None of the above.

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

The kernel is the core component of an operating system that manages system resources and provides essential services. It acts as the central hub between hardware and software, handling process management, memory management, and I/O operations.