
Patrick B. answered 01/30/21
Math and computer tutor/teacher
1) Forms that allow user to input data and/or present
results to the user
2) Prompts for a system command and accompanying input values;
Displays results
3) Windows application in which EVENTS control the flow of
the program. Button clicks, scrolling, mouse clicks, drag and drop,
timers,
4) Explains the chain of events of the windows application
5) subroutine that handles "what happenes" when the said event occurs;
subroutine that is called when the event occurs
6-7) It is the "Show Values" button event handler, apparently
which is called when the Show Values Button is clicked