• 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

Abstraction

Removing details from a solution so that it can work for many problems


Function

A piece of code that can be called over and over


Function Call

The place in your program where you call a function you have defined The students will follow a series of repetitive steps, then be asked to identify certain sets of “skills” that are duplicated several times.


Function Definition

The place where you assign a series of actions to one easy-to remember name



Program

Instructions that can be understood and followed by a machine


Variable

A placeholder for a value that can change