Operating system
(6%) The Amdahl’s law states that: 10, time to execute program on a single processor Speedup time to execute program on multiple parallel processor a) Consider a single application running on a multicore system with 4 processors. Assume 75% of the program code can be executed using all 4 processors and the rest of the code is inherently serial and can be executed using only a single processor. Determine the speedup achieved by running this
OR
OR