What does data parallelism involve?
a. Distributing subsets of the same data across multiple cores and performing the same operation on each core
b. Distributing different tasks across multiple cores
c. Running the same task multiple times on the same core
d. Ensuring tasks perform unequal work