What is event driven programming? explain its significance in scratch.
Answers
Answered by
5
Definition of event driven programming and its significance are as follows:
- In programming paradigm, the flow of program is determined by events. This is defined as event driven programming.
- This events include outputs of sensor, mouse clicks, messages from threads.
- In graphical user interfaces and JavaScript web, this is dominant paradigm.
- This is focused in performing some actions in user input's response.
Answered by
4
Definition of event driven programming and its significance are as follows:
In programming paradigm, the flow of program is determined by events. This is defined as event driven programming.
This events include outputs of sensor, mouse clicks, messages from threads.
In graphical user interfaces and JavaScript web, this is dominant paradigm.
This is focused in performing some actions in user input's response.
Explanation:
Similar questions