Multiple choice technology architecture

The operation of processing each element in the list is known as

  1. Sorting

  2. Merging

  3. Inserting

  4. Traversal

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

Traversal is the process of systematically visiting each element in a data structure exactly once, typically to perform some operation on each element. Unlike searching (which looks for specific values) or sorting (which rearranges elements), traversal focuses on complete, sequential access.