The Printer Event1         P1 requests and is allocated the printer R1.2         P1 releases the printer R1.3         P2 requests and is allocated the disk drive R2.4         P2 releases the disk R2.5         P3 requests and is allocated the plotter R3.6         P3 releases the plotter R3.
Assume that the events in the accompanying narrative take place. Which of the following statements is true?

A. There is no deadlock.
B. Event 4 caused deadlock.
C. Event 5 caused deadlock.
D. Event 6 caused deadlock.


Answer: A

Computer Science & Information Technology

You might also like to view...

A Windows Application project will create a program that is designed to run using an Internet browser.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Search results from ____ may include posts from blogs along with content from other types of Web sites.

A. standard search engines B. Wikipedia C. Google D. Bing

Computer Science & Information Technology

To find all clients whose amount paid is less than $2,000.00, use the ____________________ operator.

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

Computer Science & Information Technology

Assume you have three int variables: x = 2, y = 6, and z. Choose the value of z in the following expression: z = (y / x > 0) ? x : y;.

A. 2 B. 3 C. 4 D. 6

Computer Science & Information Technology