Determine whether the following questions are True or False
Solution
1) False, IPC will depend on each processor\'s clock rate (say one is 2 Ghz and other is 3Ghz) and their CPI (clock cycles per instruction)
2) True
Clock frequency = 1/Clock cycle time = 1/100 pico seconds = 1/100 x 10-12 seconds = 1/10-10 seconds
= 1010 = 10 Ghz ( as 1Ghz = 109 Hz)
3) False, Although benchmark is used for relative performance evaluation, it is not necessary that it should be one program. It can be set of programs which are applying different types of workloads to assess the performance
4) False, multi cycle implementation allows a single instruction to be run in multiple cycles, which is better than single cycle implementation in which all instructions take one cycle each (decided by longest instruction of all)
5) True, 1 clock cycle per instruction (by definition)
