Respuesta :
Answer:
In sequential programming, commands run in the order they are written. In event-driven programming, some commands run in response to user interactions or other events.
The difference between a sequential program and an event-driven program is provided below in the explanation segment.
Sequential program:
- A program that almost always executes more or less the similar instruction sequence as well as produces it always provides the same outcomes, would be considered as a Sequential program.
Event-driven program:
- Throughout the application development as well as other types of programming, the notion of an event-oriented program seems to be significant and has led to the introduction of occurrence managers and certain other technologies.
Learn more about the sequential program here:
https://brainly.com/question/19639326