English, asked by arjunmakilari137, 4 months ago

Example of parallelism in parallel computing

Answers

Answered by Anonymous
1

Answer:

.Data Parallelism means concurrent execution of the same task on each multiple computing core. Let's take an example, summing the contents of an array of size N. For a single-core system, one thread would simply sum the elements [0] .So the Two threads would be running in parallel on separate computing cores.

Similar questions