Exam 4: Exploring Semaphores and Multithreading in Operating Systems

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

In Java, the ________ method of the Thread class contains the code that performs the "real work" of a thread.

Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
Verified

A

The size of a thread pool in Windows XP is ________.

Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
Verified

C

A POSIX thread that defers cancellation ________.

Free
(Multiple Choice)
5.0/5
(27)
Correct Answer:
Verified

B

In Windows XP, a thread enters the ________ state when the thread's requested data is currently unavailable, but the thread is otherwise ready to execute.

(Multiple Choice)
4.8/5
(37)

Which of the following applications can benefit from multithreading?

(Multiple Choice)
4.7/5
(33)

According to the POSIX threading API, processor registers, a stack and a signal mask are ________.

(Multiple Choice)
4.9/5
(37)

Which of the following statements about kernel-level threads is false?

(Multiple Choice)
4.7/5
(26)

The POSIX specification provides the ________ standard for developing portable multithreaded applications.

(Multiple Choice)
4.7/5
(33)

Which of the following statements about scheduler activations is false?

(Multiple Choice)
4.8/5
(29)

Kernel-level threads are often described as ________ thread mappings.

(Multiple Choice)
4.8/5
(44)

Many operating systems require ________ instructions to share resources than they do to initialize them, so in these systems, thread creation is ________ than process creation.

(Multiple Choice)
4.8/5
(40)

In which of the following events would the operating system send a synchronous signal?

(Multiple Choice)
4.8/5
(34)

Which of the following statements about Windows XP threads is false?

(Multiple Choice)
4.8/5
(34)

Threads in user space can be more appropriate than kernel threads because ________.

(Multiple Choice)
4.9/5
(40)

Which of the following statements about threads is false?

(Multiple Choice)
4.8/5
(30)

Multithreading is important because it can ________.

(Multiple Choice)
4.8/5
(24)

In Linux, what is the difference between the fork and clone system calls?

(Multiple Choice)
4.9/5
(35)

A(n) ________ thread can enter the sleeping state for a specified period of time, after which it enters to the ________ state.

(Multiple Choice)
4.9/5
(37)

User-level thread implementations are also called ________ thread mappings.

(Multiple Choice)
4.9/5
(28)

According to the POSIX specification, processes send signals by specifying a ________.

(Multiple Choice)
4.8/5
(35)
Showing 1 - 20 of 29
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)