INTRODUCTION TO COMPUTATIONAL MEDIA

WEEK 3: Array Variables, Repeat Loops

Computers can remember many things and do operations on these things many times. This is a great prosthesis for humans who can only keep a few things in memory at once, and get bored doing the same thing over and over again. As the reading for this coming week suggests, cheap dumb iteration is behind the power of evolution and computers can possibly imitate that process. On the other hand the inefficiency of humans protects us from totalitarian strains that want to gather more information about individuals and then enforce their particular code.
    1. Repeat for

    2. Lists (arrays)

For Loops

Array Variables

MultiDimensional Arrays