String:
A sequence of characters, they can be letters, numbers, symbols, punctuation marks or spaces.
Function:
A subprogram that performs a specific task and can be used at any point in the program.
String Traversal:
Using a loop to cycle through each character in a string.