Which of the following is the default paste option when copying a table from Word?
A) Keep Source Formatting B) Embed
C) Text Only D) Use Destination Styles
D
You might also like to view...
Which of the following statements is false?
a. You can set an AlertDialog’s title (which appears above the dialog’s message) with AlertDialog.Builder method setTitle. b. According to the Android design guidelines for dialogs, most dialogs need titles. c. A dialog should display a title for “a high-risk operation involving potential loss of data, connectivity, extra charges, and so on.” d. Dialogs that display lists of options use the title to specify the dialog’s purpose.
If Number = 8, what will be displayed after the following statement is executed?
``` Set Reciprocal = 1/Number Write Reciprocal``` a. 0.125 b. 1/8 c. “Reciprocal” d. An error message