If you need to move objects on a slide once they are displayed, you can define a(n) ____.
A. compression path
B. background
C. motion path
D. animation path
Answer: C
You might also like to view...
Which of the following functions is a properly overloaded function of the following?
int doSomething(int first, float second); a. float doSomething(int first, float second); b. int doSomething( int next, float last); c. int doSomething(int first, int second, float third); d. int doSome(int first, float second);
The number of bytes of memory used by a variable depends on its ___________.
A. value B. name C. data type D. size
You can create a few different versions of a PivotTable using the same data by creating ________
Fill in the blank(s) with correct word
Programming languages can recognize the end of data in a file automatically, through a(n) ____ code that is stored at the end of the data.
A. diamond B. exit C. eof D. end