Describe what the Blend Front to Back command does.
What will be an ideal response?
The Blend Front to Back command creates a color blend through the stacking order of the selected objects, using the frontmost object as the starting color and the backmost object as the ending color.
You might also like to view...
Match the following four terms to their meanings:
I. Property Sheet II. Properties III. Design grid IV. Record source V. Reports A. Displays properties that affect appearance and behavior of an object B. Determines which database fields can be displayed on a form or report C. Area where controls are added and modified D. Characteristics that determine the appearance and behavior of an object E. Contain fewer types of controls because they are not used to manipulate data
In a bubble sort, what order are the elements in an array placed using the following call to a swap module?
// the array is named scores // d is the index value of an array element If scores[d] < scores[d + 1] Then Call swap(scores[d], scores[d + 1]) a. ascending b. descending c. alphabetic d. numeric