Quiz

Now that you're familiarized with the concept of Parallel Algorithms. Let's put them to test!

We'll cover the following...
Technical Quiz
1.

What is a parallel_unsequenced_policy?

A.

Execution policy type used to indicate that a parallel algorithm’s execution may be parallelized.

B.

Execution policy type used to indicate that a parallel algorithm’s execution may be parallelized and vectorized.

C.

Execution policy type used to indicate that a parallel algorithm’s execution may not be parallelized.


1 / 2