Font size is normally 9-12 points, but you can select any font size up to _____.

A. 36
B. 48
C. 72
D. 96


Answer: C

Computer Science & Information Technology

You might also like to view...

There are n people in a room, where n is an integer greater than or equal to 2. Each person shakes hands once with every other person. What is the total number of handshakes in the room? Write a recursive method to solve this problem with the following header:

public static int handshake(int n) where handshake(n) returns the total number of handshakes for n people in the room. To get you started, if there are only one or two people in the room, then: handshake(1) = 0 handshake(2) = 1 This is a short and relatively straightforward recursive problem.

Computer Science & Information Technology

Which of the following is another term for a JAD session?

A. steering committee B. web conference C. programming phase D. focus group

Computer Science & Information Technology

Use the Details pane in the Select Audio dialog box in order to see full file names, including file extensions.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Grant is modifying the structure of his worksheet. Grant presses F8 to enable ____ mode.

A. Edit B. Insert C. Select D. Delete

Computer Science & Information Technology