• 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

What is iteration?

Iteration in programming means repeating steps, or instructions, over and over again. This is often called a ‘loop’.

What is selection?

The pathway through a program is selected by using a condition to decide on what instructions to execute next.

What is syntax?

The structure of a program.

What is high-level language?

A programming language like Python that is designed to be easy for humans to read and write.

What is keyword?

A reserved word that is used by the compiler to parse a program; you cannot use keywords like if, def, and while as variable names.

What is floating-point?

A format for representing numbers with fractional parts.