Match the following terms to their meanings:

I. Clipboard
II. Copy
III. Paste
IV. Source table
V. Destination table

A. makes a duplicate version the original
B. a table from which you are copying records
C. Office temporary storage area
D. a table to which records are appended
E. moves a copy of a selected item from the Clipboard to a new location

C, A, E, B, D

Computer Science & Information Technology

You might also like to view...

The _________________________ contains commands related to changing the appearance of text in a document.

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

Computer Science & Information Technology

Which of the following is the best for generating random integer 0 or 1?

a. (int)Math.random() b. (int)Math.random() + 1 c. (int)(Math.random() + 0.5) d. (int)(Math.random() + 0.2) e. (int)(Math.random() + 0.8)

Computer Science & Information Technology