A good answer might be:Usually "GUI" is pronounced "gooey." |
Event-driven ProgrammingA GUI application program shows the user a graphical interface. The graphical interface consists of graphical components, such as:
The user interacts with the application by doing such things as:
In reading these notes you have been interacting with the graphical user interface of your web browser. When you perform an action on a graphical component you generate an event. In event-driven programming the program responds to events. The program responds to events that occur whenever the user chooses, and in whatever order the user chooses. |
QUESTION 2:How do you imagine that I wrote this web page:
|