Match each item with the correct statement below.

A. Visual clues that let you know when the object you are positioning is touching a side or the center of another object, a margin guide, or the center of the page
B. The border of a shape
C. Appears when an object is selected and then disappears when the object is deselected
D. The placement of equal space between three or more objects
E. The point of a selected object that does not change its location during a transformation


A. Smart guides
B. Stroke
C. Bounding box
D. Distribution
E. Point of Origin

Computer Science & Information Technology

You might also like to view...

What sorting algorithm is implemented by the following function?

public class another { public void sort(int arr[], int begin, int end) { if (begin < end) { int partitionIndex = partition(arr, begin, end); sort(arr, begin, partitionIndex-1); sort(arr, partitionIndex+1, end); } } } a. Quick sort b. Bubble Sort c. Merge sort d. Selection sort

Computer Science & Information Technology

A(n) ________ contains information about a single entry in a database

A) object B) record C) field D) cell

Computer Science & Information Technology

When you click on a chart, the three Chart Tools contextual tabs display: a Design tab, a Layout tab, and a ________ tab

A) Edit B) Style C) Insert D) Format

Computer Science & Information Technology

When configuring a trunk between a router and a switch, which command must be configured on the switch to ensure that the trunk comes up?

A) switchport mode dynamic desirable B) switchport mode dynamic auto C) switchport mode access D) switchport mode trunk

Computer Science & Information Technology