The New Slide button list arrow lets you ____.

A. choose how many new slides you want to insert
B. choose where to insert your new slide
C. choose which slide layout to insert
D. change the layout of the current slide


Answer: C

Computer Science & Information Technology

You might also like to view...

A(n) _____ file is a program module containing instructions that tell your computer how to perform specific tasks.

A. application B. executable C. data D. memory

Computer Science & Information Technology

You can adjust column widths while in _____ view.

A. Page Layout B. Review C. Page Preview D. Page Setup

Computer Science & Information Technology

What is the value of balance after the following code is executed?

``` int balance = 10; while (balance >= 1) { if (balance < 9) break; balance = balance - 9; } ``` A. -1 B. 0 C. 1 D. 2

Computer Science & Information Technology

A(n) _______________ is a device or software (or combination of both) used to protect an internal network from unauthorized access from the Internet.

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

Computer Science & Information Technology