Multiple choice

Accessing each record/node exactly once, so that certain items in the record may be processed is called a/an

  1. insertion operation

  2. deletion operation

  3. search operation

  4. traversing operation

  5. sorting operation

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

Accessing each item exactly once, so that certain items in the record may be processed is called a traversing operation.