How can you find and change a font using the Find/Change dialog box?

A. Click Type on the Menu bar, and then click Find Font.
B. Click Font in the Menu bar, and then choose Find Font from the menu.
C. Click Type on the Tools menu, and then click Find Font.
D. None of the above


Answer: A

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. A generic method may be overloaded. b. A class can provide two or more generic methods that specify the same method name but different method parameters. c. A generic method cannot be overloaded by non-generic methods. d. When the compiler encounters a method call, it searches for the method declaration that most precisely matches the method name and the argument types specified in the call.

Computer Science & Information Technology

Assume int[] scores = {1, 20, 30, 40, 50}, what value does java.util.Arrays.binarySearch(scores, 3) return?

a. 0 b. -1 c. 1 d. 2 e. -2

Computer Science & Information Technology

Instant messaging is primarily used in a(n) _____ communications mode.

a. synchronous b. asynchronous c. isochronous d. isosynchronous

Computer Science & Information Technology

JavaScript supports five primitive data types. Name and describe these types.

What will be an ideal response?

Computer Science & Information Technology