Google News
logo
Unix - Quiz(MCQ)
Which part of the Unix operating system interacts with the hardware?
A)
Shell
B)
Vi editor
C)
Kernel
D)
Application program

Correct Answer :   Kernel


Explanation : The kernel is the core of the operating system. It is a collection of routines written in C which directly communicates with the hardware. User programs that need to interact with the hardware access the services of the kernel. There is only one kernel running on a system, unlike shells which can be multiple.

Advertisement