Which of the following statements is false?

a. A runnable thread transitions to the blocked state when it attempts to perform a task that cannot be completed immediately and it must temporarily wait until that task completes.
b. When a thread issues an input/output request, the operating system blocks the thread from executing until that I/O request completes—at that point, the blocked thread transitions to the runnable state, so it can resume execution.
c. A blocked thread cannot use a processor, even if one is available.
d. Each of the above statements is true.

D

Computer Science & Information Technology

You might also like to view...

You need to access files on a DVD, but the OS X laptop lacks an optical drive. Which of the following commands should you use to connect to another computer's optical drive?

a. Disk Utility b. Dock c. Remote Disc d. First Aid

Computer Science & Information Technology

A password policy for a 90- or 180-day replacement schedule is called password ________

a. History b. Age c. Uniqueness d. None of the above

Computer Science & Information Technology