After creating a style of your own, adding it to the _____ allows you to access it any time from the Ribbon. 

A. Outlining group
B. Show Preview pane
C. Quick Style gallery
D. Template list


Answer: C

Computer Science & Information Technology

You might also like to view...

In a producer/consumer relationship, the ________ portion of an application generates data and stores it in a shared object, and the ________ portion of an application reads data from the shared object.

a. consumer, producer b. producer, consumer c. outputter, inputter d. None of the above.

Computer Science & Information Technology

Which of the following are advantages of using a bridge to interconnect LANs?

a. Works best in low-traffic areas b. Relatively inexpensive c. Can be used to route data traffic d. Easy to install e. Reduces collision domains

Computer Science & Information Technology

The code for the following is ____."If the value of numCorrect is equal to 3, set bonusPoints to 10 and display the message Congratulations! You win 10 bonus points."

A. If numCorrect == 3 Then    bonusPoints = 10    Display "Congratulations! You win 10 bonus points." End If B. If numCorrect <= 3 Then    bonusPoints == 10    Display "Congratulations! You win 10 bonus points." End If C. If numCorrect > 3 Then    bonusPoints == 10    Display "Congratulations! You win 10 bonus points." End If D. If numCorrect != 3 Then    bonusPoints == 10    Display "Congratulations! You win 10 bonus points." End If

Computer Science & Information Technology

A cover page is an alphabetical listing of topics covered in a document and with the page numbers on which the topics are discussed

Indicate whether the statement is true or false

Computer Science & Information Technology