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

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;

7 Cards in this Set

  • Front
  • Back

Commands

left, right, go, get, put- they tell karel what to do

Steps

tell karel how many movements to make or actions to do

Operations

all the commands you have karel do

Syntax

rules for how you have to write the code

Syntax error

error in the code you wrote, code doesn't follow syntax

loop

repeating set of actions

nested loop

a loop inside of another loop