Match the items on the right to the items on the left:
Check
An event-driven program is one that largely responds to user events or
???
within the application’s main routine.
kinds of user events.
a procedural program.
other resources.
other similar input.
The concept of event-driven programming is an important one in application development and other kinds of programming, and has spawned the emergence of event handlers and
???
within the application’s main routine.
kinds of user events.
a procedural program.
other resources.
other similar input.
The idea in event-driven programming is that the program is designed to react. It reacts to specific kinds of input from users, whether it’s a click on a command button, a choice from a drop-down list, an entry into a text box, or other
???
within the application’s main routine.
kinds of user events.
a procedural program.
other resources.
other similar input.
Before the arrival of object-oriented programming languages, event handlers would have been implemented as subroutines within
???
within the application’s main routine.
kinds of user events.
a procedural program.
other resources.
other similar input.
The flow of program execution was determined by the programmer, and controlled from
???
within the application’s main routine.
kinds of user events.
a procedural program.
other resources.
other similar input.
Check
OK