Available on the options bar in the accompanying figure, the ____ gradient style creates shades in a counterclockwise sweep around the starting point.
a. Linear
b. Clock
c. Sweep
d. Angle
d. Angle
Computer Science & Information Technology
You might also like to view...
Which of the following statements deletes the node to which cur points?
a. prev->next = cur; b. cur->next = prev; c. cur->next = cur->next; d. prev->next = cur->next;
Computer Science & Information Technology
In SQL, the __________ statement can be used to create a database table.
a. NEW TABLE b. MAKE TABLE c. BUILD TABLE d. CREATE TABLE
Computer Science & Information Technology