The ________ displays in a horizontal bar at the bottom of the presentation window, the current slide number, number of slides in a presentation, theme, View buttons, Zoom slider, and Fit slide to current window button.
a. Status bar
b. Notes pane
c. Slides/Outline pane
d. View buttons
Ans: a. Status bar
You might also like to view...
Answer the following statements true (T) or false (F)
1) The initialization portion of a for loop header can be used to declare a variable that is used during loop execution. 2) The relational operators should not be used to test the equality of objects. 3) It is possible to implement a switch statement using if statements. 4) An infinite loop is a compile-time error. 5) The Scanner object can be used to read text files.
Assume class Book has been declared. Which set of statements creates an array of Books?
a. Book[] books; books = new Book[numberElements]; b. Book[] books]; books = new Book()[numberElements]; c. new Book() books[]; books = new Book[numberElements]; d. All of the above.
Which of the following is not a way to create a multitable query?
A) Using the Query Wizard B) Modifying an existing query C) Adding a table in the Relationships window D) Creating a query from scratch
If a nested IF statement has 6 possible outcomes it requires ________ logical tests
A) 6 B) 7 C) 5 D) 0