The cell being copied is called the source area (or copy area). The range of cells receiving the copy is called the ____.

A. receiver cell
B. final cell
C. receiving range
D. destination area (or paste area)


Answer: D

Computer Science & Information Technology

You might also like to view...

If you need to write a do-while loop that will ask the user to enter a number between 2 and 5 inclusive, and will keep asking until the user enters a correct number, what is the loop condition?

a. (2<=num<=5) b. (2<5 5) e. (2 > number && number > 5)

Computer Science & Information Technology

What is the process for removing an outer border on a table?

What will be an ideal response?

Computer Science & Information Technology

Referring to the accompanying figure, how would you select the series of four contiguous files at the bottom of the list?

A. click the first file, hold down the Ctrl key, then click the last file B. click the first file, hold down the Shift key, then click each file C. click the first file, hold down the Shift key, then click the last file D. hold down the Ctrl key and click each file

Computer Science & Information Technology

A closed chain of processes exists, such that each process holds at least one resource needed by the next process in the chain is the condition of __________

A) ?no preemption ? B) ?mutual exclusion C) ?circular wait ? D) ?hold and wait

Computer Science & Information Technology