A free drawn motion path on a slide is called a(n) ________ path

A) animation B) action C) custom D) manual

C

Computer Science & Information Technology

You might also like to view...

You can replace the items in anArray with those of newArray with the following operation: ____.

A. anArray[] = newArray[]; B. anArray = newArray; C. anArray[] == newArray[]; D. anArray == newArray;

Computer Science & Information Technology

A sorted collection must be in a linear structure, ordered by position.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology