pencil-icon
Build your own quiz

9th -

12thgrade

Image

Coding

5
plays

21 questions

Show Answers
See Preview
  • 1. Multiple Choice
    45 seconds
    1 pt

    Which function will teach Karel how to spin in a circle one time?

    Function spin(){

    turnRight();

    }

    Function spin () {

    turnLeft();

    turnLeft();

    turnLeft();

    turnLeft();

    }

    Function spin () {

    turnLeft();

    turnLeft();

    }

    Function spin () {

    move();

    move();

    move();

    move();

    }

  • 2. Multiple Choice
    30 seconds
    1 pt

    Which of these is a valid Karel command?

    move;

    MOVE

    move();

    move()

  • 3. Multiple Choice
    30 seconds
    1 pt

    What is a street in a Karel world?

    a row

    a column

    a single point

    Karel's position

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?