Which of the following is not a part of all the versions of Unix?

A)  System Calls
B)  Kernel and Shell
C)  Commands and utilities
D)  Graphical user interface

Correct Answer :   Graphical user interface


Explanation : The kernel is the heart of the operating system while the shell is the utility which processes our requests. While system calls are a handful of functions which are used to interact with the kernel and make available the services provided by the operating system. A Graphical user interface (GUI) is available in UNIX, but the traditional UNIX interface is the command line only.