In Normal view, PowerPoint's ________ contains buttons such as Notes, Comments, and View

A) Ribbon B) status bar
C) Quick Access Toolbar D) Outline pane


B

Computer Science & Information Technology

You might also like to view...

When should a parameter be a reference parameter?

a) When the parameter is carrying information into the function that does not have to be returned b) When the parameter is carrying information into the function that may be changed and the new value should be returned c) When the information is to be returned from the function using the parameter. d) Both b and c

Computer Science & Information Technology

What is sent to screen when the following is executed, assuming that these lines of code are embedded in a correct, complete program? Explain this behavior.

What will be an ideal response? ``` cout << "*" << setw(3) << 123456 << "*" << endl; ```

Computer Science & Information Technology

If you do not use the mini toolbar, it remains on the screen.

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

Computer Science & Information Technology

Which of the following statements about backup operations is false?

a) Physical backups duplicate a storage device’s data at the bit level. b) Logical backups store file system data and its logical structure. c) Physical backups are appropriate for a user to restore a single file from the backup. d) Logical backups may not store hidden system files.

Computer Science & Information Technology