More Practice with Arrays

Complete these assessments to test your understanding of arrays and how to use them.

Answers


Written Questions

1. in bounds

2. element

3. parallel arrays


Matching Questions

1. is one that starts in the middle of a sorted list, and then determines whether it should continue higher or lower to find a target value
C. binary search

2. is the number of elements it can hold
A. size of the array

3. a search through a list from one end to the other
B. linear search


Multiple Choice Questions

1. populating an array

2. subscript (index)

3. array

True/False Questions

1. False

2. False

3. True