To move or copy a range of cells, select the correct order:1. Move the pointer over the border of the selection until the pointer changes shape.2. Select the cell or range you want to move or copy.3. To move the range, click the border and drag the selection to a new location, or to copy the range, hold down the Ctrl key and drag the selection to a new location.
A. 1,2,3
B. 3,2,1
C. 1,3,2
D. 2,1,3
Answer: D
Computer Science & Information Technology
You might also like to view...
________ is the type of RAM memory used most often in today's computers
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which statement about integer conversion specifiers is false?
a) It is an error to print a negative value with a conversion specifier that expects an unsigned value. b) โ455 when printed with %u prints 455. c) When printing an integers with %d, the plus sign (on a positive integer) does not print. d) Place an l (โelโ) before any integer conversion specifier to indicate that a long integer is displayed.
Computer Science & Information Technology