engineering computer science MCQ #1269

What is the 'starvation' problem in operating systems?

engineering computer science MCQ #1269

  1. Question 1

    Q1. What is the 'starvation' problem in operating systems?

    • A) When a process is unable to access resources
    • B) When a process is given too many resources
    • C) When a process is terminated
    • D) When a process is created

    Answer: When a process is unable to access resources

    Explanation: Starvation occurs when a process is perpetually denied access to necessary resources, often due to other processes holding onto them for extended periods.