Question 1
What does an array traversal mean in AP Computer Science A?
Question 2
Which loop structure is most often used to traverse an array from start to finish?
Question 3
What is the last valid index in an array with $n$ elements?
Question 4
What is the main reason to use a traversal when searching for a value in an array?
Question 5
In a traversal, why is it important to keep track of the index?