This document contains a lecture on computer applications in industrial engineering. It discusses arrays, including declaring and defining arrays, initializing arrays, accessing array elements using indexes and loops, multidimensional arrays, array properties like length and rank, and array methods like min, max, sum and average. It also covers passing arrays to methods by reference since arrays are reference types. Examples are provided for each concept to demonstrate how to work with arrays in code.