Coding Karel 1

Coding Karel 1

KG - University

6 Qs

quiz-placeholder

Similar activities

Karel Commands Quiz

Karel Commands Quiz

12th Grade

9 Qs

Introduction to Programming

Introduction to Programming

7th Grade

10 Qs

Creating Commands Aka Functions

Creating Commands Aka Functions

10th Grade

11 Qs

Coding Review

Coding Review

9th - 10th Grade

10 Qs

Fund of CS _ 2.1 - 2.10 Assessment

Fund of CS _ 2.1 - 2.10 Assessment

9th - 12th Grade

10 Qs

Karel Quizzes 1-5 (Command - Start)

Karel Quizzes 1-5 (Command - Start)

9th - 12th Grade

10 Qs

Programming with Karel

Programming with Karel

9th - 12th Grade

9 Qs

Y8 Java (Karel the dog)

Y8 Java (Karel the dog)

8th - 9th Grade

10 Qs

Coding Karel 1

Coding Karel 1

Assessment

Quiz

Computers

KG - University

Medium

Used 31+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid Karel command?
move;
move;
MOVE
move();
move()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command will place a ball down in a spot?
placeBall();
Putball();
putball():
putBall();

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a street in a Karel world??
A row.
A column.
A single point.
Karel's position.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an avenue in a Karel world ?
A row.
Karel's position.
A column.
A single point. 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Karel starts at Street 1 and Avenue 3 facing East, what street (row) and avenue (column) will Karel be on after this code runs?
move(); 
move();
move();
turnLeft();
move();
Street 1 and Avenue 3
Street 4 and Avenue 4
Street 2 and Avenue 6
Street 6 and Avenue 2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Karel is facing North and the code
turnLeft(); 
turnLeft();
turnLeft();
runs; which direction is Karel facing now?
North
East
South
West