Operating System Programming and Technical

Q. What is busy waiting?

A. The repeated execution of a loop of code while waiting for an event to occur is called busy-waiting.
The CPU is not engaged in any real productive activity during this period, and the process does not progress toward completion

Read Solution (Total 2)

Operating System Other Question

Q. What is pre-emptive and non-preemptive scheduling?

A. Preemptive scheduling: The preemptive scheduling is prioritized. The highest priority process should always be the process that is currently utilized. Non-Preemptive scheduling: When a process enters the state of running, the state of that process is not deleted from the scheduler until it finishes its service time
Q. What is page cannibalizing?

A. Page swapping or page replacements are called page cannibalizing.