________ is a method of moving objects in which you point to the selection and then drag it to a new location
A) Copy and drop B) Drag and drop C) Move and drop D) Cut and drop
B
You might also like to view...
What does the following program segment do?
``` for (unsigned int i{1}; i <= 5; i++) { for (unsigned int j{1}; j <= 3; j++) { for (unsigned int k{1}; k <= 4; k++) { cout << '*'; } cout << endl; } cout << endl; } ```
____ layout lets you set a specific size for the pages.
A. Liquid B. Elastic C. Fixed-width D. Indexed
The real value of working with the Clipboard pane is that you can paste an item, even if it is not the most recently copied or cut item
Indicate whether the statement is true or false
Match the following terms to their meanings:
I. Filter by Selection A. Expressions used to filter the records in a table II. Filter by Form B. Evaluates the relationship between two quantities III. Comparison operators C. Displays table data based on multiple criteria IV. Criteria D. Lists records numerically or alphabetically, in ascending or descending order. V. Sort E. Displays table data based on a single criterion.