The correct answer is Kernel.
Key Points
- The first program loaded on start-up and manages computer system resources is Kernel.
- A kernel is the central part of an operating system.
- It manages the operations of the computer and the hardware, most notably memory and CPU time.
- There are five types of kernels:
- A microkernel, which only contains basic functionality
- A monolithic kernel, which contains many device drivers
- Hybrid Kernel
- Exokernel
- Microkernel
Additional Information
- Resources under the Operating System control:
- The processor.
- Main memory.
- Input/Output Device.
- Secondary storage devices.
- Communication devices and ports.
