Each presentation ____ contains objects such as titles, items in a bulleted list, graphics, and charts.

A. slide
B. chart
C. worksheet
D. video clip


Answer: A

Computer Science & Information Technology

You might also like to view...

The notation anArray[____] can always be used to access the last element of anArray.

A. anArray.max-1 B. anArray.max C. anArray.length-1 D. anArray.length

Computer Science & Information Technology

A static field is created by placing the key word static __________.

a. after the access specifier and the field's data type b. after the access specifier and before the field's data type c. after the field name d. in brackets, before the field's data type

Computer Science & Information Technology

Which of the following is an alternative to using a space when naming a range?

A) Use an equal sign B) Use an underscore C) Capitalize the first letter of each word D) Use a hyphen

Computer Science & Information Technology

In a delimited data file, each paragraph mark indicates a new ________

A) record B) field C) delimiter D) column

Computer Science & Information Technology