Difference between revisions of "Clock"

From CDOT Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[[Category:Computer Architecture]]
 
[[Category:Computer Architecture]]
A digital computer's '''clock''' is a pulse generator which synchronizes operations throughout the system (or a portion of the system).
+
A digital computer's ''clock'' is a pulse generator which synchronizes operations throughout the system (or a portion of the system).
  
 
The higher the clock speed of a system, the more operations are performed per second. Performing more operations per second will usually lead to a more instructions being performed per second, but the relationship between the clock speed and instruction execution is rarely 1:1.
 
The higher the clock speed of a system, the more operations are performed per second. Performing more operations per second will usually lead to a more instructions being performed per second, but the relationship between the clock speed and instruction execution is rarely 1:1.
  
 
On CMOS processors (the majority of processors available today), each clock pulse leads to state change within the processor, and therefore to energy consumption. The higher the clock rate, the more energy is consumed, and the more heat is generated.
 
On CMOS processors (the majority of processors available today), each clock pulse leads to state change within the processor, and therefore to energy consumption. The higher the clock rate, the more energy is consumed, and the more heat is generated.
 +
 +
A ''clock cycle'' is the activity provoked by one clock pulse (and the length of time between pulses).

Latest revision as of 21:38, 16 January 2014

A digital computer's clock is a pulse generator which synchronizes operations throughout the system (or a portion of the system).

The higher the clock speed of a system, the more operations are performed per second. Performing more operations per second will usually lead to a more instructions being performed per second, but the relationship between the clock speed and instruction execution is rarely 1:1.

On CMOS processors (the majority of processors available today), each clock pulse leads to state change within the processor, and therefore to energy consumption. The higher the clock rate, the more energy is consumed, and the more heat is generated.

A clock cycle is the activity provoked by one clock pulse (and the length of time between pulses).