Mental Model
A string is a sequence of characters stored one after another in memory, like beads on a string.
Analogy: Imagine a necklace where each bead is a letter. The beads are lined up in order, and you can look at each bead one by one to read the message.
Index: 0 1 2 3 4 String: H -> e -> l -> l -> o -> null Memory: [H][e][l][l][o]