Which of these programming techniques involves 2 or more arrays of the same leng
ID: 3756199 • Letter: W
Question
Which of these programming techniques involves 2 or more arrays of the same length?
Select one:
a. finding a maximum
b. searching arrays
c. parallel arrays
d. resizing arrays
e. array initialization
Which of these is NOT allowed?
Select one:
a. An array as a method local variable
b. An array instance variable
c. An array as a method return value
d. An array as an array index
e. An array method parameter
Which of these refers to an elements position in an array?
Select one:
a. ordinal
b. location
c. index
d. offset
e. subscript
Which of these statements is valid?
(Assume books is an array with 100 elements.)
Select one:
a. books[books.length]
b. books[-1]
c. books[books.length - 1]
d. books(2)
e. books[books.length()]
Which of these defines an array of doubles?
Select one:
a. array double battingAverages
b. battingAverages is array of double
c. double array battingAverages
d. double [] battingAverages
e. double battingAverages indexed
Explanation / Answer
1) Which of these programming techniques involves 2 or more arrays of the same length?
c. Parallel Arrays
2) Which of these is NOT allowed?
d. An array as an array index
3)Which of these refers to an elements position in an array?
c. index
e. subscript
4. Which of these statements is valid?
a. books[books.length]
c. books[books.length - 1]
5.Which of these defines an array of doubles?
d. double [] battingAverages
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.