The ____ Tool adjusts the horizontal and vertical orientation of an image based on a line you draw in the viewing area.

a. Orientation
b. Line Management
c. Placement
d. Straighten


D. Straighten

Computer Science & Information Technology

You might also like to view...

What is displayed by the C statements that follow if the value input is 2?

``` scanf("%d", &ctl); switch (ctl) { case 0: case 1: printf("red "); case 2: printf("blue "); case 3: printf("green "); case 4: printf("yellow"); } printf("\n"); ``` a. red b. blue c. green d. yellow e. blue green yellow

Computer Science & Information Technology

What would the browser display if it executed the following script?

``` ``` a) 7 b) 8 c) 9 d) 10

Computer Science & Information Technology

Thunderbolt ports are used to receive wireless transmissions from devices.

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

Computer Science & Information Technology

An area in an image that is surrounded by a marquee is called a(n) ____.

A. lasso B. grouping C. area D. selection

Computer Science & Information Technology