AP Computer Science A
When we say something is sorted alphabetically, it means arranging items (in this case strings) in an order that follows the sequence of letters in the alphabet from A to Z. It involves comparing each character in the strings, starting from the leftmost position, to determine their order.