You are redesigning a system. You can replace the existing single processor by two P processors or by four Q processors. However, the P processors are able to run 80% of the code in parallel, whereas the Q processors are able to run 50% of the code in parallel. Which is the better option? (Hint: calculate the execution time on the parallel systems and compare)

A)Two P processors
B)Four Q processors