Solution
The correct answer is 250
Calculation:
To calculate the total clock cycles required to complete the task in a multi-processor system with 16 processors, we can follow these steps:
- Serial Portion: This portion takes a fixed number of clock cycles, which is 200 clock cycles.
- Parallel Portion: The total time for the parallel portion is 800 clock cycles. When utilizing 16 processors, the time taken for this portion can be calculated as follows:
- Parallel Time = Total Parallel Cycles / Number of Processors = 800/16 = 50 clock cycle
- Total Clock Cycles: The total clock cycles required to complete the task are the sum of the serial portion and the parallel portion:
- Total Cycles = Serial Cycles + Parallel Cycles per Processor = 200 + 50 = 250 clock cycles
Conclusion:
The total clock cycles required to complete the task is 250.
Correct Answer: 1) 250.