A collection of a fixed number of elements (called components) arranged in n dimensions (n >= 1) is called a(n) ____.
A. matrix
B. vector
C. n-dimensional array
D. parallel array
Answer: C
You might also like to view...
Alice uses ____ to surround an index number of an array.
A. square brackets B. curly braces C. asterisks D. arrows
List 5 of the 14 areas of common practice standardized in the EBK.
What will be an ideal response?
Which of the following statements about Java Class Libraries is false:
a. Java class libraries consist of classes that consist of methods that perform tasks. b. Java class libraries are also known as Java APIs (Application Programming Interfaces). c. An advantage of using Java class libraries is saving the effort of designing, developing and testing new classes. d. Java class libraries are not portable
You can use the ____________ operator to compare two strings.
a. || b. && c. == d. !