A loop that iterates over an array of data can be split up into a number of smaller parallel loops in individual threads that can be scheduled in parallel when using ________ threading.

A. multi-process
B. fine-grained
C. hybrid
D. coarse


B. fine-grained

Computer Science & Information Technology

You might also like to view...

Select the false statement. Outputs are:

a. Flushed automatically at the end of a program. b. Flushed when the buffer fills. c. Able to be synchronized with inputs. d. Never automatically tied to inputs.

Computer Science & Information Technology

In a program that uses recursion, the recursive call stops when the conditional expression becomes __________ .

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

Computer Science & Information Technology

Cisco IOS provides support for many editing functions in terms of “hot keys.” A few of the functions are listed below. Briefly describe these functions.

a. Delete b. Backspace c. Tab d. Ctrl-Z

Computer Science & Information Technology

A __________ is an example of a NORMA system.

a) network of computers b) system with a large number of processors that share physical memory. Access to memory modules local to a processor is much faster than access to global memory modules. c) distributed system d) dual-processor personal computer

Computer Science & Information Technology