Exam 13: Parallel Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Java objects whose methods are synchronized are called synchronized objects.

(True/False)
4.7/5
(38)

A buffered message-parsing mechanism is known as a(n)____ mechanism.

(Multiple Choice)
4.8/5
(43)

____ parallelism provides fine-grained control.

(Multiple Choice)
4.9/5
(34)

True parallelism is one method of solving the von Neumann bottleneck.

(True/False)
4.8/5
(31)

It is not possible to have a system in which each processor has some private memory in addition to shared memory.

(True/False)
4.8/5
(36)

In Java,every object has a single ____ that is available to threads.

(Multiple Choice)
4.9/5
(31)

Semaphore signal and delay operations are identical to monitor continue and suspend.

(True/False)
4.9/5
(26)

____ is the idea of executing many computations at the same time in parallel.

(Multiple Choice)
4.9/5
(38)

When implementing the Runnable interface in Java,the entire program will not finish execution until all of its threads complete the execution of their run methods.

(True/False)
4.9/5
(47)

Program-level parallelism provides fine-grained control over processes.

(True/False)
4.9/5
(37)

The automatic assignment by language translators of processors to different parts of a program to achieve parallelism is likely to be suboptimal.

(True/False)
4.9/5
(33)
Showing 41 - 51 of 51
close modal

Filters

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