• 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
Counter
A variable used to count the number of times some process is completed
Count-Controlled Loop
A Loop that stops when a counter variable reaches a specified limit
Flowchart
A diagram that displays the flow of control of a program
Infinite Loop
A loop in which the controlling condition is not changed in such a manner to allow the loop to terminate
Iteration
Loop
Off-by-one error
Usually seen with Loops, this error shows up as a result that is one less or one greater than the expected value
Overloading
The process of using the same operator symbol or identifier to refer to many different functions
Random walk
A process in which positions in a structure are visited at random; for example, visiting points in two dimensional space at random
Sentinel
????
Task-controlled Loop
A type of loop that terminates when it is finished performing some task