226k views
3 votes
For multicore processors to be used effectively, computers must understand how to divide tasks into parts that can be distributed across each core - an operation called:

A. graphics coprocessing
B. multiplexer processing
C. arithmetic-logic processing
D. parallel processing

User Borisstr
by
8.1k points

1 Answer

2 votes

Answer: parallel processing

Step-by-step explanation:

Parallel processing is the process by which the processor has the capacity to execute parallel instruction at the same time. This is possible only by assigning the different task to the different cores present in the cpu. So a cpu with multiple cores are able to process multiple task as the same time parallel.

User Sel
by
8.3k points