Array traversal refers to visiting each element in an array exactly once, usually for performing some operation or accessing/modifying its values.
A single value stored in an array.
A numerical value used to identify the position of an element in an array.
Accessing/Modifying: The action of retrieving or changing the value of a specific element in an array.