The marketing firm is proposing a color scheme to you that includes colors that are on opposite sides of a color wheel. Which of the following can be in that color scheme?
a. yellow-orange and blue-violet
b. yellow-green and blue
c. green and blue
d. red-orange and red-violet
A. yellow-orange and blue-violet
You might also like to view...
What is the effect of this program segment?
``` #define MAX 50 int a[MAX], i, j, temp; ``` ``` for (i = 0; i < MAX / 2; ++i) { temp = a[i]; a[i] = a[MAX - i - 1]; a[MAX - i - 1] = temp; } ``` a. Arranges the elements of array a in ascending order. b. Counts the number of elements of a greater than its first element. c. Reverses the numbers stored in the array. d. Puts the largest value in the last array position. e. None of the above.
On an average, linear search searches
A. one fourth of the list B. just one element in the list C. half of the list D. the whole list
When using Excel, when is not a good time to use a PivotTable?
A) When you have a long list of figures to sum in different ways B) When you have more than two areas of comparison C) When you want to analyze related totals D) When you want to compare several facts about each value
Which of the following is TRUE about background shapes and graphics?
A) Backgrounds cannot be changed by the user. B) Shapes and graphics can be hidden on all background themes. C) Intense background styles can be changed and hidden; subtle ones cannot. D) Background shapes and graphics can be hidden on ALL slides but not on one individual slide.