1. A group of items arranged in a specific sequence or according to a defined order, where the position of each element matters
A list is an ordered collection where each element has a specific position.
Uma lista é uma coleção ordenada onde cada elemento tem uma posição específica.
2. In computer science and data structures, a collection where elements maintain a consistent sequence that can be traversed in a predictable manner
An array is an ordered collection of elements indexed by position.
Um array é uma coleção ordenada de elementos indexados por posição.