Ch 7 - Iteration Flashcards
Think Julia
What is a: increment
Updating a variable by adding 1 is called an increment; subtracting 1 is called a decrement.
Ben Lauwens and Allen B. Downey. thinkjulia (Kindle Locations 2493-2499). Kindle Edition.
Think Julia
What is a: decrement
Updating a variable by adding 1 is called an increment; subtracting 1 is called a decrement.
Ben Lauwens and Allen B. Downey. thinkjulia (Kindle Locations 2493-2499). Kindle Edition.
Think Julia
What is a: iteration
Computers are often used to automate repetitive tasks. Repeating identical or similar tasks without making errors is something that computers do well and people do poorly. In a computer program, repetition is also called iteration.
Ben Lauwens and Allen B. Downey. thinkjulia (Kindle Locations 2500-2503). Kindle Edition.