Match each term to its meaning:
I. Theme
II. Form
III. Record Source
IV. Report
V. Wizard
A. Asks a series of questions and designs a custom form or report
B. Underlying table or query that provides the fields for a form
C. Document displaying database information in a format meaningful to its readers
D. Used to add data into or edit data in a table
E. Defined set of colors, fonts, and graphics
E, D, B, C, A
You might also like to view...
Answer the following statements true (T) or false (F)
1. A pointer is a variable that holds the address of some other location in memory. 2. Pointer variables are just memory addresses and can be assigned to one another without regard to type. 3.The declaration below declares three pointer variables of type pointer to double that is, a pointer of type ``` (double*) double* p1, p2, p3; ``` 4. A pointer is an address, an address is an integer, but a pointer is not an integer. 5. You can get a pointer value to initialize a pointer variable from an object of an appropriate type with the “address-of” operator, &.
For readability, put the code for each ____ attribute in an image map on its own line.
A. coords B. rect C. value D. area
A ________can include an ActiveX control such as a button or check mark that can be placed on a worksheet to display or enter data
Fill in the blank(s) with correct word
?Leveling is also called _____.
A. ?exploding B. ?partitioning C. ?decomposing D. ?indexing