• 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/16

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;

16 Cards in this Set

  • Front
  • Back

Increment

Increase by one

Decrement

Decrease by one

Postfix

After the variable

Prefix

Before the variable

Lvalue

A place in memory whose contents may be changed

While is a...

Keyword

Part of loop that is repeated

Body

Loop control variable

Controls the number of times the loop iterates

Infinite loop

A loop that goes on for infinity

Input validation

Inspecting data, ensuring that it is valid

Priming read

Operation before the loop

Counter variable

Regularly incremented or decremented

Do while loop

Post test loop

User controlled loop

User dictates how many iterations

Conditional loop

Dependent on whether the condition is true or not

Count controlled loop

Repeats a specific number of times