Business Studies, asked by yasaswini1106, 1 year ago

What is meant by parallel programming? What are the design principles for parallel programming.

Answers

Answered by Anonymous
0

Execution of a program leads to a sequence of calls to functions defined in different modules. This is called sequential composition and can also be used in parallel programming, and indeed is fundamental to the SPMD programming model used in many parallel programs.

Similar questions