Karel Drill

Karel Drill

6th - 8th Grade

3 Qs

quiz-placeholder

Similar activities

10 Game Maker Practice

10 Game Maker Practice

8th - 10th Grade

8 Qs

HT3.1- Exploring Web Browsers and Security

HT3.1- Exploring Web Browsers and Security

8th Grade

8 Qs

Computer System (Part 3)

Computer System (Part 3)

8th - 9th Grade

8 Qs

Quiz 2: Introducing spreadsheets

Quiz 2: Introducing spreadsheets

8th Grade

7 Qs

Network for a Purpose

Network for a Purpose

6th Grade

8 Qs

Computer practice

Computer practice

6th Grade

8 Qs

BRAINMASTER - DIFFICULT ROUND

BRAINMASTER - DIFFICULT ROUND

7th - 10th Grade

8 Qs

NotchUp - Scratch 2D Coordinates

NotchUp - Scratch 2D Coordinates

3rd - 8th Grade

8 Qs

Karel Drill

Karel Drill

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Jonathan Smith

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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();

}