Which of the following is not true when finding and replacing text?
a. The Replace command can be found in the Editing group of the Home tab.
b. The Replace command enables you to locate all occurrences of specified text and replace it with alternative text.
c. The Replace command is the easiest way to change the appearance of the text, layout, and design of a slide.
d. A message box will display indicating the number of replacements that were made.
Ans: c. The Replace command is the easiest way to change the appearance of the text, layout, and design of a slide.
You might also like to view...
How do methods setIn, setOut and setErr affect the standard input, output and error streams?
a. They output data to the standard input, output and error streams. b. They provide the only way to access the standard input, output and error streams. c. They redirect the standard input, output and error streams. d. They empty the standard input, output and error streams.
Which statement is false?
a. All built-in collections are synchronized. b. Concurrent access to a Collection by multiple threads could cause indeterminate results or fatal errors. c. To prevent potential threading problems, synchronization wrappers are used around collection classes that might be accessed by multiple threads. d. A synchronization wrapper class receives method calls, adds some functionality for thread safety and then delegates the calls to the wrapped class.