a) monolithic kernel
b) microkernel
c) hybrid kernel
d) monolithic kernel with modules
Answer: c
Explanation: OS X has a hybrid kernel. Hybrid kernel is a combination of two different kernels. OS X is developed by Apple and originally it is known as Mac OS X.
Related Posts
Which of the following are C preprocessors?
What is a preprocessor?
#include < somefile.h > are _______ files and #include “somefile.h” ________ files.
Preprocessor feature that supply line numbers and filenames to compiler is called?
C preprocessor is conceptually the first step during compilation.
What will be the output of the following C code?
#include < stdio.h >
#define foo(m, n) m * n = 10
int main()
{
printf(“in main\n”);
}C preprocessors can have compiler specific features.
Join The Discussion