English Dictionary
◊ CYCLE
cycle
n 1: an interval during which a recurring sequence of events
occurs; "the neverending cycle of the seasons" [syn: {rhythm},
{round}]
2: a series of poems or songs on the same theme: "schubert's
song cycles"
3: a periodically repeated sequence of events: "a cycle of
reprisal and retaliation"
4: the unit of frequency; one Hertz has a periodic interval of
one second [syn: {Hertz}, {Hz}, {cycle per second}, {cycles/second},
{cps}]
5: a single complete execution of a periodically repeated
phenomenon: "a year constitutes a cycle of the seasons"
6: a shortened version of `bicycle' or `tricycle' or
`motorcycle'
v 1: cause to go through a cycle
2: pass through a cycle; "This machine automatically cycles"
3: ride a motorcycle [syn: {motorcycle}]
4: ride a bicycle [syn: {bicycle}, {bike}, {pedal}, {wheel}]
5: recur in cycles
English Computing Dictionary
◊ CYCLE
cycle
A basic unit of computation, one period of a computer
{clock}.
Each {instruction} takes a number of clock cycles. Often the
computer can access its memory once on every clock cycle, and
so one speaks also of "memory cycles".
Every {hacker} wants more cycles (noted hacker {Bill Gosper}
describes himself as a "cycle junkie"). There are only so
many cycles per second, and when you are sharing a computer
the cycles get divided up among the users. The more cycles
the computer spends working on your program rather than
someone else's, the faster your program will run. That's why
every hacker wants more cycles: so he can spend less time
waiting for the computer to respond.
The use of the term "cycle" for a computer clock period can
probably be traced back to the rotation of a generator
generating alternating current though computers generally use
a clock signal which is more like a {square wave}.
Interestingly, the earliest mechanical calculators,
e.g. Babbage's {Difference Engine}, really did have parts
which rotated in true cycles.
[{Jargon File}]
(1997-09-30)