1. The document discusses arrays, including declaring and initializing arrays, passing arrays to functions, and sorting and analyzing array data.
2. Common array operations like finding the mean, median, and mode are demonstrated using arrays of survey response data.
3. Key array concepts covered are declaring arrays with a specified size and type, accessing elements with subscripts, passing entire arrays or individual elements to functions by reference or value, and sorting an array using a bubble sort algorithm.