What setting is useful when you want to assign an absolute position to an object?

A) Lock position
B) Lock anchor
C) Lock location
D) Lock object


B

Computer Science & Information Technology

You might also like to view...

Which of the following statements creates a tuple containing two strings, an int and a double?

a. tuple hammerInventory{";12345". "Hammer", 32, 9.95}; b. auto hammerInventory{make_tuple(string("12345"), string("Hammer"), 32, 9.95)}; c. tuple hammerInventory{"12345", ";Hammer") 32, 9.95}; d. Both a. and (b).

Computer Science & Information Technology

You can import contacts into Outlook from external sources.

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

Computer Science & Information Technology

The vi command to display the list of abbreviations is

a: list ab b: ab c: set ab d: showmode ab e: display ab

Computer Science & Information Technology

Which of the following keys moves the insertion point to the beginning of data in a cell?

A. FN-LEFT ARROW B. RETURN C. INSERT D. TAB

Computer Science & Information Technology