Skip to content

Latest commit

 

History

History
 
 

11-iterators

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Loops and Iterators

Learning Goals

  • Vocabulary: blocks, loops, iterator, iteration, iteration variable, counter-controlled, sentinel-controlled, loop table, times loop, range, while loop
  • To know the purpose for iteration in creating programs
  • To write loops in order to prevent code duplication and repetition
  • To understand how a loop will execute the statements inside and what the resulting output will be

Resources

  1. Notes: Blocks
  2. Notes: Loops
  3. Assignment: Loops Worksheet
  4. Notes: Each Iterator
  5. Assignment: More Loops Worksheet
  6. Assignment: Election Time