Question 1
What is the main idea of an array algorithm that scans through every element one by one?
Question 2
Which statement best describes a typical use of a temporary variable in an array algorithm?
Question 3
What does it mean to traverse an array?
Question 4
Which task is an example of an array algorithm that updates values in place?
Question 5
Why is a loop commonly used in array algorithms?