How is time represented in the the computer? I mean doesn't the computer do all computations as fast as it can? How do you keep track of the passage of time if things run at various speeds on various machines?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Computers keep track of time they same way you or I do - with a clock! The Real Time Clock runs even when the CPU is powered off. It's completely separate from the "clock cycles" of the CPU. On PCs, the clock runs on a battery when the computer is not plugged into an external power source. |
|||||||||
|