A clock cycle also known as machine cycle is the fundamental unit of time in a computer’s CPU. The clock cycle is driven by an internal clock signal within the central processing unit (CPU). The clock cycle is measured in Hertz (Hz).
The following are the operations that are performed in a clock cycle.
Fetching the instruction from memory.
Decoding interpreting the instructions.
Executing the instructions.