A feature that shows what applying a format change would do to the document before you actually make the selection is called ________

A) Protected view B) Live Preview C) ScreenTip D) KeyTip


B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is true?

a) The code in a finally block is executed only if an exception occurs. b) The code in a finally block is executed only if an exception does not occur. c) The code in a finally block is executed only if there are no catch blocks. d) None of the above are true.

Computer Science & Information Technology

Assuming that bitset b1 contains the bits [0 1 1 0] and bitset b2 contains the bits [1 1 1 1], which of the following expressions returns true?

a. b1.any() b. b1 == b2 c. b1.test( 3 ) d. b2.none()

Computer Science & Information Technology

Use the _________ keyword to match a string based on a pattern.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What operating system feature enables the operating system to automatically detect newly installed hardware?

A. ActiveX B. plug and play C. the registry D. component object

Computer Science & Information Technology