The system is said to be in an unsafe state if ________.
a) the operating system cannot guarantee that all current processes can complete their work within a finite time
b) the system is deadlocked
c) a thread is indefinitely postponed
d) mutual exclusion has been violated
a) the operating system cannot guarantee that all current processes can complete their work within a finite time
Computer Science & Information Technology
You might also like to view...
A(n) ________ box is a dialog box that displays on the screen to prompt the user to enter a value
A) input B) concatenate C) extraction D) message
Computer Science & Information Technology
A recursive function is one that
a) Speeds up a program. b) Is always slower than a nonrecursive function. c) Calls itself d) Calls no functions at all. e) Calls another function
Computer Science & Information Technology