________ can be associated with a separate processor or core, so that the processing steps can be carried out in parallel?
Correct answer
B. Process Pipeline
Explanation
Explanation: The Process Pipeline pattern makes this rapid processing possible by breaking down the required data processing into a sequence of separate transformations, with each transformation carried out by an independent process.