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

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;

17 Cards in this Set

  • Front
  • Back
what is alice
a place where you make your own worlds
what are control structures
allow you to be in control
what do control structures do
control the flow of a program's logic
What are the the control structures
Do in order and do together
what is conditional execution
where a decision is made as to which section of code will run or not
what are conditionals
a statement that makes a decision based on the value of a certain condition
what is the boolean function
checks to see if a condition is true or false
a==b
equal too
a!=b
not equal too
a>b
greater than
a>=b
greater than or equal too
a<b
less than
a<=b
less than or equal too
what are parameters
used to communicate with a method
diamond
decision
rectangle
processes
oval
start or stop