Problem Statement
What is the order of the steps that takes place in a deadlock detection algorithm? I) Initialize the temporary vector to the available vector. II) Find the currently unmarked process. III) If a row is not found then terminate the algorithm. IV) If a row is found then add that row to the allocation matrix. V) Mark the process that has the rows with all zeroes. Pick ONE option (IV), (V), (III), (I) and (II) (I), (II), (IV), (III) and (V) (II), (I), (III), (IV) and (V) (V), (I), (II), (IV) and (III) Output Format Print the text of the correct option exactly as it appears above.