Computer Science, asked by tanu5458, 1 year ago

In event driven programming an event is generated by

Answers

Answered by shantanurauthan
2

Either user action(mouseclick,key presses),sensor outputs or messages from other program .

Answered by smartbrainz
0

In event driven program, event is generated by the system and user action and by the program.

Explanation:

In computer programming an event driven programming is a model in which the program controls are processed by user actions like clicking mouse and pressing keys in keyboard. The paradigm use graphical user interface and some web applications like java script and that are focused on performing certain action in response to user input.

Similar questions