Which core component of an Operating System acts as the primary interface between hardware and application software, running with full system privileges?
AShell
BKernel
CCompiler
DBootloader
Explanation
The Kernel is the central core of an OS managing process lifecycle, memory, device drivers, and system calls in Kernel Mode. The Shell is the command-line or GUI user interface layer wrapping around the kernel.
Exam Relevance
- Topic: Operating Systems
- Subtopic: OS Architecture

No Comments