Chapter 12 (Event-Driven GUI) Flashcards
The command line for the Disk Operating System
DOS prompt
an occurrence that generates a message sent to an object
an event
an object that is “interested in” an event to which you want it to respond
listener
clicking and/or dragging an icon is an example of…
an event
a component from which an event is generated.
“source of the event”
GUI programs are called _____-_____ or _____-______ because actions occur in response to user-initiated actions.
event-driven, event-based
the software that runs a computer and manages its resources
operating system
True or False: All objects can receive all events
False
the procedural modules that depend on user-initiated events
scripts
a group of controls that are similar to check boxes
option buttons
What do you call option buttons where a user can select any number of them?
check box groups
Making programs easier to use for people with physical limitations is called…
accessibility
Option buttons that are mutually exclusive (often round in shape)
radio buttons
When developing an event-drive application, you must expand on Step 2 of the Procedural Programming Cycle. This requires four steps:
- Creating ________
- Creating __________
- Defining the _______
- Defining the connections between the ______ the user will see.
wireframes; storyboards; objects; screens
What are alternative phrases for the wireframe?
“page schematic” or “screen blueprint”