Match the following terms to their meanings:
I. fill pointer
II. series of pound signs
III. Auto Fill
IV. fill handle
V. display cell formulas
A. thin black plus sign
B. cell is too narrow to display a full value
C. Ctrl + ` combination
D. copying the contents of a cell or range by dragging
E. small square at the bottom-right corner of a cell
A, B, D, E, C
You might also like to view...
Answer the following statements true (T) or false (F)
1. LINQ enables you to write queries, similar to SQL, that retrieve information from a wide variety of data sources, but LINQ’s syntax is built into Visual Basic. 2. A database management system (DBMS) provides mechanisms for storing, organizing, retrieving and modifying data contained in the database. 3. The Visual Studio IDE provides IntelliSense support for LINQ queries. 4. LINQ works with arrays because they implement the IEnumerable interface. 5. You can chain LINQ queries by having one query operate on the results of another.
The ____ of sets A and B is the set of all elements that are in A and B.
A. intersection B. union C. graph D. reunion