Operating Systems - Process Management
GATE CSE & IT · 3 questions across 1 years (2024-2024) · 3% recurrence rate
Recurrence sparkline
2024–202420242024
Difficulty mix
med 100%
Question types
MCQ2
NAT1
All 3 questions on Operating Systems - Process Management
2024 Q25
Consider a process P running on a CPU. Which one or more of the following events will always trigger a context switch by the OS that results in process P moving to a non-running state (e.g., ready, blocked)?
Med✓
2024 Q25
Which of the following process state transitions is/are NOT possible?
Med✓
2024 Q57
Consider the following code snippet using the fork() and wait() system calls. Assume that the code compiles and runs correctly, and that the system calls run successfully without any errors. int x = 3; while (x > 0) { fo...
Med✓