Which of the following is the path to the Header & Footer button?
A. (TEXT tab | Header & Footer group)
B. (INSERT tab | Header & Footer group)
C. (INSERT tab | Text group)
D. (INSERT tab | Slide Masters group)
Answer: C
You might also like to view...
Which of the following statements is false?
a. If several synchronized statements in different threads are trying to execute on an object at the same time, only one of them may be active on the object—all the other threads attempting to enter a synchronized statement on the same object are placed in the blocked state. b. When a synchronized statement finishes executing, the object’s monitor lock is released and one of the blocked threads attempting to enter a synchronized statement can be allowed to acquire the lock to proceed. c. Java also allows synchronized methods. Before executing, a synchronized instance method must acquire the lock on the object that’s used to call the method. d. Using a synchronized block to enforce mutual exclusion is an example of the design pattern known as the Java Exclusion Pattern.
BigDecimal gives you control over how values are rounded. By default:
a. all calculations are approximate and no rounding occurs. b. all calculations are approximate and rounding occurs. c. all calculations are exact and no rounding occurs. d. all calculations are exact and rounding occurs.
Which character is used to left justify the string argument in printf?
a. - b. + c. \0 d. \left e. \!
?A _________ uses semantic elements to define the structure of a webpage.
Fill in the blank(s) with the appropriate word(s).