What does idle time refer to in an event driven program?
None of the above, but b) is sort of the closest. It refers to the time the program spend executing the idle loop. (An event-driven program loops forever [in code called the idle loop], until its told to exit the loop – which ends the program. Events interrupt the looping code to process the event code.
Related Questions
- Could someone explain why Event driven programming have been developed in programming languages?
- Could someone explain why Event driven programming have been developed in programming languages?
- Does visual basic an event driven, visual, or object orientated language???
- Does visual basic an event driven, visual, or object orientated language???
- Where can I find a good FREE website editor program to download?
- What does idle time refer to in an event driven program?