Mental Model
An array is a row of boxes where each box holds one item, and we know exactly how many boxes there are from the start.
Analogy: Imagine a row of mailboxes, each labeled with a number. You can put one letter in each mailbox and find it easily by its number.
Index: 0 1 2 3 4 Array: [ ] [ ] [ ] [ ] [ ]