The first and simplest recovery method, and the most drastic, is to ____.

A. select a nondeadlocked job, preempt the resources it's holding, and allocate them to a deadlocked process so it can resume execution, thus breaking the deadlock
B. identify which jobs are involved in the deadlock and terminate them one at a time, checking to see if the deadlock is eliminated after each removal
C. terminate only the jobs involved in the deadlock and ask their users to resubmit them
D. terminate every job that's active in the system and restart them from the beginning


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. IntStream methods range and rangeClosed each produce an ordered sequence of int values. b. IntStream methods range and rangeClosed take two int arguments representing the range of values. c. Method range produces a sequence of values from its first argument up to its second argument. d. Method rangeClosed produces a sequence of values including both of its arguments.

Computer Science & Information Technology

________ is an Excel add-in used to perform data analysis and to create sophisticated data models

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ____________________ reads the MSIL code and causes the program instructions to be executed.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ________ function could help you find the third fastest time in a 5K.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology