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

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;

13 Cards in this Set

  • Front
  • Back

Algorithm

a list of steps you can follow to finish a task

Program

an algorithm that has been coded into something that can be run by a machine

Loop

the action of saying or doing something over and over again

Debugging

finding and fixing problems in your algorithm or program

Conditionals

Statements that only run under certain conditions

Binary

a way of representing info using only two options

Event

an action that causes something to happen

Digital Footprint

the info about someone on the internet

Decompose

Break down a problem into smaller pieces



Abstraction

Pulling out specific differences to make one solution work

Pattern Match

finding similarities between things

Function

a piece of code that you can easily call over and over again

Variable

a placeholder for a piece of info that can change