
Karel Unit Quiz

Quiz
•
9th - 12th Grade
•
Hard
Lori Conte
Used 66+ times
FREE Resource
27 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following commands is a valid Karel command?
turnright();
turnRight;
turnRight():
turnright();
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What makes the following command an invalid Karel command: takeball();
it should start with a capital T
the b should be capitalized
it should end in a colon instead of a semicolon
none of these; this command is correct!
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following is the correct way to define a turnLeft function in Karel?
function turnRight() {
turnRight():
turnRight():
turnRight():
}
function turnLeft() {
turnLeft():
turnLeft():
turnLeft():
}
function turnLeft() {
turn Right ():
turn Right ():
turn Right ():
}
function turnRight() {
turnLeft();
turnLeft();
turnLeft();
}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why do we use functions in Karel programs?
to break down our program into smaller parts
to avoid repetition of code
to make our program more readable
all of these
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
If Karel starts on Street 1 and Avenue 1, facing East, where will Karel be, and what direction will Karel be facing after running the following code in a 10 x 10 world?
move();
turnLeft();
putBall();
turnLeft();
turnLeft();
turnLeft();
move();
turnLeft();
Street 1, Avenue 3, Facing South
Street 1, Avenue 3, Facing North
Street 3, Avenue 1, Facing North
Street 3, Avenue 1, Facing South
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Karel starts at Street 1 & Avenue 1 facing East. After calling the goUp function twice, where will Karel be and what direction will he be facing in a 10 x 10 world?
function goUp() {
move();
turnLeft();
move();
turnRight();
}
Street 1, Avenue 2, Facing North
Street 1, Avenue 3, Facing South
Street 3, Avenue 3, Facing East
Street 1, Avenue 3, Facing West
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
In this code, how many times is the climb function called and how many times is it defined?
function start();
move();
climb();
move();
move();
turnLeft();
climb();
climb();
}
function climb() {
turnLeft();
move();
turnLeft();
turnLeft();
move();
turnLeft();
}
called once, defined once
called once, defined three times
called once, defined twice
called three times, defined once
Create a free account and access millions of resources
Similar Resources on Wayground
24 questions
Karel in Python Quiz Practice

Quiz
•
12th Grade
25 questions
CodeHS Programming Review

Quiz
•
9th - 12th Grade
28 questions
Introduction to Programming in Java with Karel the Dog

Quiz
•
9th - 12th Grade
22 questions
CodeHS AP CSP Unit 3 Review

Quiz
•
11th - 12th Grade
23 questions
Introduction to Programming Quiz

Quiz
•
9th Grade
25 questions
Code HS 3.19 Intro to Programming w/Karel

Quiz
•
9th - 12th Grade
26 questions
AP CSP Standard 1 Review

Quiz
•
12th Grade
25 questions
JavaScript Karel Unit 1 Quiz Study Guide

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
6 questions
Secondary Safety Quiz

Lesson
•
9th - 12th Grade