Answer:
a. Speed up = 3.125
b. Time spent in serial mode = 6800 seconds
Step-by-step explanation:
a) The speed up of the parallel program can be found by dividing the time it takes to run on the serial system by the time it takes to run on the parallel system.
Speed up = Time to run on serial system / Time to run on parallel system
Speed up = 10000 seconds / 3200 seconds
Speed up = 3.125
b) To find the time the program spends in the serial mode of execution, we can subtract the time it takes to run on the parallel system from the total time it takes to run on the serial system.
Time spent in serial mode = Total time to run on serial system - Time to run on parallel system
Time spent in serial mode = 10000 seconds - 3200 seconds
Time spent in serial mode = 6800 seconds