Loading practice questions
Which of the following statements is not true for UNIX Operating System?
Correct Answer: C — UNIX kernel uses modules with well specified interfaces and provides advantages like simplified testing and maintenance of kernel. It has better extensibility as the kernel is not monolithic.
Explanation:
Traditional UNIX kernels are monolithic, meaning the entire operating system runs in kernel space in supervisor mode, unlike microkernel architectures.