pencil-icon
Build your own quiz

Computers

9th

grade

Image

CodeHS - Unit 6 - Programming with Karel

243
plays

15 questions

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

    Which of the following commands is a valid

    Karel command?

    move

    move;

    move();

    move()

  • 2. Multiple Choice
    45 seconds
    1 pt

    What makes the following command an invalid Karel command?

    turnleft();

    It should end in a colon rather than a semicolon

    The l should be a capital L

    It should start with a capital T

    This command is correct

  • 3. Multiple Choice
    45 seconds
    1 pt

    Why do we use functions in Karel programs?

    Break down our program into smaller parts

    Avoid repeating code

    Make our program more readable

    All of the above

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?