- 
					 What are the signals that inform the operating system that some activity has taken place, called?
- 
                        - Informers
- Interrupts
- Events
- 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. 
 
	