____ is achieved in a composition by repeating or alternating objects or elements on the canvas.

a. Balance
b. Resolution
c. Unity
d. Rhythm



D. Rhythm

Computer Science & Information Technology

You might also like to view...

Given the definition and code fragment:

``` int matrix[2][3]; int k = 0; for(int i =0; i < 3; i++) for (int j=0, j < 4; j++) matrix[i][j] = k++; ``` The value of matrix[0][0] is a) 0 b) 1 c) 2 d) 3 e) 4

Computer Science & Information Technology

Joins are used to combine data from one query

Indicate whether the statement is true or false

Computer Science & Information Technology

The Captions Group is found on the Reference tab

Indicate whether the statement is true or false

Computer Science & Information Technology

To change the shapes in the diagram, select all the shapes, and then click the _____ Shape button in the Shapes group on the SmartArt Tools Format tab.

A. Change B. Edit C. Transform D. Redo

Computer Science & Information Technology