The default paste option for pasting Excel worksheet data on a PowerPoint slide is to paste the data as a(n) ____________________.

Fill in the blank(s) with the appropriate word(s).

PowerPoint table

Computer Science & Information Technology

You might also like to view...

To help you manage your Amazon EC2 instances, images, and other Amazon EC2 resources, you can assign your own metadata to each resource in the form of____________

A. special filters B. functions C. tags D. wildcards

Computer Science & Information Technology

In the following code, how many Rectangle objects are instantiated?Rectangle rect1 = new Rectangle();rect1.length = 4.0;rect1.width = 2.0;rect1 = new Rectangle(2.0, 1.0);

A. 0 B. 1 C. 2 D. 3

Computer Science & Information Technology