Multiple choice technology operating systems

Which is the innermost layer in Unix Operating system

  1. Shell

  2. Kernal

  3. Hardware

  4. Terminal

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

In Unix architecture, Hardware is the innermost layer, followed by Kernel, then Shell, with user applications at the outermost level. The Kernel sits directly on the hardware and manages hardware resources, so Hardware is the core innermost component. Shell and Terminal are interfaces to access the system.