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

Computer Science & Information Technology

You might also like to view...

What would the output from the following be:

``` int x = 3 0 ; for ( int i=x ; i < 4 0 ; i++) { i f ( i < 35) System . out . p r i n t l n ( " i i s l e s s than 35" ) ; el se i f ( i == 35) System . out . p r i n t l n ( " i i s 35" ) ; el se System . out . p r i n t l n ( " i i s g r e a t e r than 35" ) ; } ```

Computer Science & Information Technology

The supervisor program of the operating system is also known as the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

In C++, a function name without any parentheses is considered a pointer to the function.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The tool tabs in the accompanying figure are also called ____ tabs.

A. contextual B. dialog C. shortcut D. navigation

Computer Science & Information Technology