Search This Blog

1.6.12

CPU Ticks/ CPU Clock Cycle

A clock cycle or also called ticks is a single electronic pulse of a CPU

During each cycle, a CPU can perform a basic operation such as 
-fetching an instruction
-accessing memory
-writing data, etc
Since only simple commands can be performed during each cycle, most CPU processes require multiple clock cycles.