Match the window elements to their descriptions:

I. Title bar A. An area on the lower right edge of a window
that, when dragged, resizes the window.
II. Menu bar B. A line around the edge of a window that is not
maximized.
III. Window border C. At the top of the window, the horizontal bar that
displays the program icon and program name.
IV. Toolbar D. A row of buttons, each of which provides a one-click
method to perform a common command.
V. Window corner E. The rectangular area that displays the names of
menus that contain commands.


C, E, B, D, A

Computer Science & Information Technology

You might also like to view...

The ArrayList class implements the ____ interface.

A. List B. Arrays C. Queue D. Set

Computer Science & Information Technology

Which of the following statements is false?

a. Most classes you’ll use in Java programs must be imported explicitly. b. There’s a special relationship between classes that are compiled in the same directory. By default, such classes are considered to be in the same package known as the default package. c. Classes in the same package are implicitly imported into main. d. An import declaration is not required when one class in a package uses another in the same package.

Computer Science & Information Technology

Evaluate the following conditional expressions in a step-by-step manner as shown in the examples when x = 1 and y = 2.

Note: In the solutions below, indicate the current logical expression being evaluated according to the rules of precedence.

Computer Science & Information Technology

You can run multiple operating systems on one computer using ____ machines.

A. virtual B. parallel C. distributed D. augment

Computer Science & Information Technology