A CPU has a clock cycle time of 0.5ns. If it takes 4 cycles to execute an instruction, what is the instruction execution time?
Q1. A CPU has a clock cycle time of 0.5ns. If it takes 4 cycles to execute an instruction, what is the instruction execution time?
Answer: 2ns
Explanation: Instruction execution time = number of cycles * clock cycle time = 4 * 0.5 = 2ns