Exam 13: Parallel Programming
Exam 1: Introduction50 Questions
Exam 2: Language Design Criteria50 Questions
Exam 3: Functional Programming50 Questions
Exam 4: Logic Programming50 Questions
Exam 5: Object-Oriented Programming50 Questions
Exam 6: Syntax50 Questions
Exam 7: Basic Semantics50 Questions
Exam 8: Data Types50 Questions
Exam 9: Control I - Expressions and Statements50 Questions
Exam 10: Control II - Procedures and Environments50 Questions
Exam 11: Abstract Data Types and Modules50 Questions
Exam 12: Formal Semantics50 Questions
Exam 13: Parallel Programming51 Questions
Select questions type
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)