You can use ____ options to repeat a background image many times vertically and horizontally on a slide.
A. formatting
B. duplicating
C. tiling
D. arranging
Answer: C
Computer Science & Information Technology
You might also like to view...
Which of the following is a valid declaration for a ragged array with five rows but no columns?
a. int[][] ragged = new int[5]; b. int[][] ragged = new int[][5]; c. int[][] ragged = new int[5][]; d. int[] ragged = new int[5];
Computer Science & Information Technology
To create and manage user accounts in Windows, you must be a member of the ____________________ group.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
The final process in the vulnerability assessment and remediation domain is the maintenance phase. __________
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The value true could be stored in a variable of ____ type.
A. bool B. decimal C. char D. floating point
Computer Science & Information Technology