engineering computer science MCQ #1827

Which of the following is a characteristic of a microkernel?

engineering computer science MCQ #1827

  1. Question 1

    Q1. Which of the following is a characteristic of a microkernel?

    • A) It includes all OS services in the kernel
    • B) It runs OS services in user space
    • C) It is used only in embedded systems
    • D) It is slower than a monolithic kernel

    Answer: It runs OS services in user space

    Explanation: A microkernel runs OS services in user space, making it more modular and potentially more secure.