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

Computer Science & Information Technology

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);

Computer Science & Information Technology

The number of bytes of memory used by a variable depends on its ___________.

A. value B. name C. data type D. size

Computer Science & Information Technology

You can create a few different versions of a PivotTable using the same data by creating ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

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

Computer Science & Information Technology