Skip to content

Latest commit

 

History

History
 
 

10-iterators

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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: More Loops
  5. Assignment: More Loops Worksheet