To save a presentation as a PowerPoint show, open Backstage view, display the ____ tab, and then tap or click Change File Type to display the Change File Type section.
A. File Type
B. Save As
C. Export
D. Change
Answer: C
You might also like to view...
Which of the following is not a piece of information that could be found in the attribute compartment of a class’s rectangle in the UML?
a. The attribute’s name. b. The attribute’s memory location. c. The attribute’s type. d. The attribute’s initial value.
Which of the following statements is true?
a. Class Scanner provides the ability to reposition to the beginning of a file with method seek. b. Class Scanner provides the ability to reposition to the beginning of a file with method reposition. c. Class Scanner does not provide the ability to reposition to the beginning of the file. d. If it is necessary to read a sequential file again, the program can simply keep reading—when the end of the file is reached, the Scanner is automatically set to point back to the beginning of the file.
What is the problem with this code?
``` int temp = 90; float *temp_ptr = &temp;``` A. The address operator is in the wrong place. B. You can’t declare a pointer that way. C. Compile error - Cannot convert int to float. D. Compile error – Cannot convert from int * to int
A(n) ____________________ copies files and directories to an archive you can use to restore data in case of a system failure or data loss and corruption.
Fill in the blank(s) with the appropriate word(s).