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. Priority Inversion
B. Thrashing Cycle
C. Context Switching Delay
D. Aging Process
Answer: Option A
Solution (By JKExamLibrary)
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.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
Which of the following is a disadvantage of the FAT32 file system?
A. No journaling
B. Maximum file size of 4 GB
C. No permissions support
D. All of the above

Correct Answer: Option D


Explanation:
FAT32 lacks journaling, permissions, and has a 4 GB file size limit, making it less suitable for modern systems.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which component is responsible for loading the initial parts of the operating system kernel into memory during a cold boot?
A. Bootloader
B. Text Editor
C. Defragmenter
D. Compiler

Correct Answer: Option A


Explanation:
The bootloader is a small program stored in non-volatile memory or boot sectors that locates, initializes, and loads the OS kernel into RAM.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which process state defines a task that is currently waiting in line to be assigned to a CPU core by the operating system scheduler?
A. Terminated
B. Running
C. Blocked
D. Ready

Correct Answer: Option D


Explanation:
A process is in the 'Ready' state when it is prepared for execution and is waiting to be allocated a time slice on a processor core.

This question belongs to: Computer Operating Systems