Others Flashcards
What is a library function
This is a pre-written piece of code that is part of a software library and can be used in any program to perform a specific task
What is preemptive scheduling
This is a type of process scheduling in which the operating system can interrupt a currently executing process in order to allocate CPU time to another process with a higher prority.
What is non-preemptive scheduling
Non-preemptive scheduling is a type of process scheduling in which once a process is allocated the CPU, it will continue to run until it either completes its execution, voluntarily releases the CPU, or is blocked by an I/O request.
What happens to the other non-essential components in the Microkernel architecture?
It is put in the user mode.