Introduction to Chapter 7 Module

Just as computer scientists have developed structure rules to improve the quality of programs, they have also addressed the need to organize data for efficient processing.  This work has given rise to a branch of computer science called "data structures".  As a computer science major, you will take an entire course dedicated to the subject.  Chapter 5 introduces data structures by considering one of the most elemental forms, data arrays. 

Part 1: