Within the individual ____ sections of a two-dimensional array, you enter one or more values separated by commas.
A. dimension
B. typeValue
C. initialValues
D. defaultValues
Answer: C
You might also like to view...
Which of the following statements is false?
a. A subclass is often larger than its superclass. b. A superclass object is a subclass object. c. The class following the extends keyword in a class declaration is the direct superclass of the class being declared. d. Java uses interfaces to provide the benefits of multiple inheritance.
In a database, tables, queries, forms, and reports are referred to as ________
A) relationships B) keys C) properties D) objects
When using the Find Duplicates Query Wizard, you select the fields that you think may include duplicate information, and the wizard creates the query to find records matching your criteria
Indicate whether the statement is true or false
Two vertices in a graph are said to be adjacent vertices (or neighbors) if there is a path of length ____ connecting them.
A. at least 1 B. less than 2 C. at least 2 D. 1