If you already have a blank presentation started and want to view a list of available templates, click ________

A) File, New B) File, Share C) File, Open D) File, Import

A

Computer Science & Information Technology

You might also like to view...

What are the values of x and y after execution of the following statements?

x = 5; y = ++x; a) x = 5, y = 6 b) x = 6, y = 6 c) x = 6, y = 7 b) x = 6, y = 6

Computer Science & Information Technology

Java performs automatic __________ of objects that are no longer referenced in a program.

a. memory distribution. b. garbage collection. c. storage compression. d. trash aggregation.

Computer Science & Information Technology