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

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;

6 Cards in this Set

  • Front
  • Back
Variable
Name used to identify a value in memory that can change during the execution of the program
Constant
Name used to identify a value in memory that does not change during the execution of the prigram
Sequence
Set of instructions to be carried out in the order they are written
Selection
The pathway through a program is selected by using a condition to decide on what instructions to execute next
Iteration
A group of instructions is repeatedly executed until a condition is met (a loop)
Algorithm
A set of rules specifying how to solve a problem