• 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

Abraction

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

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 placerholder for a value that can change

Conditional

A statement that is either true or false depending on the situation

If Statement

A line that determines whether or not you run a certain chunk of code

Else

Another way of saying "otherwise"

Function

A piece of code that can be called over and over