• 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

orders, tell what to do
ex.: go, left, right, get, put, repeat

Steps

going somewhere, tell how far to go

Operations

The commands that you are making Karel do

syntax
format of the code
ex:
go
go
get

syntax error

The code isn't correct


ex: Code is not recognized (spelling error/code that doesn't exist in Karel), spacing isn't correct

loop

a set of repeated commands

nested loop







a loop within a loop