Computer Science, asked by binabarish000, 4 months ago

What is the term used to access data by going through each item in a list from the beginning?

Answers

Answered by Anonymous
3

Explanation:

Accessing elements. It is common to use a loop variable as a list index. Each time through the loop, the variable i is used as an index into the list, printing the i'th element. This pattern of computation is called a list traversal.

Answered by Anonymous
1

Answer:

 \large \underline{ \overline{ \mid \star \: { \mathtt{ \green{answer}} \:  \star \mid}}}

Accessing elements. It is common to use a loop variable as a list index. Each time through the loop, the variable i is used as an index into the list, printing the i'th element. This pattern of computation is called a list traversal.

Similar questions