Match each term with a statement below.
A. An occurrence that generates a message sent to an object
B. A vertical position
C. Its value increases as you travel from top to bottom
D. The flow of execution of one set of program statements
E. Where two or more threads wait for each other to execute
F. A horizontal position
G. Its value increases as you travel from left to right across the window
H. Where a thread is abandoned because other threads occupy all of the computer's resources
I. Shows the relationship between screens in an interactive GUI program
J. A class of objects whose main purpose is to hold other elements
A. event
B. y-axis
C. y-coordinate
D. thread
E. deadlock
F. x-axis
G. x-coordinate
H. starvation
I. interactivity diagram
J. container
You might also like to view...
For ____ identifiers - variables or constants declared in a block within a method - the scope begins at the identifier's declaration and ends at that block's closing curly brace (}).
A. global B. universal C. limited D. local
Processes on a data flow diagram:
A) transform incoming data into outgoing information. B) represent the system boundaries. C) represent the work that a specific user performs. D) change the nature of the relationships on an entity-relationship diagram.