Describe the two types of Linux kernels.
What will be an ideal response?
The Linux kernel is generally one of two types:
· Monolithic - This type of kernel is designed for a single architecture and interacts directly with hardware. It's compiled as a single block of code.
· Modular - This type of kernel compiles the kernel source code, where code for device drivers is stored as a module. All other parts of the kernel are compiled but aren't linked to the kernel. When you require certain services of a module, the module loader loads the module into the reserved slot and runs it. With this approach, you don't have to load all kernel services into memory immediately. It helps you save memory space and increase portability because you just need to replace a module, without having to rewrite any code.
You might also like to view...
The ________ is a special built-in pointer that is available to a class's instance member functions.
A) overloaded -> operator B) this pointer C) &constructor pointer D) ~destructor *ptr E) None of the above
Which of the following statements is not a principle of agile modeling?
A) "Travel light." B) "Model with a purpose." C) "Code for tomorrow." D) "Software is your primary goal."
Which of the following is NOT an option for print range of a table?
A) Records From: ________ To: ________ B) Selected Records C) Pages From: ________ To: ________ D) All
Most techs today refer to the device that processes video as a(n) _______________.
Fill in the blank(s) with the appropriate word(s).