3,831 views

1 Answer

1 votes
1 votes
a. F= 60% 1-F=40%

s=2

According to amdhal law

Speedup=1/((1-F)+(F/s))=1/((0.40)+(0.60/2))=1/0.70=1.41

b.

Speedup=1/((0.40)+(0.60/4))=1/0.55=1.81

Related questions

0 votes
0 votes
1 answer
2
1 votes
1 votes
2 answers
3
akash.dinkar12 asked Mar 19, 2019
426 views
Can a multithreaded solution using multiple user-level threads achieve better performance on a multiprocessor system than on a single processor system ? Explain.
0 votes
0 votes
0 answers
4
akash.dinkar12 asked Mar 19, 2019
218 views
Under what circumstances does a multithreaded solution using multiple kernel threads provide better performance than a single-threaded solution on a single-processor syst...