+2 votes
in Class 12 by kratos

What are the signals that inform operating the system that some activity has taken place called?

(A) Informers

(B) Interrupts

(C) Events

(D) Handlers

1 Answer

+5 votes
by kratos
 
Best answer

Han(D) dlers

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 underling 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.

...