A field with a limited number of values is well suited for what type of field?
A. Short Text
B. Calculated field
C. Lookup field
D. Hyperlink
Answer: C
You might also like to view...
Visio is a flowcharting program.
Answer the following statement true (T) or false (F)
What is the effect of this program segment?
``` #define MAX 50 int a[MAX], i, j, temp; ``` ``` for (i = 0; i < MAX / 2; ++i) { temp = a[i]; a[i] = a[MAX - i - 1]; a[MAX - i - 1] = temp; } ``` a. Arranges the elements of array a in ascending order. b. Counts the number of elements of a greater than its first element. c. Reverses the numbers stored in the array. d. Puts the largest value in the last array position. e. None of the above.
Impress presentations can be set up so that slides are displayed until an action such as clicking the mouse is carried out or they can be set up so that slides are displayed for a set amount of time
Indicate whether the statement is true or false
The HYPERLINK tool in Excel can actually help in making a web-interface spreadsheet
a. true b. false