Miscellaneous changes. (#475)

* Miscellaneous changes.

Replaced images with hand-drawn, added cover photos, corrected wording
in rubric.

* Small edits to 'Iteration' changes.
This commit is contained in:
dkiang
2017-08-01 05:49:18 -07:00
committed by Peli de Halleux
parent 531c77d9de
commit 102dfcc32a
12 changed files with 16 additions and 8 deletions

View File

@ -1,13 +1,13 @@
# Unplugged: Walk a square
![Chair with Pseudocode on the board.](/static/courses/csintro/iteration/chair-pseudo.png)
## Objective
To reinforce the concept of iteration by having students act out the repeated steps of an algorithm in real life.
## Overview
Students will give the teacher instructions to do a simple activity, then look for places where using iteration could shorten their code and make it more efficient.
![Chair](/static/courses/csintro/iteration/chair.jpg)
## Process
* Place a chair in the front of the room.
@ -41,7 +41,7 @@ This is a great opportunity to have the students think of the benefits of having
## Notes
* Depending on the particular class, you can make this exercise more challenging, by requiring the students to be more specific in their instructions.
For example: Step forward 14 inches (you can have students actually measure the exact distance), turn left 90 degrees...
**Example:** Step forward 14 inches (you can have students actually measure the exact distance), turn left 90 degrees...