Which of the following is a three-dimensional array?
A) var SIZE = 5000000;
Var numberArray = new Array(SIZE) ;
B) Declare Constant SIZE = 1000
Declare Numeric empNumber[SIZE]
Declare String empLastName[SIZE], empFirstName[SIZE]
Declare Numeric index
Declare String moreInput = "Y"
For index = 0 to SIZE - 1
EmpNumber[index] = 0
EmpLastName[index] = ""
EmpFirstName[index] = ""
End For
C) var ROWS = 4;
Var COLUMNS = 6;
Var scores = new Array(ROWS) ;
For (index = 0; index < ROWS; index++) {
Scores[index] = new Array(COLUMNS) ;
}
D) var cube = new Array() ;
Cube[0] = new Array() ;
Cube[0][0] = new Array() ;
Correct Answer:
Verified
Q40: The following algorithm depicts a _ search.
//
Q41: A search algorithm that's more efficient on
Q42: A _ checks whether the search value
Q43: _ use a common subscript to relate
Q44: _ arrays have a single name and
Q45: Which of the following statements is correct?
A)
Q46: JavaScript uses which of the following notations
Q47: Based on the information below, how would
Q48: Based on the information below, what is
Q50: Which of the following will cause a
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents