Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1.What is the difference between parallel & sequential programming? -Pros/Cons 2

ID: 3796189 • Letter: 1

Question

1.What is the difference between parallel & sequential programming? -Pros/Cons
2.Which is better(performance)? 3.How can we test which is better? 4. What would parallel programming be better for? 5. What would sequential programming be better for?
1.What is the difference between parallel & sequential programming? -Pros/Cons
2.Which is better(performance)? 3.How can we test which is better? 4. What would parallel programming be better for? 5. What would sequential programming be better for?
-Pros/Cons
2.Which is better(performance)? 3.How can we test which is better? 4. What would parallel programming be better for? 5. What would sequential programming be better for?
2.Which is better(performance)? 3.How can we test which is better? 4. What would parallel programming be better for? 5. What would sequential programming be better for?

Explanation / Answer

Pros and Cons of parallel Processing and Sequential Processing:-

Parallel Processing :- Pro's

Con's:-

Sequentil Programming:- Pro's

Con's:-

2.Which is better(performance)?

A) Parallel Programming has the better performance because it can executes parallely within no time and also gives the faster results. This makes the life easier by fast computing and multi task computing.

3.How can we test which is better?

A) We can test in many ways for example just by executing the same program in both type of machines so that we can clearly get the solution.

4. What would parallel programming be better for?

A) For the execution of the large programs and make the large calculations faster.

5. What would sequential programming be better for?

A) Sequential data is better for knowing the problems easily while execution and for power saving.

Parallel Programming Sequential Programming
  • Simultanious Execution of process
  • The resources are divided and execute different processes
  • Ordered Execution of process
  • Total resources are assigned to one process untill it completes