Sort: The process of arranging elements in ascending or descending order based on certain criteria, such as numerical value or alphabetical order.
Array:A data structure that stores multiple values under one variable name, allowing easy access and manipulation of those values.
Variable:A named storage location in computer memory that holds data which can change during program execution.