Karel Drill

Karel Drill

6th - 8th Grade

3 Qs

quiz-placeholder

Similar activities

7A - 7th Grade Code HS - Programming with Karel - 3.5 - 3.9

7A - 7th Grade Code HS - Programming with Karel - 3.5 - 3.9

7th Grade

7 Qs

Karel

Karel

KG - 12th Grade

4 Qs

Karel and JavaScript Basics Quiz

Karel and JavaScript Basics Quiz

8th Grade - University

1 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

kodla büyü döngüler

kodla büyü döngüler

6th Grade

7 Qs

For Loops Practice Quiz

For Loops Practice Quiz

8th Grade

6 Qs

Forloops Drill

Forloops Drill

6th - 8th Grade

7 Qs

Karel Commands: Mastering the Basics

Karel Commands: Mastering the Basics

8th Grade

3 Qs

Karel Drill

Karel Drill

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Jonathan Smith

Used 2+ times

FREE Resource

3 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What does this code do?

Puts down a row of balls

Puts down a column of balls

Puts down balls in a line up to the wall

Removes all of the balls along a path to the wall

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If Karel is facing South and the code:

turnLeft();

turnLeft();

runs; which direction is Karel facing now?

North

South

East

West

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to define a turnRight function in Karel?

function turnRight() { turnLeft(); turnLeft(); turnLeft();

}

function turnRight() { turnRight(); turnRight(); turnRight();

}

function turnRight { turnLeft(); turnLeft(); turnLeft();

}

turnRight function() { turnLeft(); turnLeft(); turnLeft();

}