Which structural concept describes a situation where a lower-priority process holds a resource needed by a higher-priority process, stalling execution? MCQ with Answer and Explanation
Which structural concept describes a situation where a lower-priority process holds a resource needed by a higher-priority process, stalling execution?
A. Context Switching Delay
B. Aging Process
C. Priority Inversion
D. Thrashing Cycle
Answer: Option C
Solution (By JKSSB Mock Tests)
Priority Inversion occurs when a low-priority task holds a resource required by a high-priority task, causing the high-priority task to wait indirectly.
Explanation:
Shortest Job First scheduling can starve longer processes if a continuous stream of shorter tasks keeps getting prioritized by the scheduler.
Explanation:
initramfs acts as an initial RAM file system that equips the booting kernel with necessary hardware and storage controller drivers to read the actual disk partition.
No comments yet. Be the first to start the discussion!