Explanation:
The stack segment of a process manages temporary execution details like active function call parameters, local variables, and instruction return paths.
Which structural concept describes a situation where a lower-priority process holds a resource needed by a higher-priority process, stalling execution?
Explanation:
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.
No comments yet. Be the first to start the discussion!