• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back

Accumulator Variable

Maintains a running total.

Aggregator Variable

Stores a list of values built up over time and remembers separate individual values.

Agile Design

A method of software development that emphasizes frequent client input to produce better end products.

Algorithm

A step-by-step procedure, like a recipe, but often involving decisions.

Best-so-far Variable

Keeps track of a record best or worst and updates when a new record best or worst has been reached.

Boolean Expression

Evaluates to either true or false; used in the conditional of an if-structure.

Bug

Part of a program that causes an error or undesired output

Central Processing Unit (CPU, or core)

The part of the computer that executes one instruction at a time.

Code

Instructions in a program.

Conditional

The Boolean expression in an if-structure that is evaluated to determine which branch of code to execute.