Ask Question
24 August, 15:15

What is the differnce between concurrent software and sequential software and which one is better with multiprocessors?

+1
Answers (1)
  1. 24 August, 15:34
    0
    Concurrent software is better suited to parallel processing environment represented by multiprocessors as compared to sequential software.

    Explanation:

    Sequential software corresponds to a code which is executed step by step on a single processing unit. A concurrent software on the other hand supports parallel execution by splitting the execution across multiple parallely executing component units. A multiprocessor system speeds up concurrent execution by providing independent execution units (processors) for these code segments running parallely. So concurrent software is better suited to multiprocessors.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is the differnce between concurrent software and sequential software and which one is better with multiprocessors? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers