A sorted array is a data structure that consists of a collection of elements arranged in a specific order, typically in ascending or descending sequence. This ordered arrangement allows for efficient searching and retrieval of data, making it a fundamental concept in search algorithms. When an array is sorted, search operations such as linear and binary search can be executed more effectively compared to an unsorted array.