Hello,
I am getting confused in reading a paragraph I have read but I do not understand completely. Can anyone explain for me what is described in this paragraph
I am getting confused in reading a paragraph I have read but I do not understand completely. Can anyone explain for me what is described in this paragraph
CPU takes time to execute instructions written in program. I guess system clock is related to time.The system clock is typically implemented as a programmable interval timer that periodically interrupts the CPU, which then starts executing a timer interrupt service routine. This routine typically adds one tick to the system clock (a simple counter) and handles other periodic housekeeping tasks (preemption, etc.) before returning to the task the CPU was executing before the interruption.