When you create a table in PowerPoint, it becomes a(n) ________ object

A) fixed
B) custom
C) animated
D) embedded


D

Computer Science & Information Technology

You might also like to view...

Create a function that reverses the items in a list.

Note: Creating a new function is unnecessary as there is a built in reverse method for lists, but one could make a function that calls this one.

Computer Science & Information Technology

RAM enables the computer's CPU to hold information, even when it gets turned off

Indicate whether the statement is true or false

Computer Science & Information Technology

What network model can represent a number of hybrid configurations, but it assumes that a site has a variety of different subnets, based on IP version implementation?

A. basic hybrid B. transition hybrid C. nested D. true hybrid

Computer Science & Information Technology

What method is a member of the String class and takes a character delimiter parameter and separates a string into substrings at each occurrence of the delimiter?

A. Separate() B. Split() C. Delimit() D. Substring()

Computer Science & Information Technology