Multiple choice

Suppose a thread wants some input data. It cannot continue unless it is made available by the OS. Such a state is called a _________ state.

  1. ready

  2. blocked

  3. running

  4. dead

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Suppose a thread wants some input data. It cannot continue unless it is made available by the OS. Such a state is called a blocked state.