?Susan is working on a Microsoft PowerPoint 2016 slide that contains a chart from Microsoft Excel 2016. The chart is changed on a daily basis. However, Susan notices that the chart in the slide has not updated. To update the link, Susan should:

A. ?use the proofing options from the options menu in Backstage view.
B. ?link the file to the slide again to update the file.
C. ?manually update the chart using the Links dialog box.
D. ?embed the chart into the PowerPoint slide.


Answer: C

Computer Science & Information Technology

You might also like to view...

The only way to verify that an action query worked correctly is to look in the ________ to see that the proper action occurred

Fill in the blank(s) with correct word

Computer Science & Information Technology

You run a website in an IaaS environment. You wake up to discover that your website has been defaced. Assume you are running a web server and an FTP server in this environment and that both an application proxy and a firewall sit between those servers and the Internet. All of your VMs are running SSH servers. What logs might help you determine how the website was defaced? What kind of information

would you look for? What will be an ideal response?

Computer Science & Information Technology

Assume that the following method header is for a method in class A.

``` public void displayValue(int value) Assume that the following code segments appear in another method, also in class A. Which contains a legal call to the displayValue method? ``` a. int x = 7; void displayValue(x); displayValue(int x); b. int x = 7; displayValue(x); c. int x = 7; d. int x = 7; displayValue(x)

Computer Science & Information Technology

To compare two objects in a class, __________.

a. use the == operator (for example, object1 == object2) b. write a method to do a byte-by-byte compare of the two objects c. write an equals method that will make a field by field compare of the two objects d. This cannot be done since objects consist of several fields.

Computer Science & Information Technology