Creating an alternate layout automatically does which of the following?

A. Defines the page as portrait and landscape
B. Defines the page as Portrait only if the alternate layout was set to V
C. Defines the page as Landscape only if the alternate was set to H
D. Identifies the original as A and the alternate as B


Answer: A

Computer Science & Information Technology

You might also like to view...

What is the output of the following program?

``` public class Test { public static void main(String[] args) { int[][] values = {{3, 4, 5, 1}, {33, 6, 1, 2}}; int v = values[0][0]; for (int row = 0; row < values.length; row++) for (int column = 0; column < values[row].length; column++) if (v < values[row][column]) v = values[row][column]; System.out.print(v); } } ``` a. 1 b. 3 c. 5 d. 6 e. 33

Computer Science & Information Technology

The Internet is a hyperlink-based system that uses a client/server model.

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

Computer Science & Information Technology

Many monitors refresh the screen 750 times per second

Indicate whether the statement is true or false

Computer Science & Information Technology

Identify the letter of the choice that best matches the phrase or definition.

A. Two or more paths united as one complete path B. Makes blend steps editable objects C. A series of intermediate objects between two objects D. Object that you use to "clip" other objects so that only the parts of the objects that are clipped are visible E. The see-through areas of a compound path

Computer Science & Information Technology