Multiple choice technology databases

For each loop is used to repeat a task by enumerating over a group of objects.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A for‑each loop iterates over each element of a collection, repeating the enclosed task for every object. This description is accurate, making the True answer correct.