What is the default setting for updating links in a PowerPoint file?

A. Notes
B. Outline
C. Manual
D. Display


Answer: C

Computer Science & Information Technology

You might also like to view...

The code that responds to a button click by a user is known as a(n) __________.

a. event b. property c. module d. event handler

Computer Science & Information Technology

To move the pointer using a pointing stick, push the pointing stick with a finger.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following methods is used to create an attribute node with the nameage?

A. document.create(attribute,age) B. document.createAttribute(age) C. Document_createAttribute_age D. Document_createAttribute(attribute,age)

Computer Science & Information Technology

Once your logic enters the body of a structured loop, ____.

A. the entire loop must execute B. the loop can be terminated with a break statement C. the loop will execute indefinitely D. a decision statement will be evaluated

Computer Science & Information Technology