This document provides information about an Elementary Data Structure Using C++ course. The course objectives are to enable students to understand C++ programming constructs, analyze and solve problems in C++, understand data structures concepts, and analyze algorithm efficiency. The course covers arrays, linear data structures, searching, sorting, and traversal algorithms. Key concepts discussed include linear arrays, multi-dimensional arrays, array implementation in memory, insertion and deletion in arrays, linear and binary search algorithms, and applications of arrays in sorting, matrix operations, and CPU scheduling.