Instruction Guide: EV3 - Arrays

This lesson has two resources.

The primary instructional materials are the PowerPoint/pdf files and EV3 Code file from EV3Lessons.

The PowerPoint (and pdf version) contains all the information needed for the lesson.  The corresponding EV3 Code file includes all the code for the Array techniques.  Sometimes, additional helpful tips are included the PowerPoint.  Students should use both materials.

The PowerPoint contains all the information needed for the lesson.

1. Go through the slides on the nature and types Arrays
2. Review the concept of an index, and remind students that the indexing starts at "0", not "1".
3. Discuss the various types of Array operations and work through the examples
4. Explore the efficiency of using Arrays with Loops