Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

7.8: Glossary

( \newcommand{\kernel}{\mathrm{null}\,}\)

reassignment:
Assigning a new value to a variable that already exists.
update:
An assignment where the new value of the variable depends on the old.
initialization:
An assignment that gives an initial value to a variable that will be updated.
increment:
An update that increases the value of a variable (often by one).
decrement:
An update that decreases the value of a variable.
iteration:
Repeated execution of a set of statements using either a recursive function call or a loop.
infinite loop:
A loop in which the terminating condition is never satisfied.
algorithm:
A general process for solving a category of problems.

This page titled 7.8: Glossary is shared under a CC BY-NC 3.0 license and was authored, remixed, and/or curated by Allen B. Downey (Green Tea Press) via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?