A task’s effective priority is calculated when ________.
a) a task sleeps
b) a task sleeps or consumes its time slice
c) a task consumes its time slice or is awakened by another thread
d) a task sleeps, consumes its time slice or is awakened by another thread.
b) a task sleeps or consumes its time slice
Computer Science & Information Technology
You might also like to view...
A(n) ________ port looks like a slightly larger phone jack
Fill in the blank(s) with correct word
Computer Science & Information Technology
In C++, a virtual destructor is invoked whenever a virtual constructor was used to create the object.
What will be an ideal response?
Computer Science & Information Technology