Login  Register

clock speed

classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

clock speed

rickx34
3 posts
in modern computers, the cpu is labeled to run at some clock speed, ex 3.2 Ghz or 1.2Mhz. Are these the the same clock that sequential chips depend on(tick tock cycle)?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: clock speed

cadet1620
Administrator
2607 posts
rickx34 wrote
in modern computers, the cpu is labeled to run at some clock speed, ex 3.2 Ghz or 1.2Mhz. Are these the the same clock that sequential chips depend on(tick tock cycle)?
Yes, but different parts of the computer can be running at different speeds.  For instance, the CPU is usually faster than the cache RAM which is faster then the main RAM. The clocks for these circuits are usually derived from a master clock so that everything is synchronized.

There can be other independent clocks for external interface circuits like video, USB, network, etc.

--Mark
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: clock speed

rickx34
3 posts
Thanks for the response, a follow up question, where does the master clock reside?(in a computer motherboard?).
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: clock speed

ybakos
566 posts
The motherboard has a clock generator, responsible for generating the clock signal.