To change a font throughout your presentation to another font, on the Home tab on the Ribbon, click the Replace list arrow, and then click ____ to open the Replace Fonts dialog box.

A. New Fonts
B. Change Fonts
C. Edit Fonts
D. Replace Fonts


Answer: D

Computer Science & Information Technology

You might also like to view...

A member function that allows the user of the class to find out the value of a private data type is called a ___________________.

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

Computer Science & Information Technology

Which of the following statements is false (ssume we're referring to class Time)?

a. Since the interface of the class is part of the class definition in the Time.h header, the client-code programmer must have access to this file and must #include it in the client’s source-code file. b. When the client code is compiled, the compiler uses the class definition in Time.h to ensure that the main function creates and manipulates objects of class Time correctly. c. The linker’s output is the executable Time application that users can execute to create and manipulate a Time object. d. Compilers and IDEs typically invoke the linker for you after compiling your code.

Computer Science & Information Technology

Many configuration files contain many comments, including commented- out default configuration directives. Write a program to remove these com- ments from a configuration file.

What will be an ideal response?

Computer Science & Information Technology

If a binary search tree contains 10 elements, then what is its depth?

a. up to 9 b. 9 c. 3 d. 1

Computer Science & Information Technology