EX Case 7-1Harry is hiking part of the Appalachian Trail this summer and using Excel to keep track of the miles he travels each day. Each time he reaches a town, he uses a public computer to update a worksheet that he stores on Windows Live SkyDrive. Harry wants to save his worksheet in a format that can be easily opened by people with Adobe Acrobat Reader on their computer. To do so, he would choose which document type option?

A. XML
B. Excel Macro-Enabled Workbook
C. PDF
D. Web Page


Answer: C

Computer Science & Information Technology

You might also like to view...

Suppose you create a class Square to be a subclass of GeometricObject. Analyze the following code:

``` class Square extends GeometricObject { double length; Square(double length) { GeometricObject(length); } } ``` a. The program compiles fine, but you cannot create an instance of Square because the constructor does not specify the length of the Square. b. The program has a compile error because you attempted to invoke the GeometricObject class's constructor illegally. c. The program compiles fine, but it has a runtime error because of invoking the Square class's constructor illegally.

Computer Science & Information Technology

PowerPoint's ________ feature allows you to locate and open a file that has been automatically saved if your system suddenly shuts down

Fill in the blank(s) with correct word

Computer Science & Information Technology

When a new row or column is inserted in a range of cells used in a function, the range in the function is not automatically adjusted to include that new row or column

Indicate whether the statement is true or false.

Computer Science & Information Technology

List three ways an inverter can cause damage to a technician or the component itself.

What will be an ideal response?

Computer Science & Information Technology