This document contains lecture slides from Dr. Piyush Charan on programming with arrays. It includes introductions to arrays and examples of simple programs using arrays, such as accepting user input of numbers into an array and displaying them. It also contains an example of bubble sort algorithm to sort arrays in ascending order and a program to calculate the sum of two arrays. The document serves as an open educational resource on programming concepts related to arrays.