1.

Which part of the UNIX operating system interacts with the hardware?(a) Kernel(b) Shell(c) vi editor(d) application programThis question was posed to me in an online interview.Question is taken from Introduction to UNIX topic in section The Unix Architecture & General Purpose Utilities of Unix

Answer»

The correct CHOICE is (a) Kernel

For EXPLANATION I would SAY: 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.



Discussion

No Comment Found

Related InterviewSolutions