Home » Computer » Miscellaneous » Question
  1. What are the signals that inform the operating system that some activity has taken place, called?
    1. Informers
    2. Interrupts
    3. Events
    4. Handlers
Correct Option: D

In computer programming, an event handler is an asynchronous callback subroutine that handles inputs received in a program. Each event is a piece of application-level information from the underlying framework, typically the GUI toolkit. GUI events include key presses, mouse movement, action selections, and timers expiring. Event handlers are a central concept in event-driven programming.



Your comments will be displayed only after manual approval.